Skip to content

Commit 0f901b9

Browse files
authored
feat: Add Java 23 (#992)
1 parent ff3038f commit 0f901b9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: java-base/versions.py

+4
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919
"product": "22",
2020
"vector": "0.43.1",
2121
},
22+
{
23+
"product": "23",
24+
"vector": "0.43.1",
25+
},
2226
]

Diff for: java-devel/versions.py

+4
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919
"product": "22",
2020
"stackable-base": "1.0.0",
2121
},
22+
{
23+
"product": "23",
24+
"stackable-base": "1.0.0",
25+
},
2226
]

0 commit comments

Comments
 (0)