Skip to content

Commit 2caa767

Browse files
authored
Merge pull request #57 from resteasy/dependabot/maven/version.quarkus-roq-2.1.0
Bump version.quarkus-roq from 2.0.5 to 2.1.0
2 parents 60de37c + 8e33ab6 commit 2caa767

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: quarkiverse/quarkus-roq@v1
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }} # Used to automatically get the GitHub Pages url
32+
java-version: 25
3233

3334
# Deployment job
3435
deploy:

.github/workflows/testsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11-
- name: Set up JDK 17
11+
- name: Set up JDK 25
1212
uses: actions/setup-java@v5
1313
with:
14-
java-version: '17'
14+
java-version: '25'
1515
distribution: 'temurin'
1616
cache: maven
1717
- name: Build with Maven

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<skipITs>true</skipITs>
4343

4444
<version.compiler-plugin>3.15.0</version.compiler-plugin>
45-
<version.quarkus-roq>2.0.5</version.quarkus-roq>
45+
<version.quarkus-roq>2.1.0</version.quarkus-roq>
4646
<version.quarkus.platform>3.34.3</version.quarkus.platform>
4747
<version.surefire-plugin>3.5.5</version.surefire-plugin>
4848
</properties>

0 commit comments

Comments
 (0)