Skip to content

Commit ca2487f

Browse files
committed
upgrade commons-codec to 1.17.2
1 parent 97938e3 commit ca2487f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@
12701270
<dependency>
12711271
<groupId>commons-codec</groupId>
12721272
<artifactId>commons-codec</artifactId>
1273-
<version>1.17.1</version>
1273+
<version>1.17.2</version>
12741274
</dependency>
12751275
<dependency>
12761276
<groupId>org.brotli</groupId>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
<body>
1010
<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>
1114
<action type="update" dev="rbri">
1215
Apache commons-net is no longer a runtime dependency.
1316
</action>

0 commit comments

Comments
 (0)