Skip to content

Commit

Permalink
Update Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 9, 2024
1 parent 5532115 commit a0d02d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '17'
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=21.0.1-tem
java=17.0.8-tem
maven=3.9.5
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<name>java-local-development-workshop</name>

<properties>
<java.version>21</java.version>
<java.version>17</java.version>
<awspring.version>3.1.0</awspring.version>
<commons-io.version>1.3.2</commons-io.version>
<wiremock-testcontainers-module.version>1.0-alpha-13</wiremock-testcontainers-module.version>
Expand Down

0 comments on commit a0d02d0

Please sign in to comment.