Skip to content

Commit 67784ca

Browse files
CP-8114 [Backport of CP-7227 to 6.0/stage] Upgrade Engine JDK to version jdk332-b09 (#234)
1 parent 14dfeda commit 67784ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/adoptopenjdk/config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2018, 2020 Delphix
3+
# Copyright 2018, 2022 Delphix
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
DEFAULT_PACKAGE_GIT_URL=none
2020
PACKAGE_DEPENDENCIES="make-jpkg"
2121

22-
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u302b08.tar.gz"
23-
_tarfile_sha256="cc13f274becf9dd5517b6be583632819dfd4dd81e524b5c1b4f406bdaf0e063a"
22+
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u332b09.tar.gz"
23+
_tarfile_sha256="adc13a0a0540d77f0a3481b48f10d61eb203e5ad4914507d489c2de3bd3d83da"
2424
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
2525

2626
function prepare() {

0 commit comments

Comments
 (0)