Skip to content

Commit 7f8febc

Browse files
authored
Upgrade Maven core dependency to 4.0.0-rc-4. (#265)
1 parent 0dfff4f commit 7f8febc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
2929
maven4-build: true
30-
maven4-version: '4.0.0-rc-3' # the same as used in project
30+
maven4-version: '4.0.0-rc-4' # the same as used in project

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ under the License.
6161
</distributionManagement>
6262

6363
<properties>
64-
<mavenVersion>4.0.0-rc-3</mavenVersion>
64+
<mavenVersion>4.0.0-rc-4</mavenVersion>
6565
<javaVersion>17</javaVersion>
6666
<guavaVersion>33.4.6-jre</guavaVersion>
6767
<guiceVersion>6.0.0</guiceVersion>
6868
<slf4jVersion>2.0.17</slf4jVersion>
69-
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
69+
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
7070
<version.maven-plugin-testing>4.0.0-beta-4</version.maven-plugin-testing>
7171
<version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>
7272
<version.maven-site-plugin>3.21.0</version.maven-site-plugin>
@@ -98,6 +98,12 @@ under the License.
9898
<version>${mavenVersion}</version>
9999
<scope>provided</scope>
100100
</dependency>
101+
<dependency>
102+
<groupId>org.apache.maven</groupId>
103+
<artifactId>maven-xml</artifactId>
104+
<version>${mavenVersion}</version>
105+
<scope>provided</scope>
106+
</dependency>
101107

102108
<!-- Test -->
103109
<dependency>

0 commit comments

Comments
 (0)