We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ee730 commit 391cfe2Copy full SHA for 391cfe2
.github/dependabot.yml
@@ -22,6 +22,10 @@ updates:
22
directory: "/"
23
schedule:
24
interval: "daily"
25
+ groups:
26
+ graphql-kotlin:
27
+ patterns:
28
+ - "com.expediagroup:graphql-kotlin-*"
29
- package-ecosystem: docker
30
31
adoptium-api-versions/pom.xml
@@ -371,7 +371,7 @@
371
<dependency>
372
<groupId>com.expediagroup</groupId>
373
<artifactId>graphql-kotlin-ktor-client</artifactId>
374
- <version>8.3.0</version>
+ <version>8.8.1</version>
375
<exclusions>
376
<exclusion>
377
<groupId>org.jetbrains.kotlinx</groupId>
0 commit comments