Skip to content

Commit 8c47912

Browse files
authored
Bump up spring dependencies (#176)
- spring-boot: 3.5.1 -> 3.5.4 - spring-data-bom: 2025.0.0 -> 2025.0.1
1 parent a4d81f7 commit 8c47912

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ spring-projects/spring-data-commons
2525
https://github.com/spring-projects/spring-data-commons
2626

2727

28-
Spring Data Commons 3.5.1
29-
Copyright (c) [2010-2019] Pivotal Software, Inc.
28+
Spring Data Commons 3.5.2
29+
Copyright (c) [2010-2021] Pivotal Software, Inc.
3030

3131
This product is licensed to you under the Apache License, Version 2.0 (the "License").
3232
You may not use this product except in compliance with the License.
@@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
7171
https://github.com/spring-projects/spring-data-jdbc
7272

7373

74-
Spring Data Relational 3.5.1
74+
Spring Data Relational 3.5.2
7575
Copyright (c) [2017-2019] Pivotal Software, Inc.
7676

7777
This product is licensed to you under the Apache License, Version 2.0 (the "License").

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ may be an appropriate choice.
3535
}
3636
}
3737
dependencies {
38-
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.1")
38+
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.4")
3939
}
4040
}
4141
@@ -51,7 +51,7 @@ may be an appropriate choice.
5151
<parent>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-starter-parent</artifactId>
54-
<version>3.5.1</version>
54+
<version>3.5.4</version>
5555
<relativePath/>
5656
</parent>
5757

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
springBootVersion=3.5.1
2-
springDataBomVersion=2025.0.1
1+
springBootVersion=3.5.4
2+
springDataBomVersion=2025.0.2

0 commit comments

Comments
 (0)