From 3f87b3bc8aa6e5a7e8694175835280631600c7e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 22:10:19 +0000 Subject: [PATCH] chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index de98391f..f57fc457 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ azure-identity = { module = "com.azure:azure-identity", version = "1.11.1" } azure-digitaltwins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.16" } ktor-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" } ktor-netty = { module = "io.ktor:ktor-server-netty", version.ref = "ktor" } -archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" } +archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.4.0" } ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" } ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" } ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }