Picnic-DevPla-Bot
2025-01-03 08:53:48 +01:00
committed by GitHub
parent e67800e4e2
commit 68ecd652f7
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.27.0<!-- Renovate: org.assertj:assertj-bom --></version>
+ <version>3.27.1<!-- 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.27.0</version>
<version>3.27.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>