Skip to content

Commit a27004a

Browse files
fmeumrules_java Copybara
authored andcommitted
Update JDKs to latest patch releases (#335)
Also print the original URLs, not the mirror URLs, as those have to be submitted as part of the mirror request. Closes #335 COPYBARA_INTEGRATE_REVIEW=#335 from fmeum:21.0.9 6b7ba7b PiperOrigin-RevId: 827922427 Change-Id: I211f3e51147acca8164d5d78276881cbedb9ffde
1 parent 4a1933a commit a27004a

File tree

3 files changed

+120
-120
lines changed

3 files changed

+120
-120
lines changed

java/bazel/repositories_util.bzl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ visibility(["//test"])
1818
_RELEASE_CONFIGS = {
1919
"8": {
2020
"zulu": {
21-
"release": "8.88.0.19-ca-jdk8.0.462",
21+
"release": "8.90.0.19-ca-jdk8.0.472",
2222
"platforms": {
2323
"linux": ["aarch64", "x86_64"],
2424
"macos": ["aarch64", "x86_64"],
@@ -34,61 +34,61 @@ _RELEASE_CONFIGS = {
3434
},
3535
"11": {
3636
"zulu": {
37-
"release": "11.82.19-ca-jdk11.0.28",
37+
"release": "11.84.17-ca-jdk11.0.29",
3838
"platforms": {
3939
"linux": ["aarch64", "x86_64"],
4040
"macos": ["aarch64", "x86_64"],
4141
"windows": ["x86_64"],
4242
},
4343
},
4444
"adoptium": {
45-
"release": "11.0.26+4",
45+
"release": "11.0.28+6",
4646
"platforms": {
4747
"linux": ["ppc64le", "s390x"],
4848
},
4949
},
5050
"microsoft": {
51-
"release": "11.0.26",
51+
"release": "11.0.28",
5252
"platforms": {
5353
"windows": ["arm64"],
5454
},
5555
},
5656
},
5757
"17": {
5858
"zulu": {
59-
"release": "17.60.17-ca-jdk17.0.16",
59+
"release": "17.62.17-ca-jdk17.0.17",
6060
"platforms": {
6161
"linux": ["aarch64", "x86_64"],
6262
"macos": ["aarch64", "x86_64"],
6363
"windows": ["arm64", "x86_64"],
6464
},
6565
},
6666
"adoptium": {
67-
"release": "17.0.14+7",
67+
"release": "17.0.16+8",
6868
"platforms": {
6969
"linux": ["ppc64le", "s390x"],
7070
},
7171
},
7272
},
7373
"21": {
7474
"zulu": {
75-
"release": "21.44.17-ca-jdk21.0.8",
75+
"release": "21.46.19-ca-jdk21.0.9",
7676
"platforms": {
7777
"linux": ["aarch64", "x86_64"],
7878
"macos": ["aarch64", "x86_64"],
7979
"windows": ["arm64", "x86_64"],
8080
},
8181
},
8282
"adoptium": {
83-
"release": "21.0.6+7",
83+
"release": "21.0.8+9",
8484
"platforms": {
8585
"linux": ["ppc64le", "riscv64", "s390x"],
8686
},
8787
},
8888
},
8989
"25": {
9090
"zulu": {
91-
"release": "25.28.85-ca-jdk25.0.0",
91+
"release": "25.30.17-ca-jdk25.0.1",
9292
"platforms": {
9393
"linux": ["aarch64", "x86_64"],
9494
"macos": ["aarch64", "x86_64"],
@@ -99,7 +99,7 @@ _RELEASE_CONFIGS = {
9999
}
100100

101101
_STRIP_PREFIX_OVERRIDES = {
102-
"remotejdk11_win_arm64": "jdk-11.0.26+4",
102+
"remotejdk11_win_arm64": "jdk-11.0.28+6",
103103
}
104104

105105
def _name_for_remote_jdk(version, os, cpu):

0 commit comments

Comments
 (0)