diff --git a/Jenkinsfile b/Jenkinsfile index 5245db5d4..ea242f077 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any tools { - maven 'apache-maven-3.6.3' + maven 'apache-maven-3.8.4' } stages { stage('Build and Test') {