We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fbecc commit ec30a60Copy full SHA for ec30a60
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ kotlin = "1.9.22"
5
kotest = "5.8.0"
6
7
[libraries]
8
-archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" }
+archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.4.0" }
9
logback = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
10
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.16.1" }
11
kafka-clients = { module = "org.apache.kafka:kafka-clients", version.ref = "kafka"}
0 commit comments