Skip to content

Commit 4aa33a8

Browse files
feat : upgrade to java 21
1 parent 3d3671a commit 4aa33a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/spring-boot-kafka-avro-consumer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Set up JDK
27-
uses: actions/setup-java@v4.3.0
27+
uses: actions/setup-java@v4
2828
with:
29-
java-version: '17'
29+
java-version: '21'
3030
distribution: 'microsoft'
3131
cache: 'maven'
3232
- name: Build with Maven

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ports:
1515
onOpen: open-browser
1616
- port: 5050
1717
visibility: public
18-
- port: 9091-9093
18+
- port: 9091
1919
visibility: public
2020
- port: 8081
2121
visibility: public

kafka-avro/spring-boot-kafka-avro-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Demo project for Spring Boot</description>
1717

1818
<properties>
19-
<java.version>17</java.version>
19+
<java.version>21</java.version>
2020
<avro.version>1.12.0</avro.version>
2121
<confluent.version>7.7.0</confluent.version>
2222
<springdoc-openapi.version>2.6.0</springdoc-openapi.version>

0 commit comments

Comments
 (0)