File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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 @@ -9,11 +9,11 @@ dependencies {
99 implementation(" org.slf4j:slf4j-api:2.0.17" )
1010
1111 // Test dependencies
12- testImplementation(platform(" org.junit:junit-bom:5.10 .0" ))
12+ testImplementation(platform(" org.junit:junit-bom:5.12 .0" ))
1313 testImplementation(" org.junit.jupiter:junit-jupiter" )
1414 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1515 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
16- testImplementation(" org.assertj:assertj-core:3.24.2 " )
16+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
1717}
1818
1919repositories {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ 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" )
11- testImplementation(" org.assertj:assertj-core:3.24.2 " )
11+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
1212}
1313
1414testing {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 required_providers {
88 confluent = {
99 source = " confluentinc/confluent"
10- version = " 2.18 .0"
10+ version = " 2.19 .0"
1111 }
1212 }
1313}
You can’t perform that action at this time.
0 commit comments