Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f6c593

Browse filesBrowse files
authored
Test against Java 21 (#2304)
1 parent 3514b3b commit 4f6c593
Copy full SHA for 4f6c593

File tree

Expand file treeCollapse file tree

3 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-2
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
include:
1414
- { name: "default", javaVersion: 8 }
1515
- { name: "default", javaVersion: 17 }
16+
- { name: "default", javaVersion: 21 }
1617
- { name: "over TCP", dockerHost: "tcp://127.0.0.1:2375", javaVersion: 8 }
1718
- { name: "Docker 19.03.9", dockerVersion: "5:19.03.9~3-0~ubuntu-focal", javaVersion: 8 }
1819

‎docker-java-api/pom.xml

Copy file name to clipboardExpand all lines: docker-java-api/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.projectlombok</groupId>
4444
<artifactId>lombok</artifactId>
45-
<version>1.18.22</version>
45+
<version>1.18.30</version>
4646
<scope>provided</scope>
4747
</dependency>
4848

‎docker-java/pom.xml

Copy file name to clipboardExpand all lines: docker-java/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.projectlombok</groupId>
143143
<artifactId>lombok</artifactId>
144-
<version>1.18.22</version>
144+
<version>1.18.30</version>
145145
<scope>provided</scope>
146146
</dependency>
147147
</dependencies>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.