-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to version 1.2.2 with log4j 2.16.0
Signed-off-by: Andrew Ross <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
<groupId>org.opensearch</groupId> | ||
<artifactId>opensearch-security</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.2.1.0-SNAPSHOT</version> | ||
<version>1.2.2.0-SNAPSHOT</version> | ||
<name>OpenSearch Security</name> | ||
<description>OpenSearch Security</description> | ||
<url>https://github.com/opensearch-project/security</url> | ||
|
@@ -68,12 +68,12 @@ | |
<maven.compiler.target>1.8</maven.compiler.target> | ||
<maven.compiler.release>8</maven.compiler.release> | ||
|
||
<opensearch.version>1.2.1-SNAPSHOT</opensearch.version> | ||
<opensearch.version>1.2.2-SNAPSHOT</opensearch.version> | ||
|
||
<!-- deps --> | ||
<netty-native.version>2.0.25.Final</netty-native.version> | ||
<bc.version>1.67</bc.version> | ||
<log4j.version>2.15.0</log4j.version> | ||
<log4j.version>2.16.0</log4j.version> | ||
<guava.version>25.1-jre</guava.version> | ||
<commons.cli.version>1.3.1</commons.cli.version> | ||
<jackson-databind.version>2.11.2</jackson-databind.version> | ||
|
@@ -103,7 +103,7 @@ | |
<url>https://github.com/opensearch-project/security</url> | ||
<connection>scm:git:[email protected]:opensearch-project/security.git</connection> | ||
<developerConnection>scm:git:[email protected]:opensearch-project/security.git</developerConnection> | ||
<tag>1.2.1.0</tag> | ||
<tag>1.2.2.0</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 2021-12-14 Version 1.2.2.0 | ||
|
||
Compatible with OpenSearch 1.2.2 | ||
|
||
### Maintenance | ||
|
||
* Bumping log4j to 2.16.0 ([#1525](https://github.com/opensearch-project/security/pull/1525)) |