Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/defer/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "4.0.7",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.6.1",
Expand Down
2 changes: 1 addition & 1 deletion misc/local/docker-compose.router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.61.10
image: ghcr.io/apollographql/router:v2.7.0
volumes:
- ./supergraph/schema/docker.graphql:/dist/schema/supergraph.graphql
- ./supergraph/router.yaml:/dist/config/router.yaml
Expand Down
2 changes: 1 addition & 1 deletion misc/local/docker-compose.router-no-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.61.10
image: ghcr.io/apollographql/router:v2.7.0
volumes:
- ./supergraph/schema/docker.graphql:/dist/schema/supergraph.graphql
command: [ "--dev", "-s", "schema/supergraph.graphql", "--log", "info" ]
Expand Down
2 changes: 1 addition & 1 deletion misc/studio/docker-compose.router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.61.10
image: ghcr.io/apollographql/router:v2.7.0
volumes:
- ./supergraph/router.yaml:/dist/config/router.yaml
command: [ "--dev", "-c", "config/router.yaml", "--log", "info" ]
Expand Down
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.5.5"))
implementation("com.apollographql.federation:federation-graphql-java-support:4.5.0")
implementation("com.apollographql.federation:federation-graphql-java-support:5.4.0-test")
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 supergraph/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node gateway.js"
},
"dependencies": {
"@apollo/server": "4.12.2",
"@apollo/server": "5.0.0",
"@apollo/gateway": "2.11.2",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.11.0"
Expand Down
2 changes: 1 addition & 1 deletion supergraph/router-rust-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.82"
apollo-router = "1.45.0"
apollo-router = "2.0.0"
async-trait = "0.1.80"
futures = "0.3.30"
http = "0.2.12"
Expand Down
Loading