Skip to content

Commit

Permalink
fix expected release artifact versions
Browse files Browse the repository at this point in the history
These have been upgraded meanwhile, thus we need to also bump the expected version in the release check.

Signed-off-by: Peter Gafert <[email protected]>
  • Loading branch information
codecholeric committed Aug 9, 2023
1 parent 1781127 commit e87cd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.1</version>
<version>1.9.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/resources/release_check/archunit.pom
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.3</version>
<version>2.0.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e87cd32

Please sign in to comment.