Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #21888: #2672

Merged
merged 1 commit into from
Oct 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions rudder-webapp/SOURCES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ VIRTUALENV_RELEASE = 16.5.0
VIRTUALENV_SHA256 = 15ee248d13e4001a691d9583948ad3947bcb8a289775102e4c4aa98a8b7a6d73
MAVEN_RELEASE = 3.5.4
MAVEN_SHA256 = ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
JETTY_RELEASE = 9.4.32
DATE_RELEASE = 20200930
JETTY_SHA256 = 64e5fe203347a4b4f5b5a828f9c241b2f13f154b56babccd533513991fd156c2
JETTY_RELEASE = 9.4.49
DATE_RELEASE = 20220914
JETTY_SHA256 = a8c9e372f16e56fa0967ef36de72aebeeea8477ca123638420f7e866b39513fd
OPENLDAP_RELEASE = 2.4.47
OPENLDAP_SHA256 = f54c5877865233d9ada77c60c0f69b3e0bfd8b1b55889504c650047cc305520b
TMP_DIR := $(shell mktemp -dq)
Expand Down