Skip to content

Commit 0ea2832

Browse files
Update junit5 monorepo (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86af6e2 commit 0ea2832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dependencies {
3333
implementation 'org.apache.commons:commons-lang3:3.17.0'
3434
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
3535
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
36-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
36+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
3737
testImplementation 'org.assertj:assertj-core:3.27.3'
38-
testImplementation 'org.junit.platform:junit-platform-launcher:1.12.0'
38+
testImplementation 'org.junit.platform:junit-platform-launcher:1.12.1'
3939
}
4040

4141
test {

0 commit comments

Comments
 (0)