Skip to content

Commit

Permalink
Upgrade Spring Data JDBC 2.0.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mhyeon-lee committed Oct 30, 2020
1 parent dff0529 commit 530940f
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 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 2.3.4.RELEASE
Spring Data Commons 2.3.5.RELEASE
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 JDBC 2.0.4.RELEASE
Spring Data JDBC 2.0.5.RELEASE
Copyright (c) [2017-2019] Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ buildscript {
}
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.3.4.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.3.5.RELEASE")
}
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.0.4.RELEASE")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.0.5.RELEASE")
}
```

Expand All @@ -44,7 +44,7 @@ dependencies {
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<version>2.3.5.RELEASE</version>
<relativePath/>
</parent>

Expand All @@ -56,7 +56,7 @@ dependencies {
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.3.4.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.3.5.RELEASE")
}
}

Expand Down
6 changes: 3 additions & 3 deletions guide-projects/plus-repository-guide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dependencies {
implementation("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude group: "org.junit.vintage", module: "junit-vintage-engine"
Expand Down
12 changes: 6 additions & 6 deletions guide-projects/plus-sql-java-groovy-guide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ dependencies {
implementation("org.codehaus.groovy:groovy:2.5.8")
implementation("com.h2database:h2")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")

implementation project(":spring-data-plus-sql-gen")
annotationProcessor project(":spring-data-plus-sql-gen")
annotationProcessor("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
annotationProcessor("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
annotationProcessor("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
annotationProcessor("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
annotationProcessor("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
annotationProcessor("org.springframework.data:spring-data-commons:2.3.5.RELEASE")

compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")
Expand Down
6 changes: 3 additions & 3 deletions guide-projects/plus-sql-java-kotlin-guide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies {
implementation("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude group: "org.junit.vintage", module: "junit-vintage-engine"
Expand Down
6 changes: 3 additions & 3 deletions guide-projects/plus-sql-kotlin-guide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.h2database:h2")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
Expand Down
6 changes: 3 additions & 3 deletions spring-boot-autoconfigure-data-jdbc-plus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dependencies {
implementation project(":spring-data-jdbc-plus-sql")
implementation project(":spring-data-jdbc-plus-repository")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")
implementation("io.projectreactor:reactor-core")

testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down
6 changes: 3 additions & 3 deletions spring-boot-starter-data-jdbc-plus-repository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile(project(":spring-data-jdbc-plus-repository"))
compile("org.springframework.boot:spring-boot-starter-jdbc")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")
}
6 changes: 3 additions & 3 deletions spring-boot-starter-data-jdbc-plus-sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile(project(":spring-data-jdbc-plus-sql"))
compile("org.springframework.boot:spring-boot-starter-jdbc")

implementation("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
implementation("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
implementation("org.springframework.data:spring-data-commons:2.3.5.RELEASE")
}
6 changes: 3 additions & 3 deletions spring-data-jdbc-plus-repository/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
compileJava.dependsOn(processResources)

dependencies {
compile("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
compile("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
compile("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
compile("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
compile("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
compile("org.springframework.data:spring-data-commons:2.3.5.RELEASE")

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
6 changes: 3 additions & 3 deletions spring-data-jdbc-plus-sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ compileJava.dependsOn(processResources)

dependencies {
compile project(":spring-jdbc-plus-support")
compile("org.springframework.data:spring-data-jdbc:2.0.4.RELEASE")
compile("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
compile("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
compile("org.springframework.data:spring-data-jdbc:2.0.5.RELEASE")
compile("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
compile("org.springframework.data:spring-data-commons:2.3.5.RELEASE")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.3.72")
compileOnly("org.jetbrains.kotlin:kotlin-reflect:1.3.72")
compileOnly("io.projectreactor:reactor-core")
Expand Down
4 changes: 2 additions & 2 deletions spring-data-plus-sql-gen/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile("org.springframework.data:spring-data-relational:2.0.4.RELEASE")
compile("org.springframework.data:spring-data-commons:2.3.4.RELEASE")
compile("org.springframework.data:spring-data-relational:2.0.5.RELEASE")
compile("org.springframework.data:spring-data-commons:2.3.5.RELEASE")
compile project(":spring-data-jdbc-plus-sql")
compile("com.squareup:javapoet:1.12.1")

Expand Down

0 comments on commit 530940f

Please sign in to comment.