File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed
Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ plugins {
3737buildDir = ' gradle-build'
3838
3939ext {
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'
Original file line number Diff line number Diff line change 33description =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
99name =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
Original file line number Diff line number Diff line change 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 >
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>
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 >
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments