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 d6bb7c0 commit 2e4e4ebCopy full SHA for 2e4e4eb
gradle/libs.versions.toml
@@ -13,7 +13,7 @@ azure-identity = { module = "com.azure:azure-identity", version = "1.11.1" }
13
azure-digitaltwins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.16" }
14
ktor-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
15
ktor-netty = { module = "io.ktor:ktor-server-netty", version.ref = "ktor" }
16
-archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" }
+archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.3.0" }
17
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
18
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
19
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
0 commit comments