Skip to content

Commit

Permalink
Upgrade log4j to 2.17.0 (was and still is provided scope)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Dec 20, 2021
1 parent eb21263 commit 2134f54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 3.1.1 (2021-12-20)

* [chg] Upgrade log4j dependency to 2.17.0 (was and still is only with `provided` scope).

# Version 3.1.0 (2021-05-09)

* [chg] Compatibility with transport client from elasticsearch v2 to v7
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

<groupId>org.seedstack.addons.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>

<properties>
<seed.version>3.12.0</seed.version>
<compatibility.skip>true</compatibility.skip>
<bintray.package>elasticsearch-addon</bintray.package>
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
<log4j.version>2.13.2</log4j.version>
<log4j.version>2.17.0</log4j.version>
</properties>

<build>
Expand Down

0 comments on commit 2134f54

Please sign in to comment.