Skip to content

Commit 7c1e8b8

Browse files
committed
- enhancements
1 parent 832df3c commit 7c1e8b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/commit-stage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
package:
99
name: Package and Publish
1010
if: ${{ github.ref == 'refs/heads/main' }}
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
permissions:
1313
contents: read
1414
packages: write
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: temurin
23-
java-version: 17
23+
java-version: 22
2424
- name: Build container image
2525
run: |
2626
chmod +x mvnw

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.3.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>dev.ubaid</groupId>
@@ -14,8 +14,8 @@
1414
<name>es</name>
1515
<description>Minimal project to reproduce the issue of not able to use custom web client in reactive nimbus jwt decoder while verify the signature using oidc flow</description>
1616
<properties>
17-
<java.version>17</java.version>
18-
<spring-cloud.version>2023.0.0</spring-cloud.version>
17+
<java.version>22</java.version>
18+
<spring-cloud.version>2023.0.1</spring-cloud.version>
1919
</properties>
2020
<dependencies>
2121
<dependency>

0 commit comments

Comments
 (0)