Pin samples to 1.0.0-M6

This commit is contained in:
rstoyanchev
2022-03-28 08:11:52 +00:00
parent 681a0dcf4d
commit a5a5594e64
4 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ group = 'com.example'
description = "Secure GraphQL over HTTP with Spring MVC Sample"
sourceCompatibility = '1.8'
ext['spring-graphql.version'] = version
ext['spring-graphql.version'] = '1.0.0-M6'
repositories {
mavenCentral()
@@ -20,8 +20,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation project(':spring-graphql')
testImplementation project(':spring-graphql-test')
testImplementation 'org.springframework.graphql:spring-graphql'
testImplementation 'org.springframework.graphql:spring-graphql-test:1.0.0-M6'
testImplementation 'org.springframework:spring-webflux'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}