Skip to content

Commit

Permalink
Bump up spring boot version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Dec 20, 2024
1 parent 6930c1a commit d348afc
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 @@ -35,7 +35,7 @@ may be an appropriate choice.
}
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.0")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.1")
}
}
Expand All @@ -51,7 +51,7 @@ may be an appropriate choice.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<relativePath/>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
springBootVersion=3.4.0
springBootVersion=3.4.1
springDataBomVersion=2024.1.1

0 comments on commit d348afc

Please sign in to comment.