We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d955301 commit e2816c9Copy full SHA for e2816c9
README.md
@@ -59,7 +59,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
59
<dependency>
60
<groupId>com.navercorp.spring</groupId>
61
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
62
- <version>2.2.2</version>
+ <version>2.2.3</version>
63
</dependency>
64
```
65
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
16
allprojects {
17
group = "com.navercorp.spring"
18
- version = "2.2.3-SNAPSHOT"
+ version = "2.2.3"
19
}
20
21
subprojects {
0 commit comments