Skip to content

Commit 3d9d49c

Browse files
author
mhyeon-lee
committed
Upgrade spring boot 2.5.0
(cherry picked from commit de159f1)
1 parent 5e7dc4d commit 3d9d49c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
3131
}
3232
}
3333
dependencies {
34-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.4.4")
34+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.0")
3535
}
3636
}
3737
@@ -47,7 +47,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
4747
<parent>
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-starter-parent</artifactId>
50-
<version>2.4.4</version>
50+
<version>2.5.0</version>
5151
<relativePath/>
5252
</parent>
5353

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.4.4")
12+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.0")
1313
}
1414
}
1515

0 commit comments

Comments
 (0)