Skip to content

Commit

Permalink
Bump up spring boot version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Nov 6, 2023
1 parent 919d740 commit 675f02c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ may be an appropriate choice.
}
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.5")
}
}
Expand All @@ -50,7 +50,7 @@ may be an appropriate choice.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<relativePath/>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
springDataVersion=3.1.5
springDataCommonsVersion=3.1.5
springBootVersion=3.1.4
springBootVersion=3.1.5
kotlinVersion=1.7.21

0 comments on commit 675f02c

Please sign in to comment.