Skip to content

Commit 18f5fb3

Browse files
committed
Bump maven.dependency.version from 3.9.10 to 3.9.11
1 parent 2ca413e commit 18f5fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<maven.compiler.target>1.8</maven.compiler.target>
6060
<!-- 3.8.2 fails with some class not found error -->
6161
<!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an IMMUTABLE collection and we want to change it! -->
62-
<maven.dependency.version>3.9.10</maven.dependency.version>
62+
<maven.dependency.version>3.9.11</maven.dependency.version>
6363
<commons.componentid>release-plugin</commons.componentid>
6464
<commons.dist.subdir>release-plugin</commons.dist.subdir>
6565
<commons.jira.id>COMMONSSITE</commons.jira.id>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 #372.</action>
3737
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action>
3838
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0.</action>
39-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.9.9 to 3.9.10 #383.</action>
39+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump maven.dependency.version from 3.9.9 to 3.9.11 #383.</action>
4040
</release>
4141
<release version="1.9.0" date="2025-01-08" description="Version 1.9.0">
4242
<!-- UPDATES -->

0 commit comments

Comments
 (0)