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 610113d commit 0b878e8Copy full SHA for 0b878e8
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.47.2.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" }
14
-logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.15" }
+logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.16" }
15
16
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
17
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
0 commit comments