Skip to content

Commit d5d3135

Browse files
committed
Update changelog.
See gh-643.
1 parent a2888ae commit d5d3135

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

spring-vault-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<httpclient.version>4.5.13</httpclient.version>
6161
<httpcore.version>4.4.14</httpcore.version>
6262
<jetty-reactive-httpclient.version>1.1.6</jetty-reactive-httpclient.version>
63-
<netty.version>4.1.56.Final</netty.version>
63+
<netty.version>4.1.60.Final</netty.version>
6464
<okhttp3.version>3.14.9</okhttp3.version>
6565
<jackson-databind.version>2.12.2</jackson-databind.version>
6666
<aws-java-sdk.version>1.11.975</aws-java-sdk.version>

src/main/resources/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Spring Vault Changelog
22
=============================
33

4+
Changes in version 2.3.2 (2021-03-16)
5+
-------------------------------------
6+
* Move off deprecated GoogleCredential IAM authentication method to IAM credentials #600
7+
* Upgrade dependencies #632
8+
* Add ability to configure client TLS enabled protocol versions and cipher suites via Spring properties #635
9+
* Allow external injection of Loggers into SecretLeaseContainer and PropertySources #636
10+
* Update Sonatype endpoint #641
11+
* Upgrade dependencies #64
12+
413
Changes in version 2.3.1 (2021-02-16)
514
-------------------------------------
615
* Release Spring Vault 2.3.0 #608

0 commit comments

Comments
 (0)