Skip to content

Commit d5fdf3a

Browse files
authored
Merge pull request #3957 from graphql-java/dependabot/gradle/com.tngtech.archunit-archunit-junit5-1.4.1
Bump com.tngtech.archunit:archunit-junit5 from 1.4.0 to 1.4.1
2 parents e52a508 + 1411b8a commit d5fdf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies {
127127
testImplementation "io.projectreactor:reactor-core:3.7.5"
128128

129129
testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance
130-
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.0"
130+
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"
131131

132132
// this is needed for the idea jmh plugin to work correctly
133133
jmh 'org.openjdk.jmh:jmh-core:1.37'

0 commit comments

Comments
 (0)