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 @@ -41,7 +41,7 @@ may be an appropriate choice.
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.4.8 ")
44
+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.9 ")
45
45
}
46
46
```
47
47
@@ -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.4.8 </version>
66
+ <version>3.4.9 </version>
67
67
</dependency>
68
68
```
69
69
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = " com.navercorp.spring"
8
- version = " 3.4.9-SNAPSHOT "
8
+ version = " 3.4.9"
9
9
10
10
jreleaser {
11
11
release {
You can’t perform that action at this time.
0 commit comments