Skip to content

Commit

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

Updates `com.tngtech.archunit:archunit` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.2.1...v1.3.0)

Updates `com.tngtech.archunit:archunit-junit5-api` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.2.1...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mnhock committed Apr 11, 2024
1 parent 3d83a8b commit 434591b
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 @@ -34,7 +34,7 @@
<jackson-datatype-jsr310.version>2.17.0</jackson-datatype-jsr310.version>
<json-schema-validator.version>1.2.0</json-schema-validator.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<archunit.version>1.2.1</archunit.version>
<archunit.version>1.3.0</archunit.version>

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

0 comments on commit 434591b

Please sign in to comment.