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 2927f1d commit f94d3e6Copy full SHA for f94d3e6
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ jdbc-h2 = { module = "com.h2database:h2", version = "2.4.240" }
11
jdbc-mysql = { module = "mysql:mysql-connector-java", version = "8.0.33" }
12
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
13
14
-logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.18" }
+logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.19" }
15
16
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
17
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
0 commit comments