Skip to content

Commit 251d99f

Browse files
committed
Update JDK 21 to 21.0.2+13
1 parent 0bcc672 commit 251d99f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/openjdk-21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
type: boolean
1111

1212
env:
13-
JDK_TARBALL_URL: https://github.com/openjdk/jdk21u/archive/refs/tags/jdk-21.0.1+12.tar.gz
14-
PKG_NAME_AND_VERSION: openjdk-21_21.0.1+12
13+
JDK_TARBALL_URL: https://github.com/openjdk/jdk21u/archive/refs/tags/jdk-21.0.2+13.tar.gz
14+
PKG_NAME_AND_VERSION: openjdk-21_21.0.2+13
1515

1616
jobs:
1717
build:

openjdk-21/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
openjdk-21 (21.0.2+13-0ppa1) focal; urgency=high
2+
3+
* OpenJDK 21.0.2 release, build 13.
4+
* see https://jdk.java.net/21/release-notes
5+
6+
-- Cryptobot <releases@cryptomator.org> Tue, 30 Jan 2024 11:00:00 +0200
7+
18
openjdk-21 (21.0.1+12-0ppa1) focal; urgency=high
29

310
* OpenJDK 21.0.1 release, build 12.

openjdk-21/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#export DH_VERBOSE=1
66

77
BOOT_JDK_PATH = /usr/lib/jvm/java-20-coffeelibs
8-
JDK_VERSION = 21.0.1+12-1
8+
JDK_VERSION = 21.0.2+13-1
99

1010
%:
1111
dh $@

0 commit comments

Comments
 (0)