Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent f5d9d06 commit 896c7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

checkstyle {
toolVersion = "10.14.1"
toolVersion = "10.14.2"

configFile = file("${rootDir}/checkstyle/checkstyle.xml")

Expand All @@ -33,7 +33,7 @@ configurations.named("checkstyle") {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.0.0-jre")
select("com.google.guava:guava:33.1.0-jre")
}
}
}
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies {

// Database drivers
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.postgresql:postgresql:42.7.2")
implementation("org.postgresql:postgresql:42.7.3")
implementation("com.h2database:h2:2.2.224")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.3")

Expand Down

0 comments on commit 896c7b2

Please sign in to comment.