From 490ae739a441f199a3ddd356bccfdbadf7f8d2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 06:20:26 +0000 Subject: [PATCH 1/4] Bump junit from 4.12 to 4.13.1 in /sources Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/pom.xml b/sources/pom.xml index c8f63eca6..1528df53e 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -125,7 +125,7 @@ junit junit - 4.12 + 4.13.1 test From b66854b35ae09e374f69d7dc0646b59f88356ac1 Mon Sep 17 00:00:00 2001 From: josephworks Date: Sat, 4 Mar 2023 14:54:52 -0700 Subject: [PATCH 2/4] Update pom.xml --- sources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/pom.xml b/sources/pom.xml index c8f63eca6..5b8896629 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -177,7 +177,7 @@ josephworks - http://repo.josephworks.net/repository/maven-public/ + https://repo.josephworks.net/repository/maven-public/ sonatype-nexusg From 88f3d2bb91f48418831d00b0f939e4e3911e7a6d Mon Sep 17 00:00:00 2001 From: josephworks Date: Sun, 5 Mar 2023 03:18:49 -0700 Subject: [PATCH 3/4] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c0a216d5b..bb0d119a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,9 @@ pipeline { stage('Build') { steps { + sh 'update-alternatives --set java /usr/lib/jvm/zulu8/bin/java' sh 'chmod +x scripts/inst.sh' - sh './scripts/inst.sh --setup --fast --remote' + sh './scripts/inst.sh --setup --fast --remote' } } From 8e0d49c722e97dd1a244a6fbe765bf92e609b7c8 Mon Sep 17 00:00:00 2001 From: josephworks Date: Sun, 5 Mar 2023 03:22:08 -0700 Subject: [PATCH 4/4] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb0d119a0..5fa42d5ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Build') { steps { - sh 'update-alternatives --set java /usr/lib/jvm/zulu8/bin/java' + sh 'update-alternatives --set java /usr/lib/jvm/zulu8/jre/bin/java' sh 'chmod +x scripts/inst.sh' sh './scripts/inst.sh --setup --fast --remote' }