diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c0ffb3b..f8c651118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Unreleased: - Added a password encoder to the client entity service - Fixes a bug by specifying the name of the scope columnn - Removed functionality that passed the client secret down to the UI +- Updated JDK to Corretto 1.8.252 *1.3.2: - Added changelog diff --git a/Jenkinsfile b/Jenkinsfile index 2768a4a00..571bf3642 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ pipeline { agent any tools { - maven 'Maven 3.3.9' - jdk 'Java 8' + maven 'Maven 3.6.3' + jdk 'Corretto 8.252' } environment { VERSION = ''