diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 4154b85..654af46 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.2 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/Dockerfile b/Dockerfile index 896098a..cc04acf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM maven:3.9.8-eclipse-temurin-17-alpine AS builder +FROM maven:3.9.9-eclipse-temurin-17-alpine AS builder # Set the working directory WORKDIR /home/container @@ -11,7 +11,7 @@ COPY . . RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C # Stage 2: Create the final lightweight image -FROM eclipse-temurin:17.0.12_7-jre-focal +FROM eclipse-temurin:17.0.13_11-jre-focal # Set the working directory WORKDIR /home/container diff --git a/pom.xml b/pom.xml index a67e133..f3dbd22 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.5 @@ -99,25 +99,25 @@ io.sentry sentry-spring-boot-starter-jakarta - 7.14.0 + 7.16.0 io.mongock mongock-bom - 5.4.4 + 5.5.0 pom import io.mongock mongock-springboot-v3 - 5.4.4 + 5.5.0 compile io.mongock mongodb-springdata-v4-driver - 5.4.4 + 5.5.0 compile @@ -160,7 +160,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.3.1 + 5.4.1 compile @@ -173,12 +173,6 @@ se.michaelthelin.spotify spotify-web-api-java 8.4.1 - compile - - - uk.co.conoregan - themoviedbapi - 2.1.1 compile