Skip to content

Commit 87add4b

Browse files
Bump the gradle group with 2 updates
Bumps the gradle group with 2 updates: [com.expediagroup:graphql-kotlin-spring-client](https://github.com/ExpediaGroup/graphql-kotlin) and [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin). Updates `com.expediagroup:graphql-kotlin-spring-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` 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-spring-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.expediagroup.graphql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4d6b7a commit 87add4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
kotlin("plugin.jpa") version "1.9.23"
88
id("org.springframework.boot") version "3.2.4"
99
id("io.spring.dependency-management") version "1.1.4"
10-
id("com.expediagroup.graphql") version "7.0.2"
10+
id("com.expediagroup.graphql") version "7.1.0"
1111
id("org.sonarqube") version "5.0.0.4638"
1212
jacoco
1313
}
@@ -37,7 +37,7 @@ val springMockkVersion = "4.0.2"
3737
val mockkVersion = "1.13.10"
3838
val guavaVersion = "33.1.0-jre"
3939
val orgJsonVersion = "20240303"
40-
val graphQLKotlinVersion = "7.0.2"
40+
val graphQLKotlinVersion = "7.1.0"
4141
val k9FormatVersion = "8.3.4"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
4343
val testContainersVersion = "1.19.7"

0 commit comments

Comments
 (0)