Skip to content

Commit

Permalink
Bumps log4j-api from 2.9.0 to 2.15.0 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 11, 2021
1 parent 93d8b2a commit 5d10b37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.9.0</version>
<version>2.15.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/it/banduplicate-classes-ignore-when-identical/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.9.0</version>
<version>2.15.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/it/banduplicate-classes-jdk9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.9.0</version>
<version>2.15.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/enforce-bytecode-version-multirelease/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.9.0</version>
<version>2.15.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/enforce-bytecode-version-multirelease/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ assert file.exists();
String text = file.getText("utf-8");

assert text.contains( '[INFO] Adding ignore: module-info' )
assert text.contains( '[DEBUG] log4j-api-2.9.0.jar => ' )
assert text.contains( '[DEBUG] log4j-api-2.15.0.jar => ' )

return true;

0 comments on commit 5d10b37

Please sign in to comment.