Skip to content

Commit

Permalink
Bump archunit-junit5 from 0.23.1 to 1.0.1 in /examples/java
Browse files Browse the repository at this point in the history
Bumps [archunit-junit5](https://github.com/TNG/ArchUnit) from 0.23.1 to 1.0.1.
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v0.23.1...v1.0.1)

---
updated-dependencies:
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2023
1 parent 161d93a commit 21c7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java/spring-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation 'com.github.valfirst:slf4j-test:2.6.1'
testImplementation 'com.squareup.okhttp3:okhttp:4.10.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
testImplementation 'com.tngtech.archunit:archunit-junit5:0.23.1'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.0.1'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.jmolecules.integrations:jmolecules-archunit:0.10.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 21c7db9

Please sign in to comment.