Skip to content

Commit 64f9ff4

Browse files
fix(deps): update all non-major dependencies to v6.0.2
1 parent 3e8c4ea commit 64f9ff4

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
@@ -54,10 +54,10 @@ dependencies {
5454
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1'
58-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2'
58+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.2'
5959
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0'
60-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'
60+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.2'
6161
}
6262

6363
tasks {

0 commit comments

Comments
 (0)