Skip to content

Commit

Permalink
Merge pull request #41 from piomin/renovate/cimg-openjdk-21.x
Browse files Browse the repository at this point in the history
Update cimg/openjdk Docker tag to v21
  • Loading branch information
piomin committed Nov 27, 2023
2 parents 63d905a + 6d106c0 commit f1bffed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'cimg/openjdk:20.0.2'
- image: 'cimg/openjdk:21.0.0'
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
executors:
jdk:
docker:
- image: 'cimg/openjdk:20.0'
- image: 'cimg/openjdk:21.0'

orbs:
maven: circleci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<java.version>20</java.version>
<java.version>21</java.version>
<jpastreamer.version>3.0.4</jpastreamer.version>
<sonar.projectKey>piomin_sample-spring-jpa-streamer</sonar.projectKey>
<sonar.organization>piomin</sonar.organization>
Expand Down

0 comments on commit f1bffed

Please sign in to comment.