File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 implementation(" com.mysql:mysql-connector-j:9.3.0" )
2525 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
2626 implementation(" com.zaxxer:HikariCP:4.0.3" )
27- implementation(" org.checkerframework:checker-qual:3.49.2 " )
27+ implementation(" org.checkerframework:checker-qual:3.49.3 " )
2828
2929 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2" )
3030 testImplementation(" org.mockito:mockito-inline:4.11.0" ) // 4.11.0 is the last version compatible with Java 8
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727}
2828
2929dependencies {
30- implementation(" org.checkerframework:checker-qual:3.49.2 " )
30+ implementation(" org.checkerframework:checker-qual:3.49.3 " )
3131 compileOnly(" org.apache.httpcomponents:httpclient:4.5.14" )
3232 compileOnly(" software.amazon.awssdk:rds:2.31.46" )
3333 compileOnly(" software.amazon.awssdk:auth:2.31.45" ) // Required for IAM (light implementation)
You can’t perform that action at this time.
0 commit comments