Skip to content

Commit

Permalink
Bump archunit.version from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps `archunit.version` from 1.1.0 to 1.2.0.

Updates `com.tngtech.archunit:archunit` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.1.0...v1.2.0)

Updates `com.tngtech.archunit:archunit-junit5-api` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.1.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mnhock committed Nov 6, 2023
1 parent 70efc27 commit 0c5675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<junit-jupiter.version>5.10.0</junit-jupiter.version>
<archunit.version>1.1.0</archunit.version>
<archunit.version>1.2.0</archunit.version>

<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
Expand Down

0 comments on commit 0c5675d

Please sign in to comment.