Skip to content

Commit

Permalink
Updates boot version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Feb 4, 2022
1 parent 0e31343 commit 84ecff1
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>2.6.1</spring-boot.version>
<spring-boot.version>2.6.3</spring-boot.version>
<spring-cloud-build.version>3.1.1-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>2.6.1</version>
<version>2.6.3</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.6.1</spring-boot.version>
<spring-boot.version>2.6.3</spring-boot.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
</properties>
<build>
Expand Down

0 comments on commit 84ecff1

Please sign in to comment.