Skip to content

Commit 0b09827

Browse files
committed
ump org.codehaus.mojo:versions-maven-plugin from 2.19.0 to 2.19.1
1 parent 62259ef commit 0b09827

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
<groupId>org.codehaus.mojo</groupId>
618618
<artifactId>versions-maven-plugin</artifactId>
619619
<!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
620-
<version>2.19.0</version>
620+
<version>2.19.1</version>
621621
</plugin>
622622
<plugin>
623623
<groupId>org.jacoco</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
6565
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.9.5 to 4.9.6.</action>
6666
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.11.3 to 3.12.0.</action>
6767
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-compiler-plugin from 3.14.0 to 3.14.1.</action>
68+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:versions-maven-plugin from 2.19.0 to 2.19.1.</action>
6869
</release>
6970
<release version="88" date="2025-09-16" description="This is a feature and maintenance release. Java 8 or later is required.">
7071
<!-- FIX -->

0 commit comments

Comments
 (0)