File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ may be an appropriate choice.
40
40
41
41
dependencies {
42
42
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
43
- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.9 ")
43
+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.10 ")
44
44
}
45
45
```
46
46
@@ -62,7 +62,7 @@ may be an appropriate choice.
62
62
<dependency>
63
63
<groupId>com.navercorp.spring</groupId>
64
64
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
65
- <version>3.2.9 </version>
65
+ <version>3.2.10 </version>
66
66
</dependency>
67
67
```
68
68
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
15
15
16
16
allprojects {
17
17
group = " com.navercorp.spring"
18
- version = " 3.2.10-SNAPSHOT "
18
+ version = " 3.2.10"
19
19
}
20
20
21
21
subprojects {
You can’t perform that action at this time.
0 commit comments