Skip to content

chore(deps): bump the avro group with 3 updates - #161

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/avro-1ca08dd318
Open

chore(deps): bump the avro group with 3 updates#161
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/avro-1ca08dd318

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the avro group with 3 updates: org.apache.avro:avro, org.apache.avro:avro-compiler and org.apache.avro:avro-ipc.

Updates org.apache.avro:avro from 1.11.4 to 1.12.2

Updates org.apache.avro:avro-compiler from 1.11.4 to 1.12.2

Updates org.apache.avro:avro-ipc from 1.11.4 to 1.12.2

Updates org.apache.avro:avro-compiler from 1.11.4 to 1.12.2

Updates org.apache.avro:avro-ipc from 1.11.4 to 1.12.2

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the avro group with 3 updates: org.apache.avro:avro, org.apache.avro:avro-compiler and org.apache.avro:avro-ipc.


Updates `org.apache.avro:avro` from 1.11.4 to 1.12.2

Updates `org.apache.avro:avro-compiler` from 1.11.4 to 1.12.2

Updates `org.apache.avro:avro-ipc` from 1.11.4 to 1.12.2

Updates `org.apache.avro:avro-compiler` from 1.11.4 to 1.12.2

Updates `org.apache.avro:avro-ipc` from 1.11.4 to 1.12.2

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avro
- dependency-name: org.apache.avro:avro-compiler
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avro
- dependency-name: org.apache.avro:avro-ipc
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avro
- dependency-name: org.apache.avro:avro-compiler
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avro
- dependency-name: org.apache.avro:avro-ipc
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: avro
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Sep 1, 2026
Copilot AI lite review requested due to automatic review settings September 1, 2026 02:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Sep 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the build’s version catalog to bump the Apache Avro dependency set used across the project (Avro core, compiler, and IPC) from 1.11.4 to 1.12.2 via the shared avro version entry.

Changes:

  • Bump org.apache.avro version catalog entry avro from 1.11.4 to 1.12.2.
  • Keep dependency version management centralized in gradle/libs.versions.toml (single source of truth).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ms-bot ms-bot removed the java label Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Test Results

 13 files   -    62   13 suites   - 62   1m 19s ⏱️ - 4m 26s
168 tests  - 1 343  168 ✅  - 1 343  0 💤 ±0  0 ❌ ±0 
173 runs   - 2 071  173 ✅  - 2 071  0 💤 ±0  0 ❌ ±0 

Results for commit 0081357. ± Comparison against base commit 212c40f.

This pull request removes 1343 tests.
com.amazonaws.services.schemaregistry.ReflectConfigTest ‑ every constructor the reflect config declares exists()
com.amazonaws.services.schemaregistry.ReflectConfigTest ‑ every entry point is a Kafka serializer or deserializer built from a no-arg constructor()
com.amazonaws.services.schemaregistry.ReflectConfigTest ‑ the reflect config registers exactly the classes a configuration names as a string()
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [10] AVRO, {"name": "test", "favorite_number": 10, "favorite_color": "violet"}, "{\"type\":\"record\",\"name\":\"User\",\"namespace\":\"com.amazonaws.services.schemaregistry.serializers.avro\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"favorite_number\",\"type\":[\"int\",\"null\"]},{\"name\":\"favorite_color\",\"type\":[\"string\",\"null\"]}]}", randomSchemaVersionId
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [10] AVRO, {"name": "test", "favorite_number": 10, "favorite_color": "violet"}, "{\"type\":\"record\",\"name\":\"User\",\"namespace\":\"com.amazonaws.services.schemaregistry.serializers.avro\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"favorite_number\",\"type\":[\"int\",\"null\"]},{\"name\":\"favorite_color\",\"type\":[\"string\",\"null\"]}]}", randomSchemaVersionId, "SPECIFIC_RECORD", NONE
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [10] AVRO, {"name": "test", "favorite_number": 10, "favorite_color": "violet"}, "{\"type\":\"record\",\"name\":\"User\",\"namespace\":\"com.amazonaws.services.schemaregistry.serializers.avro\",\"fields\":[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"favorite_number\",\"type\":[\"int\",\"null\"]},{\"name\":\"favorite_color\",\"type\":[\"string\",\"null\"]}]}", randomSchemaVersionId, "SPECIFIC_RECORD", NONE, [8, 116, 101, 115, 116, 0, 20, 0, 12, 118, 105, 111, 108, 101, 116]
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [11] JSON, JsonDataWithSchema(schema={"$id":"https://example.com/person.schema.json","$schema":"http://json-schema.org/draft-07/schema#","title":"Person","type":"object","properties":{"firstName":{"type":"string","description":"The person's first name."},"lastName":{"type":"string","description":"The person's last name."},"age":{"description":"Age in years which must be equal to or greater than zero.","type":"integer","minimum":0}},"additionalProperties":false}, payload={"firstName":"John","lastName":"Doe","age":21}), "{\"$id\":\"https://example.com/person.schema.json\",\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"title\":\"Person\",\"type\":\"object\",\"properties\":{\"firstName\":{\"type\":\"string\",\"description\":\"The person's first name.\"},\"lastName\":{\"type\":\"string\",\"description\":\"The person's last name.\"},\"age\":{\"description\":\"Age in years which must be equal to or greater than zero.\",\"type\":\"integer\",\"minimum\":0}},\"additionalProperties\":false}", randomSchemaVersionId
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [11] JSON, JsonDataWithSchema(schema={"$id":"https://example.com/person.schema.json","$schema":"http://json-schema.org/draft-07/schema#","title":"Person","type":"object","properties":{"firstName":{"type":"string","description":"The person's first name."},"lastName":{"type":"string","description":"The person's last name."},"age":{"description":"Age in years which must be equal to or greater than zero.","type":"integer","minimum":0}},"additionalProperties":false}, payload={"firstName":"John","lastName":"Doe","age":21}), "{\"$id\":\"https://example.com/person.schema.json\",\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"title\":\"Person\",\"type\":\"object\",\"properties\":{\"firstName\":{\"type\":\"string\",\"description\":\"The person's first name.\"},\"lastName\":{\"type\":\"string\",\"description\":\"The person's last name.\"},\"age\":{\"description\":\"Age in years which must be equal to or greater than zero.\",\"type\":\"integer\",\"minimum\":0}},\"additionalProperties\":false}", randomSchemaVersionId, "GENERIC_RECORD", NONE
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [11] JSON, JsonDataWithSchema(schema={"$id":"https://example.com/person.schema.json","$schema":"http://json-schema.org/draft-07/schema#","title":"Person","type":"object","properties":{"firstName":{"type":"string","description":"The person's first name."},"lastName":{"type":"string","description":"The person's last name."},"age":{"description":"Age in years which must be equal to or greater than zero.","type":"integer","minimum":0}},"additionalProperties":false}, payload={"firstName":"John","lastName":"Doe","age":21}), "{\"$id\":\"https://example.com/person.schema.json\",\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"title\":\"Person\",\"type\":\"object\",\"properties\":{\"firstName\":{\"type\":\"string\",\"description\":\"The person's first name.\"},\"lastName\":{\"type\":\"string\",\"description\":\"The person's last name.\"},\"age\":{\"description\":\"Age in years which must be equal to or greater than zero.\",\"type\":\"integer\",\"minimum\":0}},\"additionalProperties\":false}", randomSchemaVersionId, "GENERIC_RECORD", NONE, [123, 34, 102, 105, 114, 115, 116, 78, 97, 109, 101, 34, 58, 34, 74, 111, 104, 110, 34, 44, 34, 108, 97, 115, 116, 78, 97, 109, 101, 34, 58, 34, 68, 111, 101, 34, 44, 34, 97, 103, 101, 34, 58, 50, 49, 125]
com.amazonaws.services.schemaregistry.deserializers.GlueSchemaRegistryDeserializationFacadeTest ‑ [12] JSON, JsonDataWithSchema(schema={"$id":"https://example.com/arrays.schema.json","$schema":"http://json-schema.org/draft-07/schema#","description":"A representation of a person, company, organization, or place","type":"object","properties":{"fruits":{"type":"array","items":{"type":"string"}},"vegetables":{"type":"array","items":{"$ref":"#/definitions/veggie"}}},"definitions":{"veggie":{"type":"object","required":["veggieName","veggieLike"],"properties":{"veggieName":{"type":"string","description":"The name of the…, "{\"$id\":\"https://example.com/arrays.schema.json\",\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"description\":\"A representation of a person, company, organization, or place\",\"type\":\"object\",\"properties\":{\"fruits\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"vegetables\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/definitions/veggie\"}}},\"definitions\":{\"veggie\":{\"type\":\"object\",\"required\":[\"veggieName\",\"veggieLike\"],\"properties\":{\"veggieName\":{\"type\":\"string\",\"description\":\"The name of the vegetable.\"},\"veggieLike\"…", randomSchemaVersionId
…

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants