Skip to content

Commit 3c67ec1

Browse files
andrrossDave Lago
authored andcommitted
Update to version 1.2.2 with log4j 2.16.0
Cherry-picked from 3e01690 Signed-off-by: Dave Lago <davelago@amazon.com>
1 parent d13c3ae commit 3c67ec1

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plugins {
3737
buildDir = 'gradle-build'
3838

3939
ext {
40-
securityPluginVersion = '1.2.1.0'
40+
securityPluginVersion = '1.2.2.0'
4141
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
4242
}
4343

@@ -67,7 +67,7 @@ ospackage {
6767
user 'root'
6868
permissionGroup 'root'
6969

70-
requires('opensearch-oss', "1.2.1", EQUAL)
70+
requires('opensearch-oss', "1.2.2", EQUAL)
7171
packager = 'Amazon'
7272
vendor = 'Amazon'
7373
os = 'LINUX'

plugin-descriptor.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description=Provide access control related features for OpenSearch 1.0.0
44
#
55
# 'version': plugin's version
6-
version=1.2.1.0-SNAPSHOT
6+
version=1.2.2.0-SNAPSHOT
77
#
88
# 'name': the plugin name
99
name=opensearch-security
@@ -24,4 +24,4 @@ java.version=1.8
2424
# OpenSearch release. This version is checked when the plugin
2525
# is loaded so OpenSearch will refuse to start in the presence of
2626
# plugins with the incorrect opensearch.version.
27-
opensearch.version=1.2.1
27+
opensearch.version=1.2.2

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<groupId>org.opensearch</groupId>
3535
<artifactId>opensearch-security</artifactId>
3636
<packaging>jar</packaging>
37-
<version>1.2.1.0-SNAPSHOT</version>
37+
<version>1.2.2.0-SNAPSHOT</version>
3838
<name>OpenSearch Security</name>
3939
<description>OpenSearch Security</description>
4040
<url>https://github.com/opensearch-project/security</url>
@@ -68,12 +68,12 @@
6868
<maven.compiler.target>1.8</maven.compiler.target>
6969
<maven.compiler.release>8</maven.compiler.release>
7070

71-
<opensearch.version>1.2.1-SNAPSHOT</opensearch.version>
71+
<opensearch.version>1.2.2-SNAPSHOT</opensearch.version>
7272

7373
<!-- deps -->
7474
<netty-native.version>2.0.25.Final</netty-native.version>
7575
<bc.version>1.67</bc.version>
76-
<log4j.version>2.15.0</log4j.version>
76+
<log4j.version>2.16.0</log4j.version>
7777
<guava.version>25.1-jre</guava.version>
7878
<commons.cli.version>1.3.1</commons.cli.version>
7979
<jackson-databind.version>2.11.2</jackson-databind.version>
@@ -103,7 +103,7 @@
103103
<url>https://github.com/opensearch-project/security</url>
104104
<connection>scm:git:git@github.com:opensearch-project/security.git</connection>
105105
<developerConnection>scm:git:git@github.com:opensearch-project/security.git</developerConnection>
106-
<tag>1.2.1.0</tag>
106+
<tag>1.2.2.0</tag>
107107
</scm>
108108

109109
<repositories>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 2021-12-14 Version 1.2.2.0
2+
3+
Compatible with OpenSearch 1.2.2
4+
5+
### Maintenance
6+
7+
* Bumping log4j to 2.16.0 ([#1525](https://github.com/opensearch-project/security/pull/1525))

0 commit comments

Comments
 (0)