Skip to content

Commit

Permalink
After release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Aug 23, 2023
1 parent a2c9160 commit 2218c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ may be an appropriate choice.
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.9-SNAPSHOT")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.10-SNAPSHOT")
}
```
Expand All @@ -62,7 +62,7 @@ may be an appropriate choice.
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
<version>3.0.9-SNAPSHOT</version>
<version>3.0.10-SNAPSHOT</version>
</dependency>
```
Expand Down

0 comments on commit 2218c8f

Please sign in to comment.