Skip to content

Commit

Permalink
Bump up spring data version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Mar 27, 2023
1 parent a9ef086 commit 6d859ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.0.3
Spring Data Commons 3.0.4
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.0.3
Spring Data Relational 3.0.4
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 @@ -50,7 +50,7 @@ may be an appropriate choice.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath/>
</parent>
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.3</version>
<version>3.0.4-SNAPSHOT</version>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
springDataVersion=3.0.3
springDataCommonsVersion=3.0.3
springBootVersion=3.0.3
springDataVersion=3.0.4
springDataCommonsVersion=3.0.4
springBootVersion=3.0.4
kotlinVersion=1.7.21

0 comments on commit 6d859ba

Please sign in to comment.