Skip to content

Commit 3f4b8f4

Browse files
committed
Bump maven.dependency.version from 3.9.11 to 3.9.12
- Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12 - Bump org.apache.maven:maven-compat from 3.9.11 to 3.9.12 - Bump org.apache.maven:maven-core from 3.9.11 to 3.9.12 - Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12
1 parent 0b3cb81 commit 3f4b8f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

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

src/changes/changes.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">Make some classes final.</action>
3131
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix missing version for org.codehaus.mojo:jdepend-maven-plugin: 2.1.</action>
32+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12.</action>
33+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven:maven-compat from 3.9.11 to 3.9.12.</action>
34+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven:maven-core from 3.9.11 to 3.9.12.</action>
35+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12.</action>
3236
<!-- ADD -->
3337
<!-- UPDATE -->
3438
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 93 #396, #399, #419, #420.</action>

0 commit comments

Comments
 (0)