Skip to content

Commit ef4f033

Browse files
committed
Bump up spring data version to 3.0.10
1 parent 2218c8f commit ef4f033

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.0.9
28+
Spring Data Commons 3.0.10
2929
Copyright (c) [2010-2019] 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.0.9
74+
Spring Data Relational 3.0.10
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ may be an appropriate choice.
3434
}
3535
}
3636
dependencies {
37-
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.9")
37+
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.10")
3838
}
3939
}
4040
@@ -50,7 +50,7 @@ may be an appropriate choice.
5050
<parent>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-parent</artifactId>
53-
<version>3.0.9</version>
53+
<version>3.0.10</version>
5454
<relativePath/>
5555
</parent>
5656

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
springDataVersion=3.0.9
2-
springDataCommonsVersion=3.0.9
3-
springBootVersion=3.0.9
1+
springDataVersion=3.0.10
2+
springDataCommonsVersion=3.0.10
3+
springBootVersion=3.0.10
44
kotlinVersion=1.7.21

0 commit comments

Comments
 (0)