Skip to content

chore(deps): bump the gradle-dependencies group across 1 directory with 8 updates#2206

Merged
theovilardo merged 1 commit into
masterfrom
dependabot/gradle/gradle-dependencies-23331009a1
Jun 3, 2026
Merged

chore(deps): bump the gradle-dependencies group across 1 directory with 8 updates#2206
theovilardo merged 1 commit into
masterfrom
dependabot/gradle/gradle-dependencies-23331009a1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 8 updates in the / directory:

Package From To
com.google.genai:google-genai 1.53.0 1.56.0
org.checkerframework:checker-qual 4.1.0 4.2.0
io.mockk:mockk 1.14.9 1.14.11
io.netty:netty-common 4.2.13.Final 4.2.14.Final
io.netty:netty-handler 4.2.13.Final 4.2.14.Final
io.netty:netty-codec-http 4.2.13.Final 4.2.14.Final
io.netty:netty-codec-http2 4.2.13.Final 4.2.14.Final
com.google.devtools.ksp 2.3.8 2.3.9

Updates com.google.genai:google-genai from 1.53.0 to 1.56.0

Release notes

Sourced from com.google.genai:google-genai's releases.

v1.56.0

1.56.0 (2026-05-28)

Features

  • additional computer_use field support for vertex. (94671df)
  • Support Reinforcement Tuning in GenAI SDK (c0248fb)

v1.55.0

1.55.0 (2026-05-21)

Features

  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (1a496a7)
  • add new fields (d4b0867)

v1.54.0

1.54.0 (2026-05-20)

⚠ BREAKING CHANGES

  • Remove the experimental Interactions module. This feature will be supported in the future.

Features

  • Add more details to the ApiResponse error message (c429c2b)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (0d1cc9c)

Bug Fixes

  • Missing jackson-module-kotlin in classpath (0849b86)
  • request level timeout is ignored in favor of client level timeout (c9464b5)
  • request URL is incorrectly rewritten when baseUrl is configured as a proxy address (400776d)

Documentation

Changelog

Sourced from com.google.genai:google-genai's changelog.

1.56.0 (2026-05-28)

Features

  • additional computer_use field support for vertex. (94671df)
  • Support Reinforcement Tuning in GenAI SDK (c0248fb)

1.55.0 (2026-05-21)

Features

  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (1a496a7)
  • add new fields (d4b0867)

1.54.0 (2026-05-20)

⚠ BREAKING CHANGES

  • Remove the experimental Interactions module. This feature will be supported in the future.

Features

  • Add more details to the ApiResponse error message (c429c2b)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (0d1cc9c)

Bug Fixes

  • Missing jackson-module-kotlin in classpath (0849b86)
  • request level timeout is ignored in favor of client level timeout (c9464b5)
  • request URL is incorrectly rewritten when baseUrl is configured as a proxy address (400776d)

Documentation

Commits
  • 19fb4ce chore(main): release 1.56.0 (#1047)
  • eced1f8 chore: Update native-image configuration.
  • 94671df feat: additional computer_use field support for vertex.
  • bf99a92 chore: Internal cleanup
  • c0248fb feat: Support Reinforcement Tuning in GenAI SDK
  • 8d2a892 chore(main): release 1.56.0-SNAPSHOT (#1045)
  • 4dff18a chore(main): release 1.55.0 (#1041)
  • 1a496a7 feat: add enable_prompt_injection_detection for Computer Use feature for th...
  • d4b0867 feat: add new fields
  • e59c8cc chore: update versions to main pom.xml and ApiClient
  • Additional commits viewable in compare view

Updates org.checkerframework:checker-qual from 4.1.0 to 4.2.0

Release notes

Sourced from org.checkerframework:checker-qual's releases.

Checker Framework 4.2.0

Version 4.2.0 (2026-06-01)

User-visible changes

Renamed error message key "createsmustcallfor.target.unparseable" to "createsmustcallfor.target.unparsable".

Implementation details

In AnnotatedTypeFactory:

  • new overload canonicalAnnotation(AnnotationMirror, TypeMirror).

In TypeHierarchy:

  • new methods equalsShallowEffective().

Closed issues

#7676, #7679, #7680, #7695, #7697, #7699, #7700, #7727.

Changelog

Sourced from org.checkerframework:checker-qual's changelog.

Version 4.2.0 (2026-06-01)

User-visible changes

Renamed error message key "createsmustcallfor.target.unparseable" to "createsmustcallfor.target.unparsable".

Implementation details

In AnnotatedTypeFactory:

  • new overload canonicalAnnotation(AnnotationMirror, TypeMirror).

In TypeHierarchy:

  • new methods equalsShallowEffective().

Closed issues

#7676, #7679, #7680, #7695, #7697, #7699, #7700, #7727.

Commits

Updates io.mockk:mockk from 1.14.9 to 1.14.11

Release notes

Sourced from io.mockk:mockk's releases.

v1.14.11

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.9...v1.14.11

Commits
  • d5617fc Version bump for v1.14.11
  • d4e6a00 Merge pull request #1530 from hspedro/fix/726-openj9-classcast-message-format
  • 98e91bc fix: handle OpenJ9 CCE message in JvmAutoHinter
  • 945f746 Merge pull request #1529 from snowykte0426/fix/1273-jvmtiagent-agp85-native-l...
  • 35cc073 [ 1273-jvmtiagent ] chore: stop tracking .claude/scheduled_tasks.lock
  • d6aa82b [ 1273-jvmtiagent ] chore: drop useLegacyPackaging workaround
  • 85a907c [ 1273-jvmtiagent ] chore: apply spotless formatting
  • 7d9aec1 [ 1273-jvmtiagent ] fix: extract .so when findLibrary returns a path with '='
  • 1d5d30e [ 1273-jvmtiagent ] test: verify findLibrary resolves mockkjvmtiagent to a va...
  • 21a6a3a [ 1273-jvmtiagent]fix: pass findLibrary path directly to attach JvmtiAgent
  • Additional commits viewable in compare view

Updates io.netty:netty-common from 4.2.13.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-common's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates io.netty:netty-handler from 4.2.13.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-handler's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-http from 4.2.13.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-codec-http's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-http2 from 4.2.13.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-codec-http2's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates io.netty:netty-handler from 4.2.13.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-handler's releases.

netty-4.2.14.Final

What's Changed

…th 8 updates

Bumps the gradle-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.genai:google-genai](https://github.com/googleapis/java-genai) | `1.53.0` | `1.56.0` |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `4.1.0` | `4.2.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.14.9` | `1.14.11` |
| [io.netty:netty-common](https://github.com/netty/netty) | `4.2.13.Final` | `4.2.14.Final` |
| [io.netty:netty-handler](https://github.com/netty/netty) | `4.2.13.Final` | `4.2.14.Final` |
| [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.2.13.Final` | `4.2.14.Final` |
| [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.2.13.Final` | `4.2.14.Final` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.8` | `2.3.9` |



Updates `com.google.genai:google-genai` from 1.53.0 to 1.56.0
- [Release notes](https://github.com/googleapis/java-genai/releases)
- [Changelog](https://github.com/googleapis/java-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-genai@v1.53.0...v1.56.0)

Updates `org.checkerframework:checker-qual` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-4.1.0...checker-framework-4.2.0)

Updates `io.mockk:mockk` from 1.14.9 to 1.14.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.14.9...v1.14.11)

Updates `io.netty:netty-common` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `io.netty:netty-handler` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `io.netty:netty-codec-http` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `io.netty:netty-codec-http2` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `io.netty:netty-handler` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `io.netty:netty-codec-http` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `io.netty:netty-codec-http2` from 4.2.13.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final)

Updates `com.google.devtools.ksp` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.3.8...2.3.9)

---
updated-dependencies:
- dependency-name: com.google.genai:google-genai
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.checkerframework:checker-qual
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-common
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-handler
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-codec-http
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-handler
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-codec-http
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

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 Jun 1, 2026
@theovilardo theovilardo merged commit b50f8f2 into master Jun 3, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/gradle-dependencies-23331009a1 branch June 3, 2026 12:17
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.

1 participant