Skip to content

Commit

Permalink
chore(deps): update java
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 12, 2024
1 parent f8280f5 commit 194aaa3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.1-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.8</version>
<version>2.7.18</version>
</parent>

<groupId>com.google.abm-edge</groupId>
Expand All @@ -36,17 +36,17 @@
<gson.version>2.10.1</gson.version>
<log4j2.version>2.17.1</log4j2.version>
<snakeyaml.version>2.2</snakeyaml.version>
<springboot.version>2.7.8</springboot.version>
<springboot.springbeans.version>5.3.28</springboot.springbeans.version>
<apache.commons.version>3.12.0</apache.commons.version>
<spring-boot-maven.plugin.version>2.7.8</spring-boot-maven.plugin.version>
<springboot.version>2.7.18</springboot.version>
<springboot.springbeans.version>5.3.31</springboot.springbeans.version>
<apache.commons.version>3.14.0</apache.commons.version>
<spring-boot-maven.plugin.version>2.7.18</spring-boot-maven.plugin.version>
<mysql.connector.version>8.0.33</mysql.connector.version>
<h2.embedded.db.version>2.2.224</h2.embedded.db.version>
<maven-checkstyle.plugin.version>3.3.0</maven-checkstyle.plugin.version>
<maven-surefire.plugin.version>3.2.2</maven-surefire.plugin.version>
<jacoco-maven.plugin.version>0.8.10</jacoco-maven.plugin.version>
<maven-checkstyle.plugin.version>3.3.1</maven-checkstyle.plugin.version>
<maven-surefire.plugin.version>3.2.3</maven-surefire.plugin.version>
<jacoco-maven.plugin.version>0.8.11</jacoco-maven.plugin.version>
<coveo-fmt-maven-plugin.version>2.13</coveo-fmt-maven-plugin.version>
<googlejavaformat.version>1.15.0</googlejavaformat.version>
<googlejavaformat.version>1.19.2</googlejavaformat.version>
<artifactregistry-maven-wagon.extension.version>2.2.1
</artifactregistry-maven-wagon.extension.version>
</properties>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<from>
<image>eclipse-temurin:17.0.4.1_1-jre-alpine</image>
Expand Down
4 changes: 2 additions & 2 deletions src/api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>api-server</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<!--Jib is a Maven plugin for building Docker and OCI images for your Java applications.-->
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<from>
<image>eclipse-temurin:17.0.4.1_1-jre-alpine</image>
Expand Down
4 changes: 2 additions & 2 deletions src/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>inventory</artifactId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<!--Jib is a Maven plugin for building Docker and OCI images for your Java applications.-->
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<from>
<image>eclipse-temurin:17.0.4.1_1-jre-alpine</image>
Expand Down
4 changes: 2 additions & 2 deletions src/payments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>payments</artifactId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<!--Jib is a Maven plugin for building Docker and OCI images for your Java applications.-->
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<from>
<image>eclipse-temurin:17.0.4.1_1-jre-alpine</image>
Expand Down
2 changes: 1 addition & 1 deletion src/service-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>ui</artifactId>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit 194aaa3

Please sign in to comment.