Skip to content

Bump the maven group across 10 directories with 10 updates#9

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/maven-bc549fc67e
Open

Bump the maven group across 10 directories with 10 updates#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/maven-bc549fc67e

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the maven group with 10 updates in the /java directory:

Package From To
com.puppycrawl.tools:checkstyle 8.19 8.29
ch.qos.logback:logback-classic 1.2.3 1.2.13
com.h2database:h2 1.4.196 2.2.220
com.google.protobuf:protobuf-java 3.20.3 3.25.5
org.apache.derby:derby 10.14.2.0 10.17.1.0
commons-io:commons-io 2.7 2.14.0
org.apache.avro:avro 1.8.2 1.11.4
org.apache.commons:commons-compress 1.21 1.26.0
org.apache.hadoop:hadoop-common 2.7.1 3.4.0
org.apache.parquet:parquet-avro 1.11.0 1.15.2

Bumps the maven group with 3 updates in the /java/adapter/jdbc directory: com.puppycrawl.tools:checkstyle, ch.qos.logback:logback-classic and com.h2database:h2.
Bumps the maven group with 3 updates in the /java/adapter/orc directory: com.puppycrawl.tools:checkstyle, ch.qos.logback:logback-classic and org.apache.hadoop:hadoop-common.
Bumps the maven group with 3 updates in the /java/compression directory: com.puppycrawl.tools:checkstyle, ch.qos.logback:logback-classic and org.apache.commons:commons-compress.
Bumps the maven group with 6 updates in the /java/dataset directory:

Package From To
com.puppycrawl.tools:checkstyle 8.19 8.29
ch.qos.logback:logback-classic 1.2.3 1.2.13
commons-io:commons-io 2.7 2.14.0
org.apache.avro:avro 1.8.2 1.11.4
org.apache.hadoop:hadoop-common 2.7.1 3.4.0
org.apache.parquet:parquet-avro 1.11.0 1.15.2

Bumps the maven group with 1 update in the /java/flight/flight-sql directory: org.apache.derby:derby.
Bumps the maven group with 1 update in the /java/flight/flight-sql-jdbc-core directory: commons-io:commons-io.
Bumps the maven group with 3 updates in the /java/gandiva directory: com.puppycrawl.tools:checkstyle, ch.qos.logback:logback-classic and com.google.protobuf:protobuf-java.
Bumps the maven group with 4 updates in the /java/performance directory: com.puppycrawl.tools:checkstyle, ch.qos.logback:logback-classic, com.h2database:h2 and org.apache.avro:avro.
Bumps the maven group with 2 updates in the /java/tools directory: com.puppycrawl.tools:checkstyle and ch.qos.logback:logback-classic.

Updates com.puppycrawl.tools:checkstyle from 8.19 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.13

Commits

Updates com.h2database:h2 from 1.4.196 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates com.google.protobuf:protobuf-java from 3.20.3 to 3.25.5

Commits
  • 9d0ec0f Updating version.json and repo version numbers to: 25.5
  • 4a197e7 Merge pull request #18387 from protocolbuffers/cp-lp-25
  • b5a7cf7 Remove RecursiveGroup test case which doesn't exist in 25.x pre-Editions
  • f000b7e Fix merge conflict by adding optional label to proto2 unittest_lite.proto
  • 4728531 Add recursion check when parsing unknown fields in Java.
  • 850fcce Internal change
  • b704498 Internal change
  • e673479 Fix cord handling in DynamicMessage and oneofs. (#18375)
  • 8a60b65 Merge pull request #17704 from protocolbuffers/cp-segv
  • 94a2663 Fixed a SEGV when deep copying a non-reified sub-message.
  • Additional commits viewable in compare view

Updates org.apache.derby:derby from 10.14.2.0 to 10.17.1.0

Updates commons-io:commons-io from 2.7 to 2.14.0

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

Updates org.apache.commons:commons-compress from 1.21 to 1.26.0

Updates org.apache.hadoop:hadoop-common from 2.7.1 to 3.4.0

Updates org.apache.parquet:parquet-avro from 1.11.0 to 1.15.2

Release notes

Sourced from org.apache.parquet:parquet-avro's releases.

Apache Parquet Java 1.15.2

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2-rc0

Apache Parquet Java 1.15.1

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.0...apache-parquet-1.15.1

Apache Parquet 1.15.0

What's Changed

... (truncated)

Changelog

Sourced from org.apache.parquet:parquet-avro's changelog.

Parquet

From 1.14.2 onwards, the Parquet project has migrated from Jira to GitHub, and the changelogs are now published under Releases.

Version 1.14.1

Release Notes - Parquet - Version 1.14.1

Bug

  • PARQUET-2468 - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled()
  • PARQUET-2498 - Hadoop vector IO API doesn't handle empty list of ranges

Version 1.14.0

Release Notes - Parquet - Version 1.14.0

Bug

  • PARQUET-2260 - Bloom filter bytes size shouldn't be larger than maxBytes size in the configuration
  • PARQUET-2266 - Fix support for files without ColumnIndexes
  • PARQUET-2276 - ParquetReader reads do not work with Hadoop version 2.8.5
  • PARQUET-2300 - Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067
  • PARQUET-2325 - Fix parquet-cli's dictionary subcommand to work with FIXED_LEN_BYTE_ARRAY
  • PARQUET-2329 - Fix wrong help messages of parquet-cli subcommands
  • PARQUET-2330 - Fix convert-csv to show the correct position of the invalid record
  • PARQUET-2332 - Fix unexpectedly disabled tests to be executed
  • PARQUET-2336 - Add caching key to CodecFactory
  • PARQUET-2342 - Parquet writer produced a corrupted file due to page value count overflow
  • PARQUET-2343 - Fixes NPE when rewriting file with multiple rowgroups
  • PARQUET-2348 - Recompression/Re-encrypt should rewrite bloomfilter

... (truncated)

Commits
  • 859eac1 [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0
  • 2fef79b GH-3198: Allow specifying trusted classes by class name (#3199)
  • aedfbbc Fix snapshot version of parquet-plugins
  • fe532b5 Prepare for next development iteration
  • e7ecd8a [maven-release-plugin] prepare for next development iteration
  • c7257b8 [maven-release-plugin] prepare release apache-parquet-1.15.1-rc0
  • 8e70eea GH-3168: Restrict trusted packages in the parquet-avro module (#3169)
  • 9d6e19f GH-3172: Do not drop blocks with some null values if DictionaryFilter is ap...
  • a19e985 GH-3133: Fix SizeStatistics to handle omitted histogram (#3135)
  • de3c2d0 Prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 8.19 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.13

Commits

Updates com.h2database:h2 from 1.4.196 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates com.puppycrawl.tools:checkstyle from 8.19 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.13

Commits

Updates org.apache.hadoop:hadoop-common from 3.3.3 to 3.4.0

Updates com.puppycrawl.tools:checkstyle from 8.19 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.13

Commits

Updates org.apache.commons:commons-compress from 1.21 to 1.26.0

Updates com.puppycrawl.tools:checkstyle from 8.19 to 8.29

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-8.29

https://checkstyle.org/releasenotes.html#Release_8.29

checkstyle-8.28

https://checkstyle.org/releasenotes.html#Release_8.28

checkstyle-8.27

https://checkstyle.org/releasenotes.html#Release_8.27

checkstyle-8.26

https://checkstyle.org/releasenotes.html#Release_8.26

checkstyle-8.25

https://checkstyle.org/releasenotes.html#Release_8.25

checkstyle-8.24

https://checkstyle.org/releasenotes.html#Release_8.24

checkstyle-8.23

https://checkstyle.org/releasenotes.html#Release_8.23

checkstyle-8.22

https://checkstyle.org/releasenotes.html#Release_8.22

checkstyle-8.21

https://checkstyle.org/releasenotes.html#Release_8.21

checkstyle-8.20

https://checkstyle.org/releasenotes.html#Release_8.20

Commits
  • 8933d03 [maven-release-plugin] prepare release checkstyle-8.29
  • bd45909 Issue #7487: refactor code to use DetailAST.hasChildren()
  • 317e51f Issue #7487: add method hasChildren() to DetailAST
  • 89b4dcd Issue #3238: Java 8 Grammar: annotations on arrays and varargs
  • 252cd89 dependency: bump junit-pioneer from 0.5.1 to 0.5.2
  • 2ee2615 dependency: bump junit.version from 5.5.2 to 5.6.0
  • 4ed7cb8 minor: add space before xml comment end '-->' to ease reading and make links ...
  • c46a16d Issue #7468: disable 'external-parameter-entities' feature by default
  • dfed794 minor: add missing test case to SuperCloneCheckTest
  • 24e7bdf dependency: bump antlr4.version from 4.7.2 to 4.8-1
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.13

Commits

Updates commons-io:commons-io from 2.7 to 2.14.0

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

Updates org.apache.hadoop:hadoop-common from 2.7.1 to 3.4.0

Updates org.apache.parquet:parquet-avro from 1.11.0 to 1.15.2

Release notes

Sourced from org.apache.parquet:parquet-avro's releases.

Apache Parquet Java 1.15.2

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2-rc0

Apache Parquet Java 1.15.1

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.0...apache-parquet-1.15.1

Apache Parquet 1.15.0

What's Changed

Bumps the maven group with 10 updates in the /java directory:

| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.19` | `8.29` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.3` | `1.2.13` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `1.4.196` | `2.2.220` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.20.3` | `3.25.5` |
| org.apache.derby:derby | `10.14.2.0` | `10.17.1.0` |
| commons-io:commons-io | `2.7` | `2.14.0` |
| org.apache.avro:avro | `1.8.2` | `1.11.4` |
| org.apache.commons:commons-compress | `1.21` | `1.26.0` |
| org.apache.hadoop:hadoop-common | `2.7.1` | `3.4.0` |
| [org.apache.parquet:parquet-avro](https://github.com/apache/parquet-mr) | `1.11.0` | `1.15.2` |

Bumps the maven group with 3 updates in the /java/adapter/jdbc directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 3 updates in the /java/adapter/orc directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.apache.hadoop:hadoop-common.
Bumps the maven group with 3 updates in the /java/compression directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.apache.commons:commons-compress.
Bumps the maven group with 6 updates in the /java/dataset directory:

| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `8.19` | `8.29` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.3` | `1.2.13` |
| commons-io:commons-io | `2.7` | `2.14.0` |
| org.apache.avro:avro | `1.8.2` | `1.11.4` |
| org.apache.hadoop:hadoop-common | `2.7.1` | `3.4.0` |
| [org.apache.parquet:parquet-avro](https://github.com/apache/parquet-mr) | `1.11.0` | `1.15.2` |

Bumps the maven group with 1 update in the /java/flight/flight-sql directory: org.apache.derby:derby.
Bumps the maven group with 1 update in the /java/flight/flight-sql-jdbc-core directory: commons-io:commons-io.
Bumps the maven group with 3 updates in the /java/gandiva directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).
Bumps the maven group with 4 updates in the /java/performance directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [com.h2database:h2](https://github.com/h2database/h2database) and org.apache.avro:avro.
Bumps the maven group with 2 updates in the /java/tools directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `com.h2database:h2` from 1.4.196 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-1.4.196...version-2.2.220)

Updates `com.google.protobuf:protobuf-java` from 3.20.3 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](protocolbuffers/protobuf@v3.20.3...v3.25.5)

Updates `org.apache.derby:derby` from 10.14.2.0 to 10.17.1.0

Updates `commons-io:commons-io` from 2.7 to 2.14.0

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

Updates `org.apache.commons:commons-compress` from 1.21 to 1.26.0

Updates `org.apache.hadoop:hadoop-common` from 2.7.1 to 3.4.0

Updates `org.apache.parquet:parquet-avro` from 1.11.0 to 1.15.2
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.11.0...apache-parquet-1.15.2)

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `com.h2database:h2` from 1.4.196 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-1.4.196...version-2.2.220)

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `org.apache.hadoop:hadoop-common` from 3.3.3 to 3.4.0

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `org.apache.commons:commons-compress` from 1.21 to 1.26.0

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `commons-io:commons-io` from 2.7 to 2.14.0

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

Updates `org.apache.hadoop:hadoop-common` from 2.7.1 to 3.4.0

Updates `org.apache.parquet:parquet-avro` from 1.11.0 to 1.15.2
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.11.0...apache-parquet-1.15.2)

Updates `org.apache.derby:derby` from 10.14.2.0 to 10.17.1.0

Updates `commons-io:commons-io` from 2.7 to 2.14.0

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `com.google.protobuf:protobuf-java` from 3.20.3 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](protocolbuffers/protobuf@v3.20.3...v3.25.5)

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `com.h2database:h2` from 1.4.196 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-1.4.196...version-2.2.220)

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

Updates `com.puppycrawl.tools:checkstyle` from 8.19 to 8.29
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.19...checkstyle-8.29)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 3.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.derby:derby
  dependency-version: 10.17.1.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-version: 2.14.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-version: 1.11.4
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-version: 1.26.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-version: 3.4.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.parquet:parquet-avro
  dependency-version: 1.15.2
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-version: 3.4.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-version: 1.26.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-version: 2.14.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-version: 1.11.4
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-version: 3.4.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.parquet:parquet-avro
  dependency-version: 1.15.2
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.derby:derby
  dependency-version: 10.17.1.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-version: 2.14.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 3.25.5
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.avro:avro
  dependency-version: 1.11.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '8.29'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:development
  dependency-group: maven
...

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 Dec 8, 2025
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