diff --git a/.github/workflows/PR-pipeline.yml b/.github/workflows/PR-pipeline.yml index 9f0d39a..763d0d6 100644 --- a/.github/workflows/PR-pipeline.yml +++ b/.github/workflows/PR-pipeline.yml @@ -89,7 +89,7 @@ jobs: java-version: 17 distribution: 'adopt' - name: Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9ecf69..b82f82a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -158,7 +158,7 @@ jobs: java-version: 17 distribution: 'adopt' - name: Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/base-domain/pom.xml b/base-domain/pom.xml index 21676cb..4ac9cb4 100644 --- a/base-domain/pom.xml +++ b/base-domain/pom.xml @@ -29,7 +29,7 @@ org.projectlombok lombok - 1.18.24 + 1.18.36 io.springfox @@ -49,7 +49,7 @@ spring-boot-starter-data-mongodb org.springframework.boot - 3.1.2 + 3.4.0 de.flapdoodle.embed.mongo @@ -60,7 +60,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.3 diff --git a/inventory/Dockerfile b/inventory/Dockerfile index 0b7afa6..e6c9bfe 100644 --- a/inventory/Dockerfile +++ b/inventory/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17-jdk-slim +FROM openjdk:17.0.2-jdk-slim WORKDIR /app COPY .mvn/ .mvn COPY mvnw pom.xml ./ diff --git a/inventory/pom.xml b/inventory/pom.xml index 94f625f..ad24d24 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -8,7 +8,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.35.0 + 2.43.0 apply @@ -40,13 +40,13 @@ org.springframework.boot spring-boot-maven-plugin - 2.3.2.RELEASE + 2.7.18 org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.13.0 ${java.version} ${java.version} @@ -56,7 +56,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 prepare-package @@ -78,7 +78,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.12 @@ -108,12 +108,12 @@ org.pitest pitest-maven - 1.7.5 + 1.17.3 org.pitest pitest-junit5-plugin - 0.12 + 0.16 @@ -150,12 +150,12 @@ spring-boot-starter-actuator org.springframework.boot - 2.7.14 + 2.7.18 spring-boot-starter-web org.springframework.boot - 2.7.14 + 2.7.18 @@ -167,7 +167,7 @@ org.springframework.boot - 3.1.2 + 3.4.0 test @@ -178,7 +178,7 @@ spring-boot-starter-data-mongodb org.springframework.boot - 3.1.2 + 3.4.0 de.flapdoodle.embed.mongo @@ -189,7 +189,7 @@ org.projectlombok lombok - 1.18.24 + 1.18.36 @@ -219,7 +219,7 @@ au.com.dius.pact.provider junit5spring - 4.3.6 + 4.6.16 test @@ -243,7 +243,7 @@ spring-boot-starter-parent org.springframework.boot - 2.3.2.RELEASE + 2.7.18 diff --git a/shipment/Dockerfile b/shipment/Dockerfile index 075113b..dc572d7 100644 --- a/shipment/Dockerfile +++ b/shipment/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17-jdk-slim +FROM openjdk:17.0.2-jdk-slim WORKDIR /app COPY .mvn/ .mvn COPY mvnw pom.xml ./ diff --git a/shipment/pom.xml b/shipment/pom.xml index f4629be..3294f87 100644 --- a/shipment/pom.xml +++ b/shipment/pom.xml @@ -6,7 +6,7 @@ spring-boot-starter-parent org.springframework.boot - 2.3.3.RELEASE + 2.7.18 4.0.0 @@ -34,7 +34,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.35.0 + 2.43.0 apply @@ -66,13 +66,13 @@ org.springframework.boot spring-boot-maven-plugin - 2.3.2.RELEASE + 2.7.18 org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.13.0 ${java.version} ${java.version} @@ -82,7 +82,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.4.2 prepare-package @@ -98,7 +98,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.12 @@ -127,12 +127,12 @@ org.pitest pitest-maven - 1.7.5 + 1.17.3 org.pitest pitest-junit5-plugin - 0.12 + 0.16 @@ -183,18 +183,18 @@ spring-boot-starter-actuator org.springframework.boot - 2.3.2.RELEASE + 2.7.18 spring-boot-starter-web org.springframework.boot - 2.5.12 + 2.7.18 spring-boot-starter-data-mongodb org.springframework.boot - 3.1.2 + 3.4.0 @@ -207,7 +207,7 @@ org.springframework.boot test - 2.3.2.RELEASE + 2.7.18 persistence-api @@ -224,7 +224,7 @@ org.projectlombok lombok - 1.18.24 + 1.18.36 @@ -254,20 +254,20 @@ org.springframework.kafka spring-kafka - 2.7.2 + 2.9.13 org.springframework.kafka spring-kafka-test test - 2.7.2 + 2.9.13 org.awaitility awaitility - 4.2.0 + 4.2.2 test @@ -281,12 +281,12 @@ au.com.dius.pact.consumer junit5 - 4.3.6 + 4.6.16 joda-time joda-time - 2.10.5 + 2.13.0 diff --git a/shop/Dockerfile b/shop/Dockerfile index 075113b..dc572d7 100644 --- a/shop/Dockerfile +++ b/shop/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17-jdk-slim +FROM openjdk:17.0.2-jdk-slim WORKDIR /app COPY .mvn/ .mvn COPY mvnw pom.xml ./ diff --git a/shop/pom.xml b/shop/pom.xml index 1828ae6..b4f69e0 100644 --- a/shop/pom.xml +++ b/shop/pom.xml @@ -8,7 +8,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.35.0 + 2.43.0 apply @@ -40,12 +40,12 @@ spring-boot-maven-plugin org.springframework.boot - 2.3.12.RELEASE + 2.7.18 org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.13.0 ${java.version} ${java.version} @@ -54,7 +54,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 prepare-package @@ -73,7 +73,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.12 @@ -101,12 +101,12 @@ org.pitest pitest-maven - 1.7.5 + 1.17.3 org.pitest pitest-junit5-plugin - 0.12 + 0.16 @@ -156,18 +156,18 @@ spring-boot-starter-actuator org.springframework.boot - 2.3.2.RELEASE + 2.7.18 spring-boot-starter-web org.springframework.boot - 2.5.12 + 2.7.18 spring-boot-starter-data-mongodb org.springframework.boot - 3.1.2 + 3.4.0 @@ -180,7 +180,7 @@ org.springframework.boot test - 2.3.2.RELEASE + 2.7.18 de.flapdoodle.embed.mongo @@ -191,7 +191,7 @@ org.projectlombok lombok - 1.18.24 + 1.18.36 @@ -210,34 +210,34 @@ au.com.dius.pact.provider junit5 - 4.1.35 + 4.6.16 test au.com.dius.pact.consumer junit5 - 4.1.35 + 4.6.16 test org.apache.httpcomponents fluent-hc - 4.5.5 + 4.5.14 org.junit.jupiter junit-jupiter-engine - 5.6.2 + 5.11.4 test org.junit.jupiter junit-jupiter-api - 5.8.2 + 5.11.4 test @@ -251,7 +251,7 @@ com.github.tomakehurst wiremock-jre8 - 2.35.1 + 2.35.2 test @@ -277,19 +277,19 @@ org.springframework.kafka spring-kafka - 2.7.2 + 2.9.13 org.springframework.kafka spring-kafka-test test - 2.6.3 + 2.9.13 org.codehaus.groovy groovy - 3.0.19 + 3.0.23 javax.persistence @@ -316,7 +316,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.3.RELEASE + 2.7.18