We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9192409 commit e20c72eCopy full SHA for e20c72e
pom.xml
@@ -1270,7 +1270,7 @@
1270
<dependency>
1271
<groupId>commons-codec</groupId>
1272
<artifactId>commons-codec</artifactId>
1273
- <version>1.17.2</version>
+ <version>1.18.0</version>
1274
</dependency>
1275
1276
<groupId>org.brotli</groupId>
src/changes/changes.xml
@@ -8,6 +8,9 @@
8
9
<body>
10
<release version="4.10.0" date="February xx, 2025" description="Bugfixes">
11
+ <action type="update" dev="rbri">
12
+ Upgrade commons-codec to 1.18.0.
13
+ </action>
14
<action type="fix" dev="rbri">
15
WebClientOptions sslClientCertificateStore is transient.
16
</action>
0 commit comments