Skip to content

Commit

Permalink
upgrade Apache commons-io to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2024
1 parent caf2a61 commit eb60969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.5</version>
<version>4.8.6.6</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down Expand Up @@ -1270,7 +1270,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

<body>
<release version="4.7.0" date="November xx, 2024" description="Bugfixes, Chrome/Edge 131">
<action type="update" dev="rbri">
Upgrade Apache commons-io to 2.18.0.
</action>
<action type="add" dev="rbri">
DOMTokenList add()/remove() are able to handle an arbitrary amount of tokens.
</action>
Expand Down

0 comments on commit eb60969

Please sign in to comment.