diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 122018a57..a1d6c4789 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ run_unit_tests: tags: - "runner:docker" - image: eclipse-temurin:8u382-b05-jdk + image: eclipse-temurin:8u412-b08-jdk script: - ./mvnw -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=info -Djdk.attach.allowAttachSelf=true -B test @@ -46,7 +46,7 @@ deploy_to_sonatype: tags: - "runner:docker" - image: eclipse-temurin:8u382-b05-jdk + image: eclipse-temurin:8u412-b08-jdk script: # Ensure we don't print commands being run to the logs during credential diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 6d3a56651..11f586804 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar