Update Spring Boot version 2.5.0 -> 2.5.4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.5.0' apply false
|
||||
id 'org.springframework.boot' version '2.5.4' apply false
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ dependencyManagement {
|
||||
|
||||
dependencies {
|
||||
api project(':spring-graphql')
|
||||
api 'com.graphql-java:graphql-java:17.1'
|
||||
api 'com.graphql-java:graphql-java:17.2'
|
||||
api 'io.projectreactor:reactor-core'
|
||||
api 'org.springframework:spring-context'
|
||||
api 'org.springframework.boot:spring-boot-starter'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'org.springframework.boot' version '2.5.4'
|
||||
id 'java'
|
||||
}
|
||||
group = 'com.example'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'org.springframework.boot' version '2.5.4'
|
||||
id 'java'
|
||||
}
|
||||
group = 'com.example'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'org.springframework.boot' version '2.5.4'
|
||||
id 'java'
|
||||
}
|
||||
group = 'com.example'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'org.springframework.boot' version '2.5.4'
|
||||
id 'java'
|
||||
}
|
||||
group = 'com.example'
|
||||
|
||||
Reference in New Issue
Block a user