Skip to content

Commit

Permalink
Merge branch 'dev' into deps/org.xerial-sqlite-jdbc-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored Jan 23, 2024
2 parents 48b7731 + bdd9bbc commit bf68482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencyResolutionManagement {
plugin("indra-publishing", "net.kyori.indra.publishing").versionRef("indra")
plugin("indra-sonatype", "net.kyori.indra.publishing.sonatype").versionRef("indra")

version("slf4j", "2.0.9")
version("slf4j", "2.0.11")
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef("slf4j")
}

Expand All @@ -58,7 +58,7 @@ dependencyResolutionManagement {
library("testcontainers-core", "org.testcontainers", "testcontainers").versionRef("testcontainers")
library("testcontainers-junit", "org.testcontainers", "junit-jupiter").versionRef("testcontainers")

version("slf4j", "2.0.9")
version("slf4j", "2.0.11")
library("slf4j-noop", "org.slf4j", "slf4j-nop").versionRef("slf4j")

library("driver-postgres", "org.postgresql:postgresql:42.7.1")
Expand Down

0 comments on commit bf68482

Please sign in to comment.