Skip to content

Commit 2ec7682

Browse files
Bump jmolecules-archunit from 0.10.0 to 1.6.0 in /examples/java
Bumps [jmolecules-archunit](https://github.com/xmolecules/jmolecules-integrations) from 0.10.0 to 1.6.0. - [Release notes](https://github.com/xmolecules/jmolecules-integrations/releases) - [Commits](xmolecules/jmolecules-integrations@0.10.0...1.6.0) --- updated-dependencies: - dependency-name: org.jmolecules.integrations:jmolecules-archunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d43a9a0 commit 2ec7682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/java/spring-boot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
2525
testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1'
2626
testImplementation 'org.awaitility:awaitility:4.2.0'
27-
testImplementation 'org.jmolecules.integrations:jmolecules-archunit:0.10.0'
27+
testImplementation 'org.jmolecules.integrations:jmolecules-archunit:1.6.0'
2828
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2929
testImplementation 'io.rest-assured:json-schema-validator:5.1.1'
3030
}

0 commit comments

Comments
 (0)