We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ffb65 commit 7763960Copy full SHA for 7763960
1 file changed
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.11" }
13
14
-logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.32" }
+logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.33" }
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