Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ allprojects {
// as dependencies. e.g. KOTLIN_VERSION
extra["sb.version"] = "4.0.0"
extra["kotlin.version"] = Versions.KOTLIN_VERSION
extra["json-path.version"] = "3.0.0"
}
val internalBomModules by extra(
listOf(
Expand Down
102 changes: 102 additions & 0 deletions dependencies.lock

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

122 changes: 109 additions & 13 deletions dgs-starter-test/dependencies.lock

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

1 change: 1 addition & 0 deletions dgs-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ dependencies {
api(project(":graphql-dgs-reactive"))
api(project(":graphql-error-types"))
api("org.springframework.boot:spring-boot-starter-graphql")
api("tools.jackson.module:jackson-module-kotlin")
Comment thread
jjacobs44 marked this conversation as resolved.
}
Loading
Loading