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 44700cd commit ac9ff7fCopy full SHA for ac9ff7f
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.50.3.0" }
12
jdbc-sqlserver = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.10.2.jre11" }
13
14
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.17" }
15
-logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.19" }
+logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.20" }
16
17
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
18
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
0 commit comments