Skip to content

Commit e87cd32

Browse files
committed
fix expected release artifact versions
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]>
1 parent 1781127 commit e87cd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/resources/release_check/archunit-junit5-engine-api.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.platform</groupId>
4848
<artifactId>junit-platform-engine</artifactId>
49-
<version>1.9.1</version>
49+
<version>1.9.2</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

buildSrc/src/main/resources/release_check/archunit.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.slf4j</groupId>
5252
<artifactId>slf4j-api</artifactId>
53-
<version>2.0.3</version>
53+
<version>2.0.7</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
</dependencies>

0 commit comments

Comments
 (0)