Skip to content

Commit

Permalink
Bump expediaGraphqlVersion from 7.1.0 to 8.2.1
Browse files Browse the repository at this point in the history
Bumps `expediaGraphqlVersion` from 7.1.0 to 8.2.1.

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

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

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

---
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-ktor-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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent cdc7512 commit 132a463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp-inntekt-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application {
mainClass.set("no.nav.dagpenger.inntekt.ApplicationKt")
}

val expediaGraphqlVersion = "7.1.0"
val expediaGraphqlVersion = "8.2.1"
val moshiVersion = "1.14.0"
val log4j2Version = "2.24.1"

Expand Down

0 comments on commit 132a463

Please sign in to comment.