Skip to content

Commit

Permalink
Bump the gradle group with 2 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent e4d6b7a commit 87add4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
kotlin("plugin.jpa") version "1.9.23"
id("org.springframework.boot") version "3.2.4"
id("io.spring.dependency-management") version "1.1.4"
id("com.expediagroup.graphql") version "7.0.2"
id("com.expediagroup.graphql") version "7.1.0"
id("org.sonarqube") version "5.0.0.4638"
jacoco
}
Expand Down Expand Up @@ -37,7 +37,7 @@ val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.10"
val guavaVersion = "33.1.0-jre"
val orgJsonVersion = "20240303"
val graphQLKotlinVersion = "7.0.2"
val graphQLKotlinVersion = "7.1.0"
val k9FormatVersion = "8.3.4"
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
val testContainersVersion = "1.19.7"
Expand Down

0 comments on commit 87add4b

Please sign in to comment.