File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spring-projects/spring-data-commons
2525https://github.com/spring-projects/spring-data-commons
2626
2727
28- Spring Data Commons 3.5.5
28+ Spring Data Commons 3.5.6
2929Copyright (c) [2010-2021] Pivotal Software, Inc.
3030
3131This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc
7171https://github.com/spring-projects/spring-data-jdbc
7272
7373
74- Spring Data Relational 3.5.5
74+ Spring Data Relational 3.5.6
7575Copyright (c) [2017-2019] Pivotal Software, Inc.
7676
7777This product is licensed to you under the Apache License, Version 2.0 (the "License").
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments