Skip to content

Commit

Permalink
Upgrade to Boot 3.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Jul 26, 2023
1 parent 53f01d9 commit 1b60c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<main.basedir>${basedir}</main.basedir>
<docs.main>${project.artifactId}</docs.main>
<spring-boot.version>3.0.7</spring-boot.version>
<spring-boot.version>3.0.9</spring-boot.version>
<spring-cloud-build.version>4.0.4-SNAPSHOT</spring-cloud-build.version>
<docs.resources.dir>${project.build.directory}/build-docs</docs.resources.dir>
<docs.classes.dir>${project.build.directory}/build-docs-classes</docs.classes.dir>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-build-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.0.7</version>
<version>3.0.9</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>3.0.7</spring-boot.version>
<spring-boot.version>3.0.9</spring-boot.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
</properties>
<build>
Expand Down

0 comments on commit 1b60c5b

Please sign in to comment.