Bump com.apollographql.apollo from 2.4.5 to 2.4.6

Bumps com.apollographql.apollo from 2.4.5 to 2.4.6.

---
updated-dependencies:
- dependency-name: com.apollographql.apollo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-15 14:40:36 +00:00
committed by Josh Cummings
parent d2034d7127
commit c46a1d59fe

View File

@@ -2,7 +2,7 @@ plugins {
id "java-gradle-plugin"
id "java"
id "groovy"
id 'com.apollographql.apollo' version '2.4.5'
id 'com.apollographql.apollo' version '2.4.6'
}
sourceCompatibility = JavaVersion.VERSION_17