diff --git a/Jenkinsfile b/Jenkinsfile index d1a2e1d..c522934 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,4 +3,5 @@ buildPlugin( configurations: [ [platform: 'linux', jdk: 11], [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index 83dcc84..006b87d 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ org.mockito mockito-core - 2.28.2 + 5.11.0 test