diff --git a/Jenkinsfile b/Jenkinsfile index a3a44a6..ce44513 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ] -) \ No newline at end of file +) diff --git a/pom.xml b/pom.xml index 222f2d2..1abb7e2 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jenkins-ci.plugins plugin - 4.70 + 4.74 @@ -39,7 +39,6 @@ 0.23-SNAPSHOT - 11 bap 2.361.4 @@ -60,28 +59,10 @@ - - junit - junit - 4.13.2 - test - - - org.hamcrest - hamcrest-core - - - org.mockito mockito-core test - - - org.hamcrest - hamcrest-core - - org.easymock @@ -104,19 +85,6 @@ - - - - - org.jenkins-ci - symbol-annotation - 1.19 - test - - - - scm:git:https://github.com/jenkinsci/publish-over-plugin.git scm:git:git@github.com:jenkinsci/publish-over-plugin.git