Skip to content

Commit

Permalink
Release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Sep 20, 2024
1 parent 2d7fdfd commit 42f74f0
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 @@ -41,7 +41,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.3.3.1")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.4")
}
```
Expand All @@ -63,7 +63,7 @@ may be an appropriate choice.
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
<version>3.3.3.1</version>
<version>3.3.4</version>
</dependency>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.navercorp.spring"
version = "3.3.4-SNAPSHOT"
version = "3.3.4"

publishing {
publications {
Expand Down

0 comments on commit 42f74f0

Please sign in to comment.