Skip to content

Commit

Permalink
(main): Bump org.apache.maven:maven-core from 3.9.8 to 3.9.9 (#887)
Browse files Browse the repository at this point in the history
* (main): Bump org.apache.maven:maven-core from 3.9.8 to 3.9.9
* Updated Maven version in CI

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) 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)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abel Salgado Romero <[email protected]>
  • Loading branch information
dependabot[bot] and abelsromero authored Oct 5, 2024
1 parent 9c71471 commit 37f4a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Support 1-year-old version + latest minor
maven:
- 3.8.8
- 3.9.6
- 3.9.9
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/[email protected]
Expand All @@ -55,7 +55,7 @@ jobs:
java:
- 11
maven:
- 3.9.6
- 3.9.9
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/[email protected]
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
java:
- 11
maven:
- 3.9.6
- 3.9.9
runs-on: ${{ matrix.os }}
steps:
- name: debug
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.java.version>11</project.java.version>
<maven.version>3.9.8</maven.version>
<maven.version>3.9.9</maven.version>
<doxia.version>1.12.0</doxia.version>
<plexus-component-metadata.version>2.2.0</plexus-component-metadata.version>
<asciidoctorj.version>2.5.13</asciidoctorj.version>
Expand Down

0 comments on commit 37f4a47

Please sign in to comment.