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 97938e3 commit ca2487fCopy full SHA for ca2487f
pom.xml
@@ -1270,7 +1270,7 @@
1270
<dependency>
1271
<groupId>commons-codec</groupId>
1272
<artifactId>commons-codec</artifactId>
1273
- <version>1.17.1</version>
+ <version>1.17.2</version>
1274
</dependency>
1275
1276
<groupId>org.brotli</groupId>
src/changes/changes.xml
@@ -8,6 +8,9 @@
8
9
<body>
10
<release version="4.8.0" date="January xx, 2025" description="Bugfixes">
11
+ <action type="update" dev="rbri">
12
+ Upgrade commons-codec to 1.17.2.
13
+ </action>
14
<action type="update" dev="rbri">
15
Apache commons-net is no longer a runtime dependency.
16
</action>
0 commit comments