Skip to content

Commit 18c156b

Browse files
dependabot[bot]michael-o
authored andcommitted
Bump maven3Version from 3.9.8 to 3.9.9 (#321)
Updates `org.apache.maven:maven-model-builder` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) Updates `org.apache.maven:maven-model` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) Updates `org.apache.maven:maven-plugin-api` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) Updates `org.apache.maven:maven-core` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) Updates `org.apache.maven:maven-artifact` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) Updates `org.apache.maven:maven-settings` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) Updates `org.apache.maven:maven-repository-metadata` from 3.9.8 to 3.9.9 - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.8...maven-3.9.9) --- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent 306fabe commit 18c156b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

maven-plugin-plugin/src/it/java-basic-annotations/verify.groovy

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* to you under the Apache License, Version 2.0 (the
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
9-
*
9+
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
11+
*
1212
* Unless required by applicable law or agreed to in writing,
1313
* software distributed under the License is distributed on an
1414
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -28,7 +28,7 @@ assert descriptorFile.isFile()
2828
def pluginDescriptor = new XmlParser().parse( descriptorFile );
2929

3030
assert pluginDescriptor.requiredJavaVersion.text() == '1.8'
31-
assert pluginDescriptor.requiredMavenVersion.text() == '3.9.8'
31+
assert pluginDescriptor.requiredMavenVersion.text() == '3.9.9'
3232

3333
def mojo = pluginDescriptor.mojos.mojo.findAll{ it.goal.text() == "first" }[0]
3434

maven-plugin-report-plugin/src/it/plugin-no-fork-report/verify.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ assert !pluginInfo.text.contains('Memory')
2727
assert !pluginInfo.text.contains('Disk Space')
2828
// check JDK and Maven requirements
2929
assert pluginInfo.text.contains('1.8')
30-
assert pluginInfo.text.contains('3.9.8')
30+
assert pluginInfo.text.contains('3.9.9')
3131

3232
// deprecated info and description
3333
assert pluginInfo.text.contains('<div><strong>Deprecated.</strong> You don\'t use test goals, do you?</div><br />')

maven-plugin-report-plugin/src/it/plugin-report-annotations/verify.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ assert !pluginInfo.text.contains('Memory')
2727
assert !pluginInfo.text.contains('Disk Space')
2828
// check JDK and Maven requirements
2929
assert pluginInfo.text.contains('1.8')
30-
assert pluginInfo.text.contains('3.9.8')
30+
assert pluginInfo.text.contains('3.9.9')
3131

3232
// deprecated info and description
3333
assert pluginInfo.text.contains('<div><strong>Deprecated.</strong> You don\'t use test goals, do you?</div><br />')

maven-plugin-report-plugin/src/it/plugin-report/verify.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ assert !pluginInfo.text.contains('Memory')
2626
assert !pluginInfo.text.contains('Disk Space')
2727
// check JDK and Maven requirements
2828
assert pluginInfo.text.contains('1.8')
29-
assert pluginInfo.text.contains('3.9.8')
29+
assert pluginInfo.text.contains('3.9.9')
3030

3131
// deprecated info and description
3232
assert pluginInfo.text.contains('<div><strong>Deprecated.</strong> You don\'t use test goals, do you?</div><br />')

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<javaVersion>8</javaVersion>
9494
<pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
9595
<maven4Version>4.0.0-alpha-4</maven4Version>
96-
<maven3Version>3.9.8</maven3Version>
96+
<maven3Version>3.9.9</maven3Version>
9797
<resolverVersion>1.9.20</resolverVersion>
9898
<slf4jVersion>1.7.36</slf4jVersion>
9999
<antVersion>1.10.14</antVersion>

0 commit comments

Comments
 (0)