Skip to content

Commit d5891f2

Browse files
DLPX-82803 [Backport of DLPX-81830] Upgrade Engine JDK to 8u345-b01 (#245)
1 parent 3df3b33 commit d5891f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/adoptopenjdk/config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ DEFAULT_PACKAGE_GIT_URL=none
2020
PACKAGE_DEPENDENCIES="make-jpkg"
2121

2222
if [[ "$UPSTREAM_PRODUCT_BRANCH" == "master" ]]; then
23-
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u342b07.tar.gz"
24-
_tarfile_sha256="8252c0e11d542ea0f9ce6b8f147d1a2bea4a17e9fc299da270288f5a4f35b1f3"
23+
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u345b01.tar.gz"
24+
_tarfile_sha256="ed6c9db3719895584fb1fd69fc79c29240977675f26631911c5a1dbce07b7d58"
2525
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
2626
else
27-
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u332b09.tar.gz"
28-
_tarfile_sha256="adc13a0a0540d77f0a3481b48f10d61eb203e5ad4914507d489c2de3bd3d83da"
27+
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u345b01.tar.gz"
28+
_tarfile_sha256="ed6c9db3719895584fb1fd69fc79c29240977675f26631911c5a1dbce07b7d58"
2929
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
3030
fi
3131

0 commit comments

Comments
 (0)