File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spring-projects/spring-data-commons
25
25
https://github.com/spring-projects/spring-data-commons
26
26
27
27
28
- Spring Data Commons 3.5.0
28
+ Spring Data Commons 3.5.1
29
29
Copyright (c) [2010-2019] Pivotal Software, Inc.
30
30
31
31
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
71
71
https://github.com/spring-projects/spring-data-jdbc
72
72
73
73
74
- Spring Data Relational 3.5.0
74
+ Spring Data Relational 3.5.1
75
75
Copyright (c) [2017-2019] Pivotal Software, Inc.
76
76
77
77
This product is licensed to you under the Apache License, Version 2.0 (the "License").
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ may be an appropriate choice.
35
35
}
36
36
}
37
37
dependencies {
38
- classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.0 ")
38
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.1 ")
39
39
}
40
40
}
41
41
42
42
dependencies {
43
43
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
44
- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.0 ")
44
+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.1 ")
45
45
}
46
46
```
47
47
@@ -51,7 +51,7 @@ may be an appropriate choice.
51
51
<parent>
52
52
<groupId>org.springframework.boot</groupId>
53
53
<artifactId>spring-boot-starter-parent</artifactId>
54
- <version>3.5.0 </version>
54
+ <version>3.5.1 </version>
55
55
<relativePath/>
56
56
</parent>
57
57
@@ -63,7 +63,7 @@ may be an appropriate choice.
63
63
<dependency>
64
64
<groupId>com.navercorp.spring</groupId>
65
65
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
66
- <version>3.5.0 </version>
66
+ <version>3.5.1 </version>
67
67
</dependency>
68
68
```
69
69
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = " com.navercorp.spring"
7
- version = " 3.5.1-SNAPSHOT "
7
+ version = " 3.5.1"
8
8
9
9
jreleaser {
10
10
release {
Original file line number Diff line number Diff line change 1
- springBootVersion =3.5.0
2
- springDataBomVersion =2025.0.0
1
+ springBootVersion =3.5.1
2
+ springDataBomVersion =2025.0.1
You can’t perform that action at this time.
0 commit comments