Compare commits

..

1 commit

Author SHA1 Message Date
24c7593efe ci(github-action)!: Update https://github.com/actions/setup-java action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m46s
2025-10-09 21:34:31 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ jobs:
${{ steps.cache-key.outputs.m2-monthly-cache-key }}
- name: Configure Maven CI/CD settings
uses: https://github.com/s4u/maven-settings-action@v4.0.0
uses: https://github.com/s4u/maven-settings-action@v3.1.0
with:
servers: |
[{

View file

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout the code
uses: https://github.com/actions/checkout@v5
uses: https://github.com/actions/checkout@v4
- name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main

View file

@ -22,7 +22,7 @@
<!-- Quarkus properties -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.28.3</quarkus.platform.version>
<quarkus.platform.version>3.28.2</quarkus.platform.version>
<!-- Plugin versions -->
<compiler-plugin.version>3.14.1</compiler-plugin.version>