Skip to content

Commit

Permalink
⬆ Bump graphqlKotlinVersion from 7.0.2 to 7.1.4
Browse files Browse the repository at this point in the history
Bumps `graphqlKotlinVersion` from 7.0.2 to 7.1.4.

Updates `com.expediagroup:graphql-kotlin-client` from 7.0.2 to 7.1.4
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@7.0.2...7.1.4)

Updates `com.expediagroup:graphql-kotlin-client-jackson` from 7.0.2 to 7.1.4
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@7.0.2...7.1.4)

Updates `com.expediagroup:graphql-kotlin-ktor-client` from 7.0.2 to 7.1.4
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@7.0.2...7.1.4)

---
updated-dependencies:
- dependency-name: com.expediagroup:graphql-kotlin-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.expediagroup:graphql-kotlin-client-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.expediagroup:graphql-kotlin-ktor-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 9e92b30 commit 1831869
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,7 +1,7 @@
val junitJupiterVersion = "5.10.2"
val ktorVersion = "2.3.12"
val jvmTargetVersion = "21"
val graphqlKotlinVersion = "7.0.2"
val graphqlKotlinVersion = "7.1.4"
val rapidsAndRiversVersion = "2024022311041708682651.01821651ed22"
val logbackSyslog4jVersion = "1.0.0"
val hikariCPVersion = "5.1.0"
Expand Down

0 comments on commit 1831869

Please sign in to comment.