Skip to content

Commit 3f10d5b

Browse files
Upgrade Spring Boot to 3.3.7, DGS to 9.1.2, codegen to 6.3.0
Co-Authored-By: Travis Myers <travis.myers@cognition.ai>
1 parent 9255803 commit 3f10d5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.2.12'
2+
id 'org.springframework.boot' version '3.3.7'
33
id 'io.spring.dependency-management' version '1.1.4'
44
id 'java'
5-
id "com.netflix.dgs.codegen" version "6.0.3"
5+
id "com.netflix.dgs.codegen" version "6.3.0"
66
id "com.diffplug.spotless" version "6.22.0"
77
}
88

@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'org.springframework.boot:spring-boot-starter-hateoas'
3737
implementation 'org.springframework.boot:spring-boot-starter-security'
3838
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'
39-
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:8.7.1'
39+
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:9.1.2'
4040
implementation 'org.flywaydb:flyway-core'
4141
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
4242
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5',

0 commit comments

Comments
 (0)