Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent d6e3f9a commit fd035eb
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
6 changes: 3 additions & 3 deletions base-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.36</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
Expand All @@ -49,7 +49,7 @@
<dependency>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<groupId>org.springframework.boot</groupId>
<version>3.1.2</version>
<version>3.4.0</version>
</dependency>
<dependency>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion inventory/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down
28 changes: 14 additions & 14 deletions inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.35.0</version>
<version>2.43.0</version>
<executions>
<execution>
<id>apply</id>
Expand Down Expand Up @@ -40,13 +40,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.2.RELEASE</version>
<version>2.7.18</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand All @@ -78,7 +78,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -108,12 +108,12 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.7.5</version>
<version>1.17.3</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>0.12</version>
<version>0.16</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -150,12 +150,12 @@
<dependency>
<artifactId>spring-boot-starter-actuator</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.7.14</version>
<version>2.7.18</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.7.14</version>
<version>2.7.18</version>
</dependency>

<dependency>
Expand All @@ -167,7 +167,7 @@
</exclusion>
</exclusions>
<groupId>org.springframework.boot</groupId>
<version>3.1.2</version>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -178,7 +178,7 @@
<dependency>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<groupId>org.springframework.boot</groupId>
<version>3.1.2</version>
<version>3.4.0</version>
</dependency>
<dependency>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
Expand All @@ -189,7 +189,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.36</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>au.com.dius.pact.provider</groupId>
<artifactId>junit5spring</artifactId>
<version>4.3.6</version>
<version>4.6.16</version>
<scope>test</scope>
</dependency>

Expand All @@ -243,7 +243,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>2.3.2.RELEASE</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
<version>2.7.18</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion shipment/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down
36 changes: 18 additions & 18 deletions shipment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<relativePath/>
<version>2.3.3.RELEASE</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
<version>2.7.18</version> <!-- lookup parent from com.ecommerceapp.shipment.repository -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.35.0</version>
<version>2.43.0</version>
<executions>
<execution>
<id>apply</id>
Expand Down Expand Up @@ -66,13 +66,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.2.RELEASE</version>
<version>2.7.18</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.4.2</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand All @@ -98,7 +98,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -127,12 +127,12 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.7.5</version>
<version>1.17.3</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>0.12</version>
<version>0.16</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -183,18 +183,18 @@
<dependency>
<artifactId>spring-boot-starter-actuator</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.3.2.RELEASE</version>
<version>2.7.18</version>
</dependency>
<dependency>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.5.12</version>
<version>2.7.18</version>
</dependency>

<dependency>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<groupId>org.springframework.boot</groupId>
<version>3.1.2</version>
<version>3.4.0</version>
</dependency>

<dependency>
Expand All @@ -207,7 +207,7 @@
</exclusions>
<groupId>org.springframework.boot</groupId>
<scope>test</scope>
<version>2.3.2.RELEASE</version>
<version>2.7.18</version>
</dependency>
<dependency>
<artifactId>persistence-api</artifactId>
Expand All @@ -224,7 +224,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.36</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -254,20 +254,20 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.7.2</version>
<version>2.9.13</version>
</dependency>

<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
<version>2.7.2</version>
<version>2.9.13</version>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<version>4.2.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -281,12 +281,12 @@
<dependency>
<groupId>au.com.dius.pact.consumer</groupId>
<artifactId>junit5</artifactId>
<version>4.3.6</version>
<version>4.6.16</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.5</version>
<version>2.13.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion shop/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down
Loading

0 comments on commit fd035eb

Please sign in to comment.