We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced7f38 commit c98fdb9Copy full SHA for c98fdb9
gradle/libs.versions.toml
@@ -10,7 +10,7 @@ jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
10
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.49.1.0" }
11
jdbc-sqlserver = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }
12
13
-slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.16" }
+slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.17" }
14
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.17" }
15
16
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
0 commit comments