Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Nov 22, 2023
1 parent e4e8ba8 commit a10713e
Show file tree
Hide file tree
Showing 23 changed files with 298 additions and 261 deletions.
8 changes: 4 additions & 4 deletions dgs-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'org.springframework.boot' version '3.2.0-RC2'
id 'io.spring.dependency-management' version '1.1.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id "com.netflix.dgs.codegen" version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id "com.netflix.dgs.codegen" version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}

group = 'com.example'
Expand All @@ -21,12 +21,12 @@ repositories {

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

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

//spring boot starter
Expand Down
8 changes: 4 additions & 4 deletions dgs-codegen/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'org.springframework.boot' version '3.2.0-RC2'
id 'io.spring.dependency-management' version '1.1.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id "com.netflix.dgs.codegen" version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id "com.netflix.dgs.codegen" version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}
// ext['graphql-java.version'] = '19.2'

Expand All @@ -22,12 +22,12 @@ repositories {

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

dependencies {
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.0.1"))
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", {
exclude group: 'org.yaml', module: 'snakeyaml'
}
Expand Down
6 changes: 3 additions & 3 deletions dgs-fileupload/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.2.0-RC2'
id 'io.spring.dependency-management' version '1.1.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
}

Expand All @@ -22,12 +22,12 @@ repositories {

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

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.0.1"))
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", {
exclude group: 'org.yaml', module: 'snakeyaml'
}
Expand Down
10 changes: 5 additions & 5 deletions dgs-kotlin-co/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.0-RC2"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version "1.9.20"
kotlin("plugin.spring") version "1.9.20"
id("com.netflix.dgs.codegen") version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id("com.netflix.dgs.codegen") version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}

// extra["graphql-java.version"] = "19.2"
Expand All @@ -23,14 +23,14 @@ repositories {

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

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

//Spring
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down
8 changes: 4 additions & 4 deletions dgs-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.0-RC2"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version "1.9.20"
kotlin("plugin.spring") version "1.9.20"
id("com.netflix.dgs.codegen") version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id("com.netflix.dgs.codegen") version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}

// extra["graphql-java.version"] = "19.2"
Expand All @@ -24,13 +24,13 @@ repositories {

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

dependencies {
// dgs
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.0.1"))
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter")
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")
implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars")
Expand Down
8 changes: 4 additions & 4 deletions dgs-subscription-sse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.0-RC2"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"

kotlin("jvm") version "1.9.20"
kotlin("plugin.spring") version "1.9.20"
id("com.netflix.dgs.codegen") version "6.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
id("com.netflix.dgs.codegen") version "6.1.0" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}

// extra["graphql-java.version"] = "19.2"
Expand All @@ -24,12 +24,12 @@ repositories {

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

dependencies {
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.0.1"))
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") {
exclude("org.yaml", "snakeyaml")
}
Expand Down
Loading

0 comments on commit a10713e

Please sign in to comment.