File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
2323
2424 // Test dependencies
25- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.0 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2727}
2828
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
1313
1414 // Test dependencies
15- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.0 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1717}
1818
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 api(" software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion " )
1414
1515 // Test dependencies
16- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.0 " )
16+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
1717 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1818 testImplementation(libs.assertj.core)
1919}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 api(" software.amazon.smithy.java:framework-errors:$smithyJavaVersion " )
1313
1414 testImplementation(" org.hamcrest:hamcrest:3.0" )
15- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.0 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1717 testImplementation(" org.assertj:assertj-core:3.27.3" )
1818}
Original file line number Diff line number Diff line change 11[versions ]
2- junit5 = " 5.13.0 "
2+ junit5 = " 5.13.1 "
33hamcrest = " 3.0"
44smithy = " 1.58.0"
55jmh = " 0.7.3"
@@ -9,9 +9,9 @@ spotless = "7.0.4"
99smithy-gradle-plugins = " 1.2.0"
1010assertj = " 3.27.3"
1111jackson = " 2.19.0"
12- netty = " 4.2.1 .Final"
12+ netty = " 4.2.2 .Final"
1313dep-analysis = " 2.18.0"
14- aws-sdk = " 2.31.56 "
14+ aws-sdk = " 2.31.61 "
1515osdetector = " 1.7.3"
1616accp = " 2.4.1" # Amazon Corretto Crypto Provider
1717jreleaser = " 1.18.0"
You can’t perform that action at this time.
0 commit comments