Skip to content

Commit

Permalink
upgrade to java 21 #876
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Sep 24, 2023
1 parent 64cde1c commit 41bd972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: spring-boot-httpClients-http-proxy
name: boot-httpClients-http-proxy
on:
push:
paths:
Expand All @@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/[email protected]
with:
java-version: 17
java-version: 21
distribution: "zulu"
cache: "maven"
- name: Build and analyze
Expand Down
8 changes: 4 additions & 4 deletions httpClients/http-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.rest.proxy</groupId>
<artifactId>http-proxy</artifactId>
<artifactId>boot-http-proxy</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>http-proxy</name>
<description>http-proxy</description>
<name>boot-http-proxy</name>
<description>boot-http-proxy</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<java.version>17</java.version>
<java.version>21</java.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
Expand Down

0 comments on commit 41bd972

Please sign in to comment.