From e0584bf6286f6b7a3a26358f5d7a721c8fbb9e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:25:53 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- 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 63b520d..a35d6b7 100644 --- a/itf-chartizate-android/build.gradle +++ b/itf-chartizate-android/build.gradle @@ -56,9 +56,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.0' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' testImplementation 'org.mockito:mockito-core:5.13.0' - androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' @@ -79,9 +79,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.0' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' testImplementation 'org.mockito:mockito-core:5.13.0' - androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + androidTestImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' androidTestImplementation 'org.assertj:assertj-core:3.26.3' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1'