Skip to content

Commit 5f5d5d6

Browse files
committed
Release 3.4.12
1 parent 845b4b3 commit 5f5d5d6

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.4.11
28+
Spring Data Commons 3.4.12
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.4.11
74+
Spring Data Relational 3.4.12
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
@@ -35,13 +35,13 @@ may be an appropriate choice.
3535
}
3636
}
3737
dependencies {
38-
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.11")
38+
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.12")
3939
}
4040
}
4141
4242
dependencies {
4343
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
44-
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.11")
44+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.12")
4545
}
4646
```
4747
@@ -51,7 +51,7 @@ may be an appropriate choice.
5151
<parent>
5252
<groupId>org.springframework.boot</groupId>
5353
<artifactId>spring-boot-starter-parent</artifactId>
54-
<version>3.4.9</version>
54+
<version>3.4.12</version>
5555
<relativePath/>
5656
</parent>
5757
@@ -63,7 +63,7 @@ may be an appropriate choice.
6363
<dependency>
6464
<groupId>com.navercorp.spring</groupId>
6565
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
66-
<version>3.4.9</version>
66+
<version>3.4.12</version>
6767
</dependency>
6868
```
6969

0 commit comments

Comments
 (0)