Skip to content

Commit 4c1d46e

Browse files
SCMOD-9173: Upgrade Httpclient to resolve SSL Issue
1 parent e044f09 commit 4c1d46e

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

elastic-mapping-updater-cli-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli-image</artifactId>

elastic-mapping-updater-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater-cli</artifactId>

elastic-mapping-updater/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafdataprocessing.elastic</groupId>
2626
<artifactId>elastic-mapping-updater-aggregator</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>elastic-mapping-updater</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.cafdataprocessing.elastic</groupId>
3030
<artifactId>elastic-mapping-updater-aggregator</artifactId>
31-
<version>1.1.0-SNAPSHOT</version>
31+
<version>1.0.1-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Elasticsearch Mapping Updater</name>
@@ -118,12 +118,12 @@
118118
<dependency>
119119
<groupId>com.github.cafdataprocessing.elastic</groupId>
120120
<artifactId>elastic-mapping-updater</artifactId>
121-
<version>1.1.0-SNAPSHOT</version>
121+
<version>1.0.1-SNAPSHOT</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.github.cafdataprocessing.elastic</groupId>
125125
<artifactId>elastic-mapping-updater-cli</artifactId>
126-
<version>1.1.0-SNAPSHOT</version>
126+
<version>1.0.1-SNAPSHOT</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>info.picocli</groupId>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.apache.httpcomponents</groupId>
135135
<artifactId>httpclient</artifactId>
136-
<version>4.5.11</version>
136+
<version>4.5.12</version>
137137
<exclusions>
138138
<exclusion>
139139
<groupId>commons-logging</groupId>

release-notes-1.0.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
#### Version Number
3+
${version-number}
4+
5+
#### Bug Fixes
6+
7+
* **SCMOD-9173**: Upgrade Httpclient to 4.5.12 to resolve an SSL verification issue.
8+
9+
#### Known Issues

release-notes-1.1.0.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)