diff --git a/certextractor/Dockerfile b/certextractor/Dockerfile index 2e150a6..04a98a8 100644 --- a/certextractor/Dockerfile +++ b/certextractor/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17.0.8_7-jdk-alpine +FROM eclipse-temurin:17.0.9_9-jdk-alpine ENV LANG en_CA.UTF-8 ENV LANGUAGE en_CA.UTF-8 diff --git a/core/.mvn/wrapper/maven-wrapper.properties b/core/.mvn/wrapper/maven-wrapper.properties index 3c6fda8..eacdc9e 100644 --- a/core/.mvn/wrapper/maven-wrapper.properties +++ b/core/.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.2/apache-maven-3.9.2-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar