Skip to content

Commit

Permalink
Merge pull request #42 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 authored Feb 15, 2024
2 parents 216dfb9 + 807c495 commit 44de408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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:
analyze:
docker:
- image: 'cimg/openjdk:20.0'
- image: 'cimg/openjdk:21.0.2'
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
executors:
jdk:
docker:
- image: 'cimg/openjdk:20.0'
- image: 'cimg/openjdk:21.0.2'

orbs:
maven: circleci/maven@1.4.1
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<version>1.1-SNAPSHOT</version>

<properties>
<java.version>19</java.version>
<java.version>21</java.version>
<sonar.projectKey>piomin_sample-micronaut-applications</sonar.projectKey>
<sonar.organization>piomin</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -229,4 +229,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>

0 comments on commit 44de408

Please sign in to comment.