Skip to content

Commit

Permalink
Merge pull request #2977 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Use property for log4j2 version to reduce renovate PRs
  • Loading branch information
hazendaz committed Oct 17, 2023
2 parents 9e61f4f + 14886e4 commit 0f45691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@

<properties>
<clirr.comparisonVersion>3.4.6</clirr.comparisonVersion>
<log4j.version>2.21.0</log4j.version>

<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
Expand Down Expand Up @@ -187,7 +188,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.21.0</version>
<version>${log4j.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -329,7 +330,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.21.0</version>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0f45691

Please sign in to comment.