Skip to content

Commit

Permalink
Upgrade to ArchUnit 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Nov 6, 2023
1 parent 490c0b2 commit 07366b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
run: ./mvnw -B -ntp process-test-resources
- name: ArchUnit 1.0 / Spring 5.2
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.0.1 -Dspring.version=5.2.25.RELEASE
- name: ArchUnit 1.1 / Spring 5.3
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.1.0 -Dspring.version=5.3.30
- name: ArchUnit 1.1 / Spring 6.0
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.1.0 -Dspring.version=6.0.13
- name: ArchUnit 1.1 / Spring 6.1-RC
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.1.0 -Dspring.version=6.1.0-RC2 -Pspring-milestone
- name: ArchUnit 1.1 / Spring 5.2
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.1.0 -Dspring.version=5.2.25.RELEASE
- name: ArchUnit 1.2 / Spring 5.3
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.2.0 -Dspring.version=5.3.30
- name: ArchUnit 1.2 / Spring 6.0
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.2.0 -Dspring.version=6.0.13
- name: ArchUnit 1.2 / Spring 6.1-RC
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Darchunit.version=1.2.0 -Dspring.version=6.1.0-RC2 -Pspring-milestone
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</licenses>

<properties>
<archunit.version>1.1.0</archunit.version>
<archunit.version>1.2.0</archunit.version>
<assertj.version>3.24.2</assertj.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<slf4j.version>2.0.9</slf4j.version>
Expand Down

0 comments on commit 07366b9

Please sign in to comment.