From 4fe375088609f0f4425e034565a002e247ede20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:21:18 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- itf-chartizate-android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/itf-chartizate-android/build.gradle b/itf-chartizate-android/build.gradle index 91f9feb..7a78c21 100644 --- a/itf-chartizate-android/build.gradle +++ b/itf-chartizate-android/build.gradle @@ -50,9 +50,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'org.jesperancinha.itf:itf-chartizate-api:5.0.1' implementation 'com.android.support:multidex:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2' testImplementation 'org.mockito:mockito-core:5.14.1' - androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' + androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' @@ -73,9 +73,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'org.jesperancinha.itf:itf-chartizate-api:5.0.1' implementation 'com.android.support:multidex:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2' testImplementation 'org.mockito:mockito-core:5.14.1' - androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' + androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1'