Skip to content

Commit

Permalink
⬆️ Bump com.expediagroup:graphql-kotlin-server
Browse files Browse the repository at this point in the history
Bumps [com.expediagroup:graphql-kotlin-server](https://github.com/ExpediaGroup/graphql-kotlin) from 6.5.3 to 7.0.0.
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@6.5.3...7.0.0)

---
updated-dependencies:
- dependency-name: com.expediagroup:graphql-kotlin-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 98d423a commit 86d52c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spesialist-api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask

val testcontainersVersion = "1.19.0"
val graphQLKotlinVersion = "6.5.3"
val graphQLKotlinVersion = "7.0.0"
val ktorVersion = "2.3.4"

plugins {
Expand Down
2 changes: 1 addition & 1 deletion spesialist-selve/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val graphQLKotlinVersion = "6.5.3"
val graphQLKotlinVersion = "7.0.0"
val testcontainersVersion = "1.19.0"

plugins {
Expand Down

0 comments on commit 86d52c9

Please sign in to comment.