Skip to content

Commit e480f07

Browse files
Combined PRs (#288)
* Bump org.apache.maven:maven-core from 3.9.9 to 3.9.10 Bumps org.apache.maven:maven-core from 3.9.9 to 3.9.10. --- updated-dependencies: - dependency-name: org.apache.maven:maven-core dependency-version: 3.9.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Maven Wrapper from 3.9.9 to 3.9.10. Release notes of Maven 3.9.10 can be found here: https://maven.apache.org/docs/3.9.10/release-notes.html Signed-off-by: bot-githubaction <bot-githubaction@gradle.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: bot-githubaction <bot-githubaction@gradle.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feda61d commit e480f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-core</artifactId>
49-
<version>3.9.9</version>
49+
<version>3.9.10</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<!-- exposes GradleEnterprise* interfaces -->

0 commit comments

Comments
 (0)