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 82a2ad7 commit e6cb831Copy full SHA for e6cb831
gradle/libs.versions.toml
@@ -47,7 +47,7 @@ jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
47
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
48
joox = { module = "org.jooq:joox", version = "2.0.0" }
49
junit4 = { module = "junit:junit", version = { require = "[4.12,)", prefer = "4.13.2" } }
50
-kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.1" }
+kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.2" }
51
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
52
log4j-jul = { module = "org.apache.logging.log4j:log4j-jul", version.ref = "log4j" }
53
maven = { module = "org.apache.maven:apache-maven", version = "3.9.2" }
0 commit comments