Skip to content

Commit eb60969

Browse files
committed
upgrade Apache commons-io to 2.18.0
1 parent caf2a61 commit eb60969

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>com.github.spotbugs</groupId>
8080
<artifactId>spotbugs-maven-plugin</artifactId>
81-
<version>4.8.6.5</version>
81+
<version>4.8.6.6</version>
8282
<dependencies>
8383
<dependency>
8484
<groupId>com.github.spotbugs</groupId>
@@ -1270,7 +1270,7 @@
12701270
<dependency>
12711271
<groupId>commons-io</groupId>
12721272
<artifactId>commons-io</artifactId>
1273-
<version>2.17.0</version>
1273+
<version>2.18.0</version>
12741274
</dependency>
12751275
<dependency>
12761276
<groupId>commons-logging</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.7.0" date="November xx, 2024" description="Bugfixes, Chrome/Edge 131">
11+
<action type="update" dev="rbri">
12+
Upgrade Apache commons-io to 2.18.0.
13+
</action>
1114
<action type="add" dev="rbri">
1215
DOMTokenList add()/remove() are able to handle an arbitrary amount of tokens.
1316
</action>

0 commit comments

Comments
 (0)