File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ updates:
22
22
directory : " /"
23
23
schedule :
24
24
interval : " daily"
25
+ groups :
26
+ graphql-kotlin :
27
+ patterns :
28
+ - " com.expediagroup:graphql-kotlin-*"
25
29
- package-ecosystem : docker
26
30
directory : " /"
27
31
schedule :
Original file line number Diff line number Diff line change 371
371
<dependency >
372
372
<groupId >com.expediagroup</groupId >
373
373
<artifactId >graphql-kotlin-ktor-client</artifactId >
374
- <version >8.3.0 </version >
374
+ <version >8.8.1 </version >
375
375
<exclusions >
376
376
<exclusion >
377
377
<groupId >org.jetbrains.kotlinx</groupId >
382
382
<dependency >
383
383
<groupId >com.expediagroup</groupId >
384
384
<artifactId >graphql-kotlin-client-jackson</artifactId >
385
- <version >8.3.0 </version >
385
+ <version >8.8.1 </version >
386
386
</dependency >
387
387
</dependencies >
388
388
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments