Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

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] authored May 18, 2023
1 parent 4b98e9c commit 81b25f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ch.qos.logback.version>1.2.3</ch.qos.logback.version>
<logstash.version>7.3</logstash.version>
<jackson.databind.version>2.14.2</jackson.databind.version>
<spring.boot.version>1.5.22.RELEASE</spring.boot.version>
<spring.boot.version>3.0.7</spring.boot.version>
<spring.version>4.3.30.RELEASE</spring.version>
<groovy.version>2.4.8</groovy.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion work-tracker-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ limitations under the License.
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.5.22.RELEASE</version>
<version>3.0.7</version>
<configuration>
<classifier>exec</classifier>
</configuration>
Expand Down

0 comments on commit 81b25f7

Please sign in to comment.