This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push: new 984f04d0 Bump org.apache.commons:commons-parent from 81 to 83 984f04d0 is described below commit 984f04d06fc1263f26c2b9b484a25afef63c06ba Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 30 10:09:35 2025 -0400 Bump org.apache.commons:commons-parent from 81 to 83 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d97de69a..dd8e0117 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>81</version> + <version>83</version> </parent> <modelVersion>4.0.0</modelVersion> <name>Apache Commons Exec</name> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a2d7da1c..e71fec11 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Fix SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE: Shared primitive variable "shouldDestroy" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.exec.ShutdownHookProcessDestroyer$ProcessDestroyerThread].</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, SpotBugs">Fix SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE: Shared primitive variable "added" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.exec.ShutdownHookProcessDestroyer].</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 81 #174, #204, #212, #214, #219, #223, #226, #233, #253.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 83 #174, #204, #212, #214, #219, #223, #226, #233, #253.</action> </release> <release version="1.4.0" date="2024-01-01" description="Maintenance and feature Release (Java 8 or above)"> <!-- ADD -->