@@ -49,10 +49,10 @@ plugins {
49
49
`maven- publish`
50
50
signing
51
51
// Release
52
- id(" com.github.vlsi.crlf" ) version " 1.86 "
53
- id(" com.github.vlsi.gradle-extensions" ) version " 1.86 "
54
- id(" com.github.vlsi.license-gather" ) version " 1.87 " apply false
55
- id(" com.github.vlsi.stage-vote-release" ) version " 1.88 "
52
+ id(" com.github.vlsi.crlf" ) version " 1.90 "
53
+ id(" com.github.vlsi.gradle-extensions" ) version " 1.90 "
54
+ id(" com.github.vlsi.license-gather" ) version " 1.90 " apply false
55
+ id(" com.github.vlsi.stage-vote-release" ) version " 1.90 "
56
56
id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
57
57
}
58
58
@@ -260,8 +260,8 @@ tasks.withType<Checkstyle>().configureEach {
260
260
261
261
dependencies {
262
262
testImplementation(" org.apache.commons:commons-dbcp2:2.9.0" )
263
- testImplementation(" software.amazon.awssdk:rds:2.23.12 " )
264
- testImplementation(" software.amazon.awssdk:ec2:2.17.191 " )
263
+ testImplementation(" software.amazon.awssdk:rds:2.25.1 " )
264
+ testImplementation(" software.amazon.awssdk:ec2:2.25.1 " )
265
265
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.0" )
266
266
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10.0" )
267
267
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.0" )
@@ -279,7 +279,7 @@ dependencies {
279
279
testImplementation(" com.zaxxer:HikariCP:4.0.3" )
280
280
testImplementation(" software.amazon.awssdk:secretsmanager:2.23.12" )
281
281
282
- implementation(" software.amazon.awssdk:rds:2.23.12 " )
282
+ implementation(" software.amazon.awssdk:rds:2.25.1 " )
283
283
implementation(" com.google.protobuf:protobuf-java:3.21.9" )
284
284
implementation(" com.mchange:c3p0:0.9.5.5" )
285
285
implementation(" org.javassist:javassist:3.28.0-GA" )
0 commit comments