Skip to content

Commit

Permalink
Bump up spring data version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Dec 19, 2024
1 parent c9b3847 commit 6930c1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spring-projects/spring-data-commons
https://github.com/spring-projects/spring-data-commons


Spring Data Commons 3.4.0
Spring Data Commons 3.4.1
Copyright (c) [2010-2019] Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down Expand Up @@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
https://github.com/spring-projects/spring-data-jdbc


Spring Data Relational 3.4.0
Spring Data Relational 3.4.1
Copyright (c) [2017-2019] Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down
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.4.0")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.1")
}
```
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.4.0</version>
<version>3.4.1</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
springBootVersion=3.4.0
springDataBomVersion=2024.1.0
springDataBomVersion=2024.1.1

0 comments on commit 6930c1a

Please sign in to comment.