Skip to content

Commit

Permalink
Update to Spring Boot 3.2 and implemented a RestClient based GraphQLC…
Browse files Browse the repository at this point in the history
…lient
  • Loading branch information
paulbakker committed Nov 29, 2023
1 parent 0965e7a commit 5b69124
Show file tree
Hide file tree
Showing 32 changed files with 1,998 additions and 1,762 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ allprojects {
// and suggest an upgrade. The only exception currently are those defined
// in buildSrc, most likely because the variables are used in plugins as well
// as dependencies. e.g. KOTLIN_VERSION
extra["sb.version"] = "3.0.8"
extra["sb.version"] = "3.2.0"
extra["kotlin.version"] = Versions.KOTLIN_VERSION
val springBootVersion = extra["sb.version"] as String

Expand Down
36 changes: 18 additions & 18 deletions dependencies.lock

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

Loading

0 comments on commit 5b69124

Please sign in to comment.