Skip to content

Commit 9037004

Browse files
chore(deps): bump org.checkerframework:checker-qual from 3.49.2 to 3.49.3 (#1420)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3dda55 commit 9037004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

wrapper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727
}
2828

2929
dependencies {
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)

0 commit comments

Comments
 (0)