Skip to content

Commit f9bfc5e

Browse files
committed
Release 3.5.6
1 parent 8b0185d commit f9bfc5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spring-projects/spring-data-commons
2525
https://github.com/spring-projects/spring-data-commons
2626

2727

28-
Spring Data Commons 3.5.5
28+
Spring Data Commons 3.5.6
2929
Copyright (c) [2010-2021] Pivotal Software, Inc.
3030

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

7373

74-
Spring Data Relational 3.5.5
74+
Spring Data Relational 3.5.6
7575
Copyright (c) [2017-2019] Pivotal Software, Inc.
7676

7777
This product is licensed to you under the Apache License, Version 2.0 (the "License").

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
```gradle
2323
buildscript {
2424
dependencies {
25-
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.5")
25+
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.8")
2626
}
2727
}
2828
2929
dependencies {
3030
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
31-
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.5")
31+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.5.6")
3232
}
3333
```
3434
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-starter-parent</artifactId>
41-
<version>3.5.5</version>
41+
<version>3.5.6</version>
4242
<relativePath/>
4343
</parent>
4444
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.navercorp.spring</groupId>
5252
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
53-
<version>3.5.5</version>
53+
<version>3.5.6</version>
5454
</dependency>
5555
```
5656

0 commit comments

Comments
 (0)