Skip to content

Commit

Permalink
Release 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Nov 8, 2024
1 parent b353588 commit 40f90c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.10")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.11")
}
```
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.2.10</version>
<version>3.2.11</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

allprojects {
group = "com.navercorp.spring"
version = "3.2.11-SNAPSHOT"
version = "3.2.11"
}

subprojects {
Expand Down

0 comments on commit 40f90c4

Please sign in to comment.