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 Nov 27, 2023
1 parent e46a8bc commit 9f1c06b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.33.2
image: ghcr.io/apollographql/router:v1.34.1
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.33.2
image: ghcr.io/apollographql/router:v1.34.1
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.33.2
image: ghcr.io/apollographql/router:v1.34.1
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.2.0"))
implementation("com.apollographql.federation:federation-graphql-java-support:4.2.0")
implementation("com.apollographql.federation:federation-graphql-java-support:4.3.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/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node products.js"
},
"dependencies": {
"@apollo/subgraph": "2.5.7",
"@apollo/subgraph": "2.6.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
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": "2.5.7",
"@apollo/subgraph": "2.6.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion supergraph/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.9.5",
"@apollo/gateway": "2.5.7",
"@apollo/gateway": "2.6.1",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
},
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.75"
apollo-router = "1.33.2"
apollo-router = "1.34.1"
async-trait = "0.1.74"
futures = "0.3.29"
http = "0.2.11"
Expand Down

0 comments on commit 9f1c06b

Please sign in to comment.