Skip to content

Commit

Permalink
Bump Quarkus version (#88)
Browse files Browse the repository at this point in the history
* Bump Quarkus version

* more fixes
  • Loading branch information
andreaTP authored Jan 25, 2024
1 parent 355e9ce commit 26d929c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [11, 17]
version: [17]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '${{ matrix.version }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
check-latest: true
server-id: ossrh
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<quarkus.version>3.6.5</quarkus.version>
<quarkus.version>3.7.0</quarkus.version>
<kiota.libs.version>0.12.1</kiota.libs.version>
<spotless.version>2.43.0</spotless.version>
</properties>
Expand Down

0 comments on commit 26d929c

Please sign in to comment.