Skip to content

Commit

Permalink
Update Apollo GraphQL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent 7cb9aa9 commit 6353432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subgraphs/inventory/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java.sourceCompatibility = JavaVersion.VERSION_17

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.0.6"))
implementation("com.apollographql.federation:federation-graphql-java-support:2.3.1")
implementation("com.apollographql.federation:federation-graphql-java-support:4.0.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springframework.boot:spring-boot-starter-graphql")
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node users.js"
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"@apollo/subgraph": "2.4.12",
"apollo-server": "3.12.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.7.1"
Expand Down

0 comments on commit 6353432

Please sign in to comment.