Skip to content

Commit 7b6cf12

Browse files
authored
Merge pull request #8 from spoud/dependabot/gradle/maven-version-cf7a4ce162
deps: bump the maven-version group with 3 updates
2 parents 8c8bf54 + 53e844c commit 7b6cf12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ dependencies {
2121
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
2222
implementation 'org.bitbucket.b_c:jose4j:0.9.6'
2323
implementation 'org.slf4j:slf4j-api:2.0.17'
24-
implementation 'com.azure:azure-identity:1.16.1'
24+
implementation 'com.azure:azure-identity:1.17.0'
2525
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
2626
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
2727
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
28-
testImplementation 'org.mockito:mockito-core:5.3.1'
29-
testImplementation 'org.mockito:mockito-junit-jupiter:5.3.1'
28+
testImplementation 'org.mockito:mockito-core:5.19.0'
29+
testImplementation 'org.mockito:mockito-junit-jupiter:5.19.0'
3030
}
3131

3232
test {

0 commit comments

Comments
 (0)