File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ may be an appropriate choice.
3434 }
3535 }
3636 dependencies {
37- classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.3 ")
37+ classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.4 ")
3838 }
3939 }
4040
4141 dependencies {
4242 implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
43- implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.4-SNAPSHOT ")
43+ implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.4")
4444 }
4545 ```
4646
@@ -62,7 +62,7 @@ may be an appropriate choice.
6262 <dependency>
6363 <groupId>com.navercorp.spring</groupId>
6464 <artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
65- <version>3.0.4-SNAPSHOT </version>
65+ <version>3.0.4</version>
6666 </dependency>
6767 ```
6868
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515
1616allprojects {
1717 group = " com.navercorp.spring"
18- version = " 3.0.4-SNAPSHOT "
18+ version = " 3.0.4"
1919}
2020
2121subprojects {
You can’t perform that action at this time.
0 commit comments