Skip to content

Commit

Permalink
chore: Update Dgs code gen to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 11, 2023
1 parent 4bf62e1 commit 07617a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dgs-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ repositories {

dependencyManagement {
imports {
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1")
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0")
}
}

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "com.netflix.graphql.dgs:graphql-dgs-client"

//spring boot starter
Expand Down
4 changes: 2 additions & 2 deletions dgs-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repositories {

dependencyManagement {
imports {
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1")
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0")
}
}

dependencies {
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", {
exclude group: 'org.yaml', module: 'snakeyaml'
}
Expand Down
4 changes: 2 additions & 2 deletions dgs-fileupload/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repositories {

dependencyManagement {
imports {
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1")
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0")
}
}

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", {
exclude group: 'org.yaml', module: 'snakeyaml'
}
Expand Down
4 changes: 2 additions & 2 deletions dgs-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ repositories {

dependencyManagement {
imports {
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1")
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0")
}
}

dependencies {
//dgs
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "com.netflix.graphql.dgs:graphql-dgs-webflux-starter"
implementation "io.projectreactor:reactor-core:3.6.0"

Expand Down
4 changes: 2 additions & 2 deletions dgs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repositories {

dependencyManagement {
imports {
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1")
mavenBom("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0")
}
}

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter"

implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit 07617a4

Please sign in to comment.