diff --git a/Dockerfile b/Dockerfile index cfe3510..359e781 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #BUILD APP -FROM maven:3.9.8-amazoncorretto-21@sha256:fa17d738d0907b4d0c7197b17925e55a5d4afb8f923d007fcd38058eb27030ca AS build_app +FROM maven:3.9.8-amazoncorretto-21@sha256:5625f89880deb3bac2d7122339fc106684effd0c8ad683152ff9e0431290c53a AS build_app WORKDIR /usr/src/app COPY pom.xml . COPY lib lib diff --git a/pom.xml b/pom.xml index 76e7b11..b989f64 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.1 + 3.3.2 de.elite12.musikbot @@ -97,7 +97,7 @@ net.dv8tion JDA - 5.0.0 + 5.0.1 org.springframework.boot