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-build-plugin.git
commit cabcfe01899b9d3df32cd7223ceb9a8368089f03 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 20 18:04:40 2023 -0400 Bump dependencies - org.apache.maven:maven-core 3.9.4 -> 3.9.5 - org.apache.maven:maven-plugin-api 3.9.4 -> 3.9.5 - org.apache.maven.plugin-tools:maven-script-ant 3.9.0 -> 3.10.1 --- pom.xml | 6 +++--- src/changes/changes.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 69fbe70..328c4fc 100644 --- a/pom.xml +++ b/pom.xml @@ -96,20 +96,20 @@ <!-- Try to deal with https://bz.apache.org/bugzilla/show_bug.cgi?id=66951 --> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.9.4</version> + <version>3.9.5</version> <scope>provided</scope> </dependency> <dependency> <!-- Try to deal with https://bz.apache.org/bugzilla/show_bug.cgi?id=66951 --> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.9.4</version> + <version>3.9.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-script-ant</artifactId> - <version>3.9.0</version> + <version>3.10.1</version> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 836ca0b..096453c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,6 +41,9 @@ <action dev="sebb" type="update">Drop outdated, unmaintained table of components in README in favour of link to website.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.graalvm.js:js-scriptengine from 23.1.0 to 23.1.1 #190.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.graalvm.js:js from 23.0.1 to 23.0.2 #191.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.maven:maven-core 3.9.4 -> 3.9.5.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.maven:maven-plugin-api 3.9.4 -> 3.9.5.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.maven.plugin-tools:maven-script-ant 3.9.0 -> 3.10.1.</action> </release> <release version="1.13" date="2023-06-25" description="Feature release"> <!-- FIX -->