Skip to content

Commit 23b8c61

Browse files
committed
Upgrade to ArchUnit 1.4.1 for Java 25 support
https://github.com/TNG/ArchUnit/releases/tag/v1.4.1
1 parent 0c61ac9 commit 23b8c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}"
2222
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
2323
implementation "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
24-
implementation "com.tngtech.archunit:archunit:1.4.0"
24+
implementation "com.tngtech.archunit:archunit:1.4.1"
2525
implementation "org.gradle:test-retry-gradle-plugin:1.6.2"
2626
implementation "io.spring.javaformat:spring-javaformat-gradle-plugin:${javaFormatVersion}"
2727
implementation "io.spring.nohttp:nohttp-gradle:0.0.11"

0 commit comments

Comments
 (0)