Skip to content

chore(deps): bump apollo from 4.1.1 to 4.4.1#393

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/apollo-4.4.1
Closed

chore(deps): bump apollo from 4.1.1 to 4.4.1#393
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/apollo-4.4.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps apollo from 4.1.1 to 4.4.1.
Updates com.apollographql.apollo:apollo-normalized-cache from 4.1.1 to 4.4.1

Release notes

Sourced from com.apollographql.apollo:apollo-normalized-cache's releases.

v4.4.1

This version has a single fix for a regression in the Gradle plugin:

4.4.0 adds compatibility with AGP9 as well as a few other fixes.

Most of the development is now made in the 5.x alphas.

👷‍♂️ All changes

  • [NEW] AGP9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

v4.3.3

This is maintenance release that includes a few fixes.

👷‍♂️ All changes

  • [fix] Normalize the order of arguments of checked definitions (#6651)
  • [fix] Make sure that the introspection endpoint property value is checked at execution time (#6658)
  • [fix] Do not silently discard network exceptions (#6671)

💜 Contributors

Many thanks to @​francescocervone for the Gradle plugin fix 💜

v4.3.2

Maintainance release to fix the Accept: header during introspection. Many thanks @​pedromfmachado for diving into this!

This release also contains infrastructure work:

What's Changed

Full Changelog: apollographql/apollo-kotlin@v4.3.1...v4.3.2

... (truncated)

Changelog

Sourced from com.apollographql.apollo:apollo-normalized-cache's changelog.

Version 4.4.1

2025-01-30

Version 5.0.0-alpha.4

2025-01-23

Many thanks @​MatthewFolbigg, @​scana, and @​simonlebras for their contributions to this release!

👷‍♂️ All changes

What's Changed

Version 4.4.0

Most of the development is now made in the 5.x alpha. This version backports compatibility with AGP9 as well as a few other fixes.

👷‍♂️ All changes

  • [NEW] Agp9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

Version 5.0.0-alpha.3

2025-11-13

@stream support

You may now use @stream to stream list responses from a compatible server.

To do this, opt in support for the incremental:v0.2 protocol:

val apolloClient = ApolloClient.Builder()
    .networkTransport(
        HttpNetworkTransport.Builder()
            .serverUrl("http://example.com/graphql")
</tr></table> 

... (truncated)

Commits

Updates com.apollographql.apollo:apollo-normalized-cache-sqlite from 4.1.1 to 4.4.1

Release notes

Sourced from com.apollographql.apollo:apollo-normalized-cache-sqlite's releases.

v4.4.1

This version has a single fix for a regression in the Gradle plugin:

4.4.0 adds compatibility with AGP9 as well as a few other fixes.

Most of the development is now made in the 5.x alphas.

👷‍♂️ All changes

  • [NEW] AGP9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

v4.3.3

This is maintenance release that includes a few fixes.

👷‍♂️ All changes

  • [fix] Normalize the order of arguments of checked definitions (#6651)
  • [fix] Make sure that the introspection endpoint property value is checked at execution time (#6658)
  • [fix] Do not silently discard network exceptions (#6671)

💜 Contributors

Many thanks to @​francescocervone for the Gradle plugin fix 💜

v4.3.2

Maintainance release to fix the Accept: header during introspection. Many thanks @​pedromfmachado for diving into this!

This release also contains infrastructure work:

What's Changed

Full Changelog: apollographql/apollo-kotlin@v4.3.1...v4.3.2

... (truncated)

Changelog

Sourced from com.apollographql.apollo:apollo-normalized-cache-sqlite's changelog.

Version 4.4.1

2025-01-30

Version 5.0.0-alpha.4

2025-01-23

Many thanks @​MatthewFolbigg, @​scana, and @​simonlebras for their contributions to this release!

👷‍♂️ All changes

What's Changed

Version 4.4.0

Most of the development is now made in the 5.x alpha. This version backports compatibility with AGP9 as well as a few other fixes.

👷‍♂️ All changes

  • [NEW] Agp9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

Version 5.0.0-alpha.3

2025-11-13

@stream support

You may now use @stream to stream list responses from a compatible server.

To do this, opt in support for the incremental:v0.2 protocol:

val apolloClient = ApolloClient.Builder()
    .networkTransport(
        HttpNetworkTransport.Builder()
            .serverUrl("http://example.com/graphql")
</tr></table> 

... (truncated)

Commits

Updates com.apollographql.apollo:apollo-runtime from 4.1.1 to 4.4.1

Release notes

Sourced from com.apollographql.apollo:apollo-runtime's releases.

v4.4.1

This version has a single fix for a regression in the Gradle plugin:

4.4.0 adds compatibility with AGP9 as well as a few other fixes.

Most of the development is now made in the 5.x alphas.

👷‍♂️ All changes

  • [NEW] AGP9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

v4.3.3

This is maintenance release that includes a few fixes.

👷‍♂️ All changes

  • [fix] Normalize the order of arguments of checked definitions (#6651)
  • [fix] Make sure that the introspection endpoint property value is checked at execution time (#6658)
  • [fix] Do not silently discard network exceptions (#6671)

💜 Contributors

Many thanks to @​francescocervone for the Gradle plugin fix 💜

v4.3.2

Maintainance release to fix the Accept: header during introspection. Many thanks @​pedromfmachado for diving into this!

This release also contains infrastructure work:

What's Changed

Full Changelog: apollographql/apollo-kotlin@v4.3.1...v4.3.2

... (truncated)

Changelog

Sourced from com.apollographql.apollo:apollo-runtime's changelog.

Version 4.4.1

2025-01-30

Version 5.0.0-alpha.4

2025-01-23

Many thanks @​MatthewFolbigg, @​scana, and @​simonlebras for their contributions to this release!

👷‍♂️ All changes

What's Changed

Version 4.4.0

Most of the development is now made in the 5.x alpha. This version backports compatibility with AGP9 as well as a few other fixes.

👷‍♂️ All changes

  • [NEW] Agp9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

Version 5.0.0-alpha.3

2025-11-13

@stream support

You may now use @stream to stream list responses from a compatible server.

To do this, opt in support for the incremental:v0.2 protocol:

val apolloClient = ApolloClient.Builder()
    .networkTransport(
        HttpNetworkTransport.Builder()
            .serverUrl("http://example.com/graphql")
</tr></table> 

... (truncated)

Commits

Updates com.apollographql.apollo from 4.1.1 to 4.4.1

Release notes

Sourced from com.apollographql.apollo's releases.

v4.4.1

This version has a single fix for a regression in the Gradle plugin:

4.4.0 adds compatibility with AGP9 as well as a few other fixes.

Most of the development is now made in the 5.x alphas.

👷‍♂️ All changes

  • [NEW] AGP9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

v4.3.3

This is maintenance release that includes a few fixes.

👷‍♂️ All changes

  • [fix] Normalize the order of arguments of checked definitions (#6651)
  • [fix] Make sure that the introspection endpoint property value is checked at execution time (#6658)
  • [fix] Do not silently discard network exceptions (#6671)

💜 Contributors

Many thanks to @​francescocervone for the Gradle plugin fix 💜

v4.3.2

Maintainance release to fix the Accept: header during introspection. Many thanks @​pedromfmachado for diving into this!

This release also contains infrastructure work:

What's Changed

Full Changelog: apollographql/apollo-kotlin@v4.3.1...v4.3.2

... (truncated)

Changelog

Sourced from com.apollographql.apollo's changelog.

Version 4.4.1

2025-01-30

Version 5.0.0-alpha.4

2025-01-23

Many thanks @​MatthewFolbigg, @​scana, and @​simonlebras for their contributions to this release!

👷‍♂️ All changes

What's Changed

Version 4.4.0

Most of the development is now made in the 5.x alpha. This version backports compatibility with AGP9 as well as a few other fixes.

👷‍♂️ All changes

  • [NEW] Agp9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

Version 5.0.0-alpha.3

2025-11-13

@stream support

You may now use @stream to stream list responses from a compatible server.

To do this, opt in support for the incremental:v0.2 protocol:

val apolloClient = ApolloClient.Builder()
    .networkTransport(
        HttpNetworkTransport.Builder()
            .serverUrl("http://example.com/graphql")
</tr></table> 

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `apollo` from 4.1.1 to 4.4.1.

Updates `com.apollographql.apollo:apollo-normalized-cache` from 4.1.1 to 4.4.1
- [Release notes](https://github.com/apollographql/apollo-kotlin/releases)
- [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-kotlin@v4.1.1...v4.4.1)

Updates `com.apollographql.apollo:apollo-normalized-cache-sqlite` from 4.1.1 to 4.4.1
- [Release notes](https://github.com/apollographql/apollo-kotlin/releases)
- [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-kotlin@v4.1.1...v4.4.1)

Updates `com.apollographql.apollo:apollo-runtime` from 4.1.1 to 4.4.1
- [Release notes](https://github.com/apollographql/apollo-kotlin/releases)
- [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-kotlin@v4.1.1...v4.4.1)

Updates `com.apollographql.apollo` from 4.1.1 to 4.4.1
- [Release notes](https://github.com/apollographql/apollo-kotlin/releases)
- [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-kotlin@v4.1.1...v4.4.1)

---
updated-dependencies:
- dependency-name: com.apollographql.apollo:apollo-normalized-cache
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.apollographql.apollo:apollo-normalized-cache-sqlite
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.apollographql.apollo:apollo-runtime
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.apollographql.apollo
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 16, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2026

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Mar 18, 2026
@dependabot dependabot bot deleted the dependabot/gradle/apollo-4.4.1 branch March 18, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants