Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update java #263

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
28 changes: 14 additions & 14 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 @@ -33,21 +33,21 @@

<properties>
<main.basedir>${project.basedir}</main.basedir>
<gson.version>2.10.1</gson.version>
<gson.version>2.11.0</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>
<snakeyaml.version>2.3</snakeyaml.version>
<springboot.version>2.7.18</springboot.version>
<springboot.springbeans.version>5.3.39</springboot.springbeans.version>
<apache.commons.version>3.17.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>
<h2.embedded.db.version>2.3.232</h2.embedded.db.version>
<maven-checkstyle.plugin.version>3.5.0</maven-checkstyle.plugin.version>
<maven-surefire.plugin.version>3.5.0</maven-surefire.plugin.version>
<jacoco-maven.plugin.version>0.8.12</jacoco-maven.plugin.version>
<coveo-fmt-maven-plugin.version>2.13</coveo-fmt-maven-plugin.version>
<googlejavaformat.version>1.15.0</googlejavaformat.version>
<artifactregistry-maven-wagon.extension.version>2.2.1
<googlejavaformat.version>1.23.0</googlejavaformat.version>
<artifactregistry-maven-wagon.extension.version>2.2.3
</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.3</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.3</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.3</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.3</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