File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131subprojects {
3232 apply (plugin = " java" )
3333
34- val junitVersion = " 5.10.2 "
34+ val junitVersion = " 5.12.0 "
3535 val logbackVersion = " 1.5.17"
3636 val slf4jVersion = " 2.0.17"
3737
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation(" org.apache.avro:avro:1.12.0" )
88
99 // Test dependencies
10- testImplementation(platform(" org.junit:junit-bom:5.10 .0" ))
10+ testImplementation(platform(" org.junit:junit-bom:5.12 .0" ))
1111 testImplementation(" org.junit.jupiter:junit-jupiter" )
1212 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1313 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 // Test dependencies
7- testImplementation(platform(" org.junit:junit-bom:5.10 .0" ))
7+ testImplementation(platform(" org.junit:junit-bom:5.12 .0" ))
88 testImplementation(" org.junit.jupiter:junit-jupiter" )
99 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1010 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments