Skip to content

Commit

Permalink
Fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed May 28, 2024
1 parent ed9ab48 commit 56d3dcb
Show file tree
Hide file tree
Showing 9 changed files with 485 additions and 48 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
dependencyManagement {
imports {
mavenBom("org.jetbrains.kotlin:kotlin-bom:${Versions.KOTLIN_VERSION}")

mavenBom("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.+")
mavenBom("com.fasterxml.jackson:jackson-bom:2.15.+")
}
}

Expand Down
74 changes: 70 additions & 4 deletions graphql-dgs-extended-scalars/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 66 additions & 3 deletions graphql-dgs-spring-boot-micrometer/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 74 additions & 4 deletions graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation(project(":graphql-dgs-spring-boot-micrometer"))
implementation("com.github.ben-manes.caffeine:caffeine")
implementation("name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.2.+")
implementation("name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.+")

testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation(project(":graphql-dgs-client"))
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql-dgs-spring-graphql-example-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation(project(":graphql-dgs-spring-boot-micrometer"))
implementation("com.github.ben-manes.caffeine:caffeine")
implementation("name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.2.+")
implementation("name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.+")

testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation(project(":graphql-dgs-client"))
Expand Down
Loading

0 comments on commit 56d3dcb

Please sign in to comment.