Bump commons-io:commons-io from 2.19.0 to 2.20.0
diff --git a/pom.xml b/pom.xml
index 85d6cf5..1fd2488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.19.0</version>
+ <version>2.20.0</version>
<optional>true</optional>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 89c707a..32e7405 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,18 +24,19 @@
</properties>
<body>
<release version="2.12.1" date="YYYY-MM-DD" description="Minor release with new features and updated dependencies; requires Java 8 or above.">
- <!-- FIX -->
- <action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared primitive variable "throwExceptionOnMissing" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.configuration2.AbstractConfiguration] At AbstractConfiguration.java:[line 1493] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared primitive variable "forceSingleLine" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.configuration2.PropertiesConfigurationLayout] At PropertiesConfigurationLayout.java:[line 821] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
- <action type="fix" dev="ggregory" due-to="Willy van Diepen, Gary Gregory, Rob Tompkins" issue="CONFIGURATION-849">Fix undoubling of strings #569.</action>
- <action type="fix" dev="ggregory" due-to="Robbie Gemmell, Justin Bertram, Gary Gregory" issue="CONFIGURATION-852">Mark the package jakarta.servlet.* import as optional in OSGi #574.</action>
- <!-- ADD -->
- <!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 85.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.1 #565.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump log4j.version from 2.24.3 to 2.25.1 #579.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #582.</action>
+ <!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared primitive variable "throwExceptionOnMissing" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.configuration2.AbstractConfiguration] At AbstractConfiguration.java:[line 1493] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Shared primitive variable "forceSingleLine" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.configuration2.PropertiesConfigurationLayout] At PropertiesConfigurationLayout.java:[line 821] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
+ <action type="fix" dev="ggregory" due-to="Willy van Diepen, Gary Gregory, Rob Tompkins" issue="CONFIGURATION-849">Fix undoubling of strings #569.</action>
+ <action type="fix" dev="ggregory" due-to="Robbie Gemmell, Justin Bertram, Gary Gregory" issue="CONFIGURATION-852">Mark the package jakarta.servlet.* import as optional in OSGi #574.</action>
+ <!-- ADD -->
+ <!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 85.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.1 #565.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump log4j.version from 2.24.3 to 2.25.1 #579.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #582.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.19.0 to 2.20.0.</action>
</release>
<release version="2.12.0" date="2025-04-22" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->