Skip to content

Commit f3b2536

Browse files
Merge branch 'main' into dependabot/gradle/com.vanniktech.maven.publish.base-0.35.0
2 parents 342eab2 + 67f1de7 commit f3b2536

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ subprojects {
215215
implementation project(':core')
216216
}
217217

218-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
219-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
218+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
219+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
220+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
220221
}
221222
}

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
dependencies {
33
implementation 'com.auth0:java-jwt:4.5.0'
4-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
4+
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
55
implementation 'com.google.code.gson:gson:2.9.1'
66

77
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
8-
testImplementation 'org.mockito:mockito-core:5.18.0'
9-
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
8+
testImplementation 'org.mockito:mockito-core:5.21.0'
9+
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
1010
}

0 commit comments

Comments
 (0)