Skip to content

Commit 391cfe2

Browse files
committed
fix dep and group dependabot
1 parent d6ee730 commit 391cfe2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ updates:
2222
directory: "/"
2323
schedule:
2424
interval: "daily"
25+
groups:
26+
graphql-kotlin:
27+
patterns:
28+
- "com.expediagroup:graphql-kotlin-*"
2529
- package-ecosystem: docker
2630
directory: "/"
2731
schedule:

adoptium-api-versions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
<dependency>
372372
<groupId>com.expediagroup</groupId>
373373
<artifactId>graphql-kotlin-ktor-client</artifactId>
374-
<version>8.3.0</version>
374+
<version>8.8.1</version>
375375
<exclusions>
376376
<exclusion>
377377
<groupId>org.jetbrains.kotlinx</groupId>

0 commit comments

Comments
 (0)