From 0ee7da76476d4ecbde64cb0a06936750a61f6838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:42:37 +0000 Subject: [PATCH] Bump expediaGraphqlVersion from 8.3.0 to 8.4.0 Bumps `expediaGraphqlVersion` from 8.3.0 to 8.4.0. Updates `com.expediagroup:graphql-kotlin-client` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.3.0...8.4.0) Updates `com.expediagroup:graphql-kotlin-ktor-client` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.3.0...8.4.0) Updates `com.expediagroup:graphql-kotlin-client-jackson` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.3.0...8.4.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] --- dp-inntekt-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp-inntekt-api/build.gradle.kts b/dp-inntekt-api/build.gradle.kts index 619f0827..f3b22af5 100644 --- a/dp-inntekt-api/build.gradle.kts +++ b/dp-inntekt-api/build.gradle.kts @@ -21,7 +21,7 @@ application { mainClass.set("no.nav.dagpenger.inntekt.ApplicationKt") } -val expediaGraphqlVersion = "8.3.0" +val expediaGraphqlVersion = "8.4.0" val moshiVersion = "1.14.0" val log4j2Version = "2.24.3"