Skip to content

Commit 1727a8b

Browse files
authored
Merge pull request #42 from piomin/renovate/cimg-openjdk-21.x
Update cimg/openjdk Docker tag to v21
2 parents 4ee09d0 + dd67607 commit 1727a8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
build:
55
docker:
6-
- image: 'cimg/openjdk:20.0'
6+
- image: 'cimg/openjdk:21.0.2'
77
steps:
88
- checkout
99
- run:
@@ -13,7 +13,7 @@ jobs:
1313
executors:
1414
jdk:
1515
docker:
16-
- image: 'cimg/openjdk:20.0'
16+
- image: 'cimg/openjdk:21.0.2'
1717

1818
orbs:
1919
maven: circleci/[email protected]

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</modules>
1313

1414
<properties>
15-
<java.version>11</java.version>
15+
<java.version>21</java.version>
1616
<sonar.projectKey>piomin_sample-java-sonar</sonar.projectKey>
1717
<sonar.organization>piomin</sonar.organization>
1818
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
1919
</properties>
2020

21-
</project>
21+
</project>

0 commit comments

Comments
 (0)