Skip to content

Commit

Permalink
chore(deps): update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2023
1 parent 0d69d7e commit 6023ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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>3.0.2</version>
</parent>

<groupId>com.google.abm-edge</groupId>
Expand All @@ -36,11 +36,11 @@
<gson.version>2.10</gson.version>
<log4j2.version>2.17.1</log4j2.version>
<snakeyaml.version>1.33</snakeyaml.version>
<springboot.version>2.7.8</springboot.version>
<springboot.version>3.0.2</springboot.version>
<springboot.springbeans.version>5.3.25</springboot.springbeans.version>
<apache.commons.version>3.12.0</apache.commons.version>
<jib-maven.plugin.version>3.3.1</jib-maven.plugin.version>
<spring-boot-maven.plugin.version>2.7.8</spring-boot-maven.plugin.version>
<spring-boot-maven.plugin.version>3.0.2</spring-boot-maven.plugin.version>
<mysql.connector.version>8.0.31</mysql.connector.version>
<h2.embedded.db.version>2.1.214</h2.embedded.db.version>
<maven-checkstyle.plugin.version>3.2.0</maven-checkstyle.plugin.version>
Expand Down

0 comments on commit 6023ac0

Please sign in to comment.