Skip to content

Commit 3556615

Browse files
committed
[ALIEN-3749] Upgrade to ES 6.8.22
1 parent f9d68cd commit 3556615

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

elasticsearch-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.alien4cloud</groupId>
66
<artifactId>elasticsearch-mapping-parent</artifactId>
7-
<version>6.8.13-1-SNAPSHOT</version>
7+
<version>6.8.22-1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>elasticsearch-annotations</artifactId>

elasticsearch-mapping/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.alien4cloud</groupId>
66
<artifactId>elasticsearch-mapping-parent</artifactId>
7-
<version>6.8.13-1-SNAPSHOT</version>
7+
<version>6.8.22-1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>elasticsearch-mapping</artifactId>
@@ -98,6 +98,18 @@
9898
<version>${commons-beanutils.version}</version>
9999
</dependency>
100100
<!-- Logging -->
101+
<dependency>
102+
<groupId>org.apache.logging.log4j</groupId>
103+
<artifactId>log4j-core</artifactId>
104+
<version>${log4j.version}</version>
105+
<scope>test</scope>
106+
</dependency>
107+
<dependency>
108+
<groupId>org.apache.logging.log4j</groupId>
109+
<artifactId>log4j-slf4j-impl</artifactId>
110+
<version>${log4j.version}</version>
111+
<scope>test</scope>
112+
</dependency>
101113
<dependency>
102114
<groupId>org.slf4j</groupId>
103115
<artifactId>slf4j-api</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.alien4cloud</groupId>
55
<artifactId>elasticsearch-mapping-parent</artifactId>
6-
<version>6.8.13-1-SNAPSHOT</version>
6+
<version>6.8.22-1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>Elastic search mapping parent</name>
1010
<description>An object mapping framework for Elastic Search.</description>
1111

1212
<properties>
13-
<elasticsearch.version>6.8.13</elasticsearch.version>
13+
<elasticsearch.version>6.8.22</elasticsearch.version>
1414
<search-guard.version>6.8.6-25.7</search-guard.version>
1515

1616
<jackson.version>2.9.3</jackson.version>
@@ -21,6 +21,7 @@
2121
<guava.version>19.0</guava.version>
2222
<lombok.version>1.18.16</lombok.version>
2323
<!-- Logging -->
24+
<log4j.version>2.17.0</log4j.version>
2425
<slf4j.version>1.7.24</slf4j.version>
2526

2627
<java.version>15</java.version>

0 commit comments

Comments
 (0)