Skip to content

Commit

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 489c440 commit 5b9b61d
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.0.2"
val expediaGraphqlVersion = "7.1.0"
val moshiVersion = "1.14.0"
val log4j2Version = "2.23.1"

Expand Down

0 comments on commit 5b9b61d

Please sign in to comment.