11plugins {
22 id ' java'
3- id ' org.jetbrains.kotlin.jvm' version ' 2.1.0'
4- id ' org.springframework.boot' version ' 3.1.0'
5- id ' io.spring.dependency-management' version ' 1.1.0'
3+ id ' org.jetbrains.kotlin.jvm' version ' 2.2.21'
4+ id ' org.springframework.boot' version ' 3.5.7'
5+ id ' org.jetbrains.kotlin.plugin.spring' version ' 2.2.21'
6+ id ' jacoco'
67}
78
89group = ' com.example'
@@ -17,15 +18,15 @@ repositories {
1718}
1819
1920dependencies {
20- implementation ' org.springframework.boot:spring-boot-starter-web:3.4.4'
21- implementation ' org.springframework.boot:spring-boot-starter-validation:3.4.4'
22- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
23- implementation ' org.springframework.boot:spring-boot-starter-graphql:3.4.4'
24- implementation ' org.springframework.boot:spring-boot-starter-webflux:3.4.4'
21+ implementation platform(' org.springframework.boot:spring-boot-dependencies:3.5.7' )
22+ implementation " org.springframework.boot:spring-boot-starter-web"
23+ implementation " org.springframework.boot:spring-boot-starter-graphql"
24+ implementation ' org.springframework.boot:spring-boot-starter-validation'
25+ implementation ' org.springframework.boot:spring-boot-starter-webflux'
26+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14'
2527
2628 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2729 testImplementation ' org.springframework.graphql:spring-graphql-test'
28-
2930 testImplementation " io.specmatic:junit5-support:${ specmaticVersion} "
3031 testImplementation " io.specmatic.graphql:specmatic-graphql:${ specmaticGraphqlVersion} "
3132 testImplementation ' org.testcontainers:junit-jupiter:1.21.3'
0 commit comments