Skip to content

Commit

Permalink
upgrade Apache commons-io to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 20, 2024
1 parent c4b87a7 commit 152560e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<selenium.devtools.artifactId>selenium-devtools-v127</selenium.devtools.artifactId>

<jetty.version>9.4.56.v20240826</jetty.version>
<log4j.version>2.23.1</log4j.version>
<log4j.version>2.24.0</log4j.version>
<slf4j.version>2.0.16</slf4j.version>

<!-- As a property, as it is included in Checkstyle build -->
Expand Down Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.2</version>
<version>4.8.6.3</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down Expand Up @@ -1273,7 +1273,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@

<body>
<release version="4.5.0" date="xxxx, 2024" description="Chrome/Edge 128, Firefox 129, WebWorker, Bugfixes">
<action type="update" dev="rbri">
Upgrade Apache commons-io to 2.17.0.
</action>
<action type="add" dev="RhinoTeam">
core-js: Support for Promise.any added.
</action>
<action type="add" dev="RhinoTeam">
core-js: Support for nullish coalescing operators '??' added.
core-js: Support for nullish coalescing operator '??' added.
</action>
<action type="add" dev="RhinoTeam">
core-js: Support for logical assigment operators '||=' and '&amp;&amp;=' added.
Expand Down

0 comments on commit 152560e

Please sign in to comment.