mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade AssertJ 3.27.2 -> 3.27.3 (#1523)
See: - https://github.com/assertj/assertj/releases/tag/assertj-build-3.27.3 - https://github.com/assertj/assertj/compare/assertj-build-3.27.2...assertj-build-3.27.3
This commit is contained in:
committed by
GitHub
parent
ad5b1c9917
commit
5085eb2f25
@@ -7,7 +7,7 @@
|
|||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>org.assertj</groupId>
|
+ <groupId>org.assertj</groupId>
|
||||||
+ <artifactId>assertj-core</artifactId>
|
+ <artifactId>assertj-core</artifactId>
|
||||||
+ <version>3.27.2<!-- Renovate: org.assertj:assertj-bom --></version>
|
+ <version>3.27.3<!-- Renovate: org.assertj:assertj-bom --></version>
|
||||||
+ <scope>test</scope>
|
+ <scope>test</scope>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -440,7 +440,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.assertj</groupId>
|
<groupId>org.assertj</groupId>
|
||||||
<artifactId>assertj-bom</artifactId>
|
<artifactId>assertj-bom</artifactId>
|
||||||
<version>3.27.2</version>
|
<version>3.27.3</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user