Skip to content

Commit 251c618

Browse files
Update junit-framework monorepo to v5.14.0
1 parent 0f19048 commit 251c618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ dependencies {
4444
annotationProcessor 'org.projectlombok:lombok:1.18.38'
4545
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
4646
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1'
47-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
47+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
4848
testCompile "org.mockito:mockito-core:5.20.0"
4949
testCompileOnly 'org.projectlombok:lombok:1.18.38'
5050
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
51-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
51+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
5252
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
5353
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1'
5454

0 commit comments

Comments
 (0)