Skip to content

Commit

Permalink
⬆️ Bump graphqlKotlinVersion from 6.5.3 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps `graphqlKotlinVersion` from 6.5.3 to 7.0.0.

Updates `com.expediagroup:graphql-kotlin-client` 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)

Updates `com.expediagroup:graphql-kotlin-client-jackson` 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)

Updates `com.expediagroup:graphql-kotlin-ktor-client` 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-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.expediagroup:graphql-kotlin-client-jackson
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.expediagroup:graphql-kotlin-ktor-client
  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 948bcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val junitJupiterVersion = "5.10.0"
val ktorVersion = "2.3.4"
val graphqlKotlinVersion = "6.5.3"
val graphqlKotlinVersion = "7.0.0"
val jvmTargetVersion = "17"
val rapidsAndRiversVersion = "2023041310341681374880.67ced5ad4dda"
val logbackSyslog4jVersion = "1.0.0"
Expand Down

0 comments on commit 948bcb5

Please sign in to comment.