Skip to content

Commit

Permalink
adjust expected POMs to upgraded dependencies
Browse files Browse the repository at this point in the history
When ArchUnit's dependencies were upgraded these were forgotten.

Signed-off-by: Peter Gafert <[email protected]>
  • Loading branch information
codecholeric committed Apr 14, 2021
1 parent 4e0b214 commit 165c695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-steps/release/expected/archunit-junit4.pom
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.6.2</version>
<version>1.7.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 165c695

Please sign in to comment.