diff --git a/.github/workflows/PR-pipeline.yml b/.github/workflows/PR-pipeline.yml
index f0b3f93..d08aa86 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@v3.3.1
+ uses: actions/cache@v3.3.3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index feda6cb..1d9a03d 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@v3.3.1
+ uses: actions/cache@v3.3.3
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..1fea697 100644
--- a/base-domain/pom.xml
+++ b/base-domain/pom.xml
@@ -29,7 +29,7 @@
org.projectlombok
lombok
- 1.18.24
+ 1.18.30
io.springfox
@@ -49,7 +49,7 @@
spring-boot-starter-data-mongodb
org.springframework.boot
- 3.1.2
+ 3.2.2
de.flapdoodle.embed.mongo
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..4955c9d 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.12.1
${java.version}
@@ -78,7 +78,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.8
+ 0.8.11
@@ -108,12 +108,12 @@
org.pitest
pitest-maven
- 1.7.5
+ 1.15.6
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.2.2
test
@@ -178,7 +178,7 @@
spring-boot-starter-data-mongodb
org.springframework.boot
- 3.1.2
+ 3.2.2
de.flapdoodle.embed.mongo
@@ -189,7 +189,7 @@
org.projectlombok
lombok
- 1.18.24
+ 1.18.30
@@ -219,7 +219,7 @@
au.com.dius.pact.provider
junit5spring
- 4.3.6
+ 4.6.5
test
@@ -243,7 +243,7 @@
spring-boot-starter-parent
org.springframework.boot
- 2.3.2.RELEASE
+ 2.7.18
diff --git a/pom.xml b/pom.xml
index 430699b..908fa23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
17
- 3.9.1.2184
+ 3.10.0.2594
teixeira-fernando_EcommerceApp
${project.artifactId}
teixeira-fernando
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..3f28ad6 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.12.1
${java.version}
@@ -82,7 +82,7 @@
org.apache.maven.plugins
maven-jar-plugin
- 3.2.2
+ 3.3.0
prepare-package
@@ -98,7 +98,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.8
+ 0.8.11
@@ -127,12 +127,12 @@
org.pitest
pitest-maven
- 1.7.5
+ 1.15.6
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.2.2
@@ -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.30
@@ -254,14 +254,14 @@
org.springframework.kafka
spring-kafka
- 2.7.2
+ 2.9.13
org.springframework.kafka
spring-kafka-test
test
- 2.7.2
+ 2.9.13
@@ -281,12 +281,12 @@
au.com.dius.pact.consumer
junit5
- 4.3.6
+ 4.6.5
joda-time
joda-time
- 2.10.5
+ 2.12.6
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 d81bbab..23a6552 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.12.1
${java.version}
@@ -73,7 +73,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.8
+ 0.8.11
@@ -101,12 +101,12 @@
org.pitest
pitest-maven
- 1.7.5
+ 1.15.6
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.2.2
@@ -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.30
@@ -210,34 +210,34 @@
au.com.dius.pact.provider
junit5
- 4.1.35
+ 4.6.5
test
au.com.dius.pact.consumer
junit5
- 4.1.35
+ 4.6.5
test
org.apache.httpcomponents
fluent-hc
- 4.5.5
+ 4.5.14
org.junit.jupiter
junit-jupiter-engine
- 5.6.2
+ 5.10.1
test
org.junit.jupiter
junit-jupiter-api
- 5.8.2
+ 5.10.1
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.20
javax.persistence
@@ -316,7 +316,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.3.3.RELEASE
+ 2.7.18