Skip to content

Commit

Permalink
Upgrade maven to 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiRajAnand committed Jan 21, 2025
1 parent 61795df commit 8d914dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
job_name: [ kogito-apps, kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.9.6']
maven-version: ['3.9.9']
include:
- job_name: kogito-apps
repository: incubator-kie-kogito-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.9.6']
maven-version: ['3.9.9']
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}
Expand Down
2 changes: 1 addition & 1 deletion kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<version.org.reflections>0.10.2</version.org.reflections>
<version.org.slf4j>2.0.6</version.org.slf4j>

<version.maven>3.9.6</version.maven>
<version.maven>3.9.9</version.maven>
<version.maven.project>2.2.1</version.maven.project>
<version.maven.plugin>3.7.1</version.maven.plugin>
<version.maven.invoker>3.2.0</version.maven.invoker>
Expand Down

0 comments on commit 8d914dd

Please sign in to comment.