Skip to content

Commit

Permalink
fix(deps): update dependencies from v7.1.1 to v7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent 924e285 commit 2d15047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
}

dependencies {
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.1.1")
implementation("com.expediagroup", "graphql-kotlin-server", "7.1.1")
implementation("com.expediagroup", "graphql-kotlin-federation", "7.1.1")
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.1.4")
implementation("com.expediagroup", "graphql-kotlin-server", "7.1.4")
implementation("com.expediagroup", "graphql-kotlin-federation", "7.1.4")
}

sourceSets {
Expand Down

0 comments on commit 2d15047

Please sign in to comment.