Skip to content

Commit

Permalink
⬆ Bump com.expediagroup.graphql from 7.0.2 to 7.1.4
Browse files Browse the repository at this point in the history
Bumps [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin) from 7.0.2 to 7.1.4.
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@7.0.2...7.1.4)

---
updated-dependencies:
- dependency-name: com.expediagroup.graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MartinMekk committed Aug 1, 2024
1 parent 9e92b30 commit 55f8fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spesialist-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val graphQLKotlinVersion = "7.0.2"
val ktorVersion = "2.3.12"

plugins {
id("com.expediagroup.graphql") version "7.0.2"
id("com.expediagroup.graphql") version "7.1.4"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion spesialist-selve/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val mockOAuth2ServerVersion = "2.1.2"

plugins {
kotlin("plugin.serialization") version "1.9.22"
id("com.expediagroup.graphql") version "7.0.2"
id("com.expediagroup.graphql") version "7.1.4"
}

dependencies {
Expand Down

0 comments on commit 55f8fbe

Please sign in to comment.