Picnic-DevPla-Bot
2024-12-25 11:29:40 +01:00
committed by GitHub
parent 72b701cae3
commit 12585a8969
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.26.3<!-- Renovate: org.assertj:assertj-bom --></version>
+ <version>3.27.0<!-- Renovate: org.assertj:assertj-bom --></version>
+ <scope>test</scope>
+ </dependency>
<dependency>

View File

@@ -445,7 +445,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-bom</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>