Skip to content

Commit c7fa8e2

Browse files
Update JUnit 4.12 to 4.13.2. (#4167)
Co-authored-by: Kevin Wittek <[email protected]>
1 parent e7b98f9 commit c7fa8e2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
exclude group: "*", module: "*"
6767
}
6868

69-
api 'junit:junit:4.12'
69+
api 'junit:junit:4.13.2'
7070
api 'org.slf4j:slf4j-api:1.7.32'
7171
compileOnly 'org.jetbrains:annotations:22.0.0'
7272
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
@@ -123,7 +123,7 @@ dependencies {
123123

124124
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
125125
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
126-
jarFileTestImplementation 'junit:junit:4.12'
126+
jarFileTestImplementation 'junit:junit:4.13.2'
127127
jarFileTestImplementation 'org.assertj:assertj-core:3.20.2'
128128
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
129129
}

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description = "Examples for docs"
22

33
dependencies {
4-
testImplementation "junit:junit:4.12"
4+
testImplementation "junit:junit:4.13.2"
55
testImplementation project(":testcontainers")
66
testImplementation project(":selenium")
77
testImplementation project(":mysql")

docs/examples/junit4/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:5.1.1.RELEASE"
55

6-
testImplementation "junit:junit:4.12"
6+
testImplementation "junit:junit:4.13.2"
77
testImplementation project(":testcontainers")
88
}

test-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
implementation 'junit:junit:4.12'
2+
implementation 'junit:junit:4.13.2'
33
implementation 'org.slf4j:slf4j-api:1.7.30'
44
}

0 commit comments

Comments
 (0)