From 142a8d6248fe2b78bf640b2d598e8e9577f48bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 11:32:53 +0000 Subject: [PATCH 1/3] Bump jenkins from 1.57 to 1.73 Bumps [jenkins](https://github.com/jenkinsci/pom) from 1.57 to 1.73. - [Release notes](https://github.com/jenkinsci/pom/releases) - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/jenkinsci/pom/compare/jenkins-1.57...jenkins-1.73) --- updated-dependencies: - dependency-name: org.jenkins-ci:jenkins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c813f4a0..36079ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci jenkins - 1.57 + 1.73 org.jenkins-ci From 9e35997e6b1edb61d4d9b1eae8d1b40fcec66800 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Sun, 10 Apr 2022 13:13:44 +0200 Subject: [PATCH 2/3] fix: exclude jna-platform --- pom.xml | 283 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 147 insertions(+), 136 deletions(-) diff --git a/pom.xml b/pom.xml index 36079ea6..a2f7f872 100644 --- a/pom.xml +++ b/pom.xml @@ -1,149 +1,160 @@ - - 4.0.0 + + 4.0.0 - - org.jenkins-ci - jenkins - 1.73 - + + org.jenkins-ci + jenkins + 1.73 + - org.jenkins-ci - trilead-ssh2 - ${revision}-${changelist} + org.jenkins-ci + trilead-ssh2 + ${revision}-${changelist} - Ganymed SSH2 for Java - Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java - http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/tags/1.0.0-build217/trilead-ssh2/ - - - BSD style license - http://www.ganymed.ethz.ch/ssh2/LICENSE.txt - - + Ganymed SSH2 for Java + Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java + http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/tags/1.0.0-build217/trilead-ssh2/ + + + BSD style license + http://www.ganymed.ethz.ch/ssh2/LICENSE.txt + + - - - mc1arke - Michael Clarke - michael.m.clarke@gmail.com - - - kuisathaverat - Ivan Fernandez - kuisathaverat@gmail.com - - + + + mc1arke + Michael Clarke + michael.m.clarke@gmail.com + + + kuisathaverat + Ivan Fernandez + kuisathaverat@gmail.com + + - - scm:git:git://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git - https://github.com/${gitHubRepo} - ${scmTag} - + + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag} + - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - - + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + - - - commons-io - commons-io - 2.11.0 - test - - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest - 2.2 - test - - - org.mockito - mockito-core - 4.4.0 - test - - - net.i2p.crypto - eddsa - 0.3.0 - - - org.connectbot.jbcrypt - jbcrypt - 1.0.0 - - - com.google.crypto.tink - tink - 1.5.0 - - - org.testcontainers - testcontainers - 1.14.3 - test - - + + + commons-io + commons-io + 2.11.0 + test + + + junit + junit + 4.13.2 + test + + + org.hamcrest + hamcrest + 2.2 + test + + + org.mockito + mockito-core + 4.4.0 + test + + + net.java.dev.jna + jna + + + net.java.dev.jna + jna-platform + + + + + net.i2p.crypto + eddsa + 0.3.0 + + + org.connectbot.jbcrypt + jbcrypt + 1.0.0 + + + com.google.crypto.tink + tink + 1.5.0 + + + org.testcontainers + testcontainers + 1.14.3 + test + + - - src - test - - - test - - ** - - - **/*.java - - - - - - maven-enforcer-plugin - - - display-info - - - - - org.connectbot.jbcrypt - - - - - - - - - + + src + test + + + test + + ** + + + **/*.java + + + + + + maven-enforcer-plugin + + + display-info + + + + + org.connectbot.jbcrypt + + + + + + + + + - - build-217-jenkins - 999999-SNAPSHOT - jenkinsci/trilead-ssh2 - 8 - + + build-217-jenkins + 999999-SNAPSHOT + jenkinsci/trilead-ssh2 + 8 + From 0314546d4656bbaed261db07c385f6462705d066 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Sun, 10 Apr 2022 14:18:49 +0200 Subject: [PATCH 3/3] fix: update spotbugs config --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e3ef7a44..fa04cda0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,11 +17,11 @@ pipeline { '--update-snapshots', "-Dmaven.repo.local=$m2repo", '-Dmaven.test.failure.ignore', - "-Dfindbugs.failOnError=false", + "-Dspotbugs.failOnError=false", "-Dset.changelist", "-Djava.security.egd=file:/dev/./urandom", "clean install", - "findbugs:findbugs" + "spotbugs:spotbugs" ] infra.runMaven(mavenOptions, jdk)