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.1 ")
44
+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.2 ")
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.1 </version>
66
+ <version>3.4.2 </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.4.2-SNAPSHOT "
7
+ version = " 3.4.2"
8
8
9
9
publishing {
10
10
publications {
You can’t perform that action at this time.
0 commit comments