Skip to content

chore(deps): Bump the minor-and-patch group across 3 directories with 27 updates#3412

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/bdd/java/minor-and-patch-916c6b5019
Open

chore(deps): Bump the minor-and-patch group across 3 directories with 27 updates#3412
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/bdd/java/minor-and-patch-916c6b5019

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the minor-and-patch group with 3 updates in the /bdd/java directory: io.cucumber:cucumber-java, com.diffplug.spotless and gradle-wrapper.
Bumps the minor-and-patch group with 4 updates in the /examples/java directory: com.diffplug.spotless, gradle-wrapper, org.slf4j:slf4j-simple and tools.jackson.core:jackson-databind.
Bumps the minor-and-patch group with 25 updates in the /foreign/java directory:

Package From To
com.diffplug.spotless 8.1.0 8.6.0
gradle-wrapper 9.3.1 9.5.1
org.slf4j:slf4j-api 2.0.17 2.0.18
org.slf4j:slf4j-simple 2.0.17 2.0.18
tools.jackson.core:jackson-databind 3.0.2 3.1.3
com.fasterxml.jackson.core:jackson-databind 2.18.2 2.21.3
org.apache.pinot:pinot-spi 1.4.0 1.5.0
org.apache.httpcomponents.client5:httpclient5 5.5.1 5.6.1
ch.qos.logback:logback-classic 1.5.21 1.5.33
org.apache.flink:flink-connector-base 2.1.1 2.2.1
org.apache.flink:flink-streaming-java 2.1.1 2.2.1
org.apache.flink:flink-clients 2.1.1 2.2.1
org.apache.flink:flink-test-utils 2.1.1 2.2.1
org.apache.flink:flink-runtime 2.1.1 2.2.1
org.junit:junit-bom 6.0.1 6.1.0
org.assertj:assertj-core 3.27.6 3.27.7
org.testcontainers:testcontainers 2.0.2 2.0.5
org.testcontainers:testcontainers-junit-jupiter 2.0.2 2.0.5
io.netty:netty-buffer 4.2.7.Final 4.2.14.Final
io.netty:netty-transport 4.2.7.Final 4.2.14.Final
io.netty:netty-handler 4.2.7.Final 4.2.14.Final
io.netty:netty-codec 4.2.7.Final 4.2.14.Final
io.netty:netty-resolver-dns-native-macos 4.2.7.Final 4.2.14.Final
com.typesafe:config 1.4.5 1.4.8
com.gradleup.shadow 9.2.2 9.4.1

Updates io.cucumber:cucumber-java from 7.33.0 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-java's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1

v7.34.2

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

v7.34.1

Fixed

  • Ensure dependencies converge (#3157

v7.34.0

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Changelog

Sourced from io.cucumber:cucumber-java's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1

[7.34.2] - 2026-01-29

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

[7.34.1] - 2026-01-28

Fixed

  • Ensure dependencies converge (#3157)

[7.34.0] - 2026-01-28

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • b5292ab Prepare release v7.34.2
  • 3f97272 Revert "Avoid scanning anonymous classes (#3150)" (#3158)
  • 26a7afa Update Revapi supressions (#3159)
  • 2a1a3d6 Prepare for the next development iteration
  • 88372a3 Prepare release v7.34.1
  • 142b589 Ensure dependencies converge pt2
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit-platform-engine from 7.33.0 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-junit-platform-engine's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1

v7.34.2

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

v7.34.1

Fixed

  • Ensure dependencies converge (#3157

v7.34.0

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Changelog

Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1

[7.34.2] - 2026-01-29

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

[7.34.1] - 2026-01-28

Fixed

  • Ensure dependencies converge (#3157)

[7.34.0] - 2026-01-28

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • b5292ab Prepare release v7.34.2
  • 3f97272 Revert "Avoid scanning anonymous classes (#3150)" (#3158)
  • 26a7afa Update Revapi supressions (#3159)
  • 2a1a3d6 Prepare for the next development iteration
  • 88372a3 Prepare release v7.34.1
  • 142b589 Ensure dependencies converge pt2
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.1.0 to 8.6.0

Updates gradle-wrapper from 9.3.1 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.1.0 to 8.6.0

Updates gradle-wrapper from 9.3.1 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-simple from 2.0.13 to 2.0.18

Updates tools.jackson.core:jackson-databind from 3.0.3 to 3.1.3

Commits

Updates com.diffplug.spotless from 8.1.0 to 8.6.0

Updates gradle-wrapper from 9.3.1 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.17 to 2.0.18

Updates org.slf4j:slf4j-simple from 2.0.17 to 2.0.18

Updates tools.jackson.core:jackson-databind from 3.0.2 to 3.1.3

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.21.3

Commits

Updates org.apache.pinot:pinot-spi from 1.4.0 to 1.5.0

Updates org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.6.1

This is a maintenance release disables experimental SCRAM auth scheme by default and fixes SCRAM final response handling. The SCRAM auth scheme can be re-enabled by choosing a custom auth scheme preference sequence that explicitly includes SCRAM auth.

Change Log

  • Fix SCRAM final response handling. Contributed by Arturo Bernal

  • Auth challenge parsing code improvement. Contributed by Oleg Kalnichevski

  • Add missing Javadoc for ConnectionConfig (#820). Contributed by Gary Gregory

  • Bug fix: Corrected async message exchange cancellation logic in InternalHttpAsyncExecRuntime. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2417: Honor TlsConfig attachment in async connect path. Contributed by Arturo Bernal

  • HTTPCLIENT-2414: Fix Basic auth cache scoping across path prefixes (#802). Contributed by Arturo Bernal

  • HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803). Contributed by Arturo Bernal

  • Bug fix: Corrected sleep time calculation in IdleConnectionEvictor; use 1 minute sleep time by default. Contributed by Oleg Kalnichevski

  • DefaultManagedHttpClientConnection: Restore original socket timeout. Contributed by Ryan Schmitt

  • HTTPCLIENT-2411: Use standard HTTP-date format for synthesized Date header (#775). Contributed by Arturo Bernal

  • Fix NPE in connection evictor setup (#774). Contributed by Arturo Bernal

Release 5.6

... (truncated)

Commits
  • 4f86ca6 HttpClient 5.6.1 release
  • 1b2bafe Updated release notes for HttpClient 5.6.1 release
  • 1acf00b Fix SCRAM final response handling
  • 49549ab Auth challenge parsing code improvement
  • fa6b6d7 Add missing Javadoc for ConnectionConfig (#820)
  • 3de8ad5 Fixed DefaultClientTlsStrategy test failures on MacOS
  • c69f38f Bug-fix: corrects message exchange cancellation logic in InternalHttpAsyncExe...
  • 30386d3 HTTPCLIENT-2417 Honor TlsConfig attachment in async connect path
  • 9cc45f6 HTTPCLIENT-2414 - Fix Basic auth cache scoping across path prefixes (#802)
  • 1e01a48 HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803)
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.17 to 2.0.18

Updates ch.qos.logback:logback-classic from 1.5.21 to 1.5.33

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.33

2026-05-27 Release of logback version 1.5.33

PropertiesConfiguratorModelHandler now registers properties file URLs to the ConfigurationWatchList when scan is enabled (via local scan="true" attribute or top-level configuration scan), ensuring changes are detected and reconfiguration occurs. This problem was reported in issues/1034.

• When processing <conversionRule> elements and both class and converterClass attributes are specified, silently use the class attribute without issuing a warning. However, if the attribute values differ, a warning will be issued. This change was requested in issues/1031.

HardenedModelInputStream will no longer accept to deserialize all classes located under the "java.lang" and "java.util" packages but a limited number of explicitly authorized classes in those packages. This potential deserialization whitelist bypass vulnerability was reported by York Shen and registered as CVE-2026-9828.

• SSL parameters for SSLSocketAppender now enable hostname verification by default. Moreover, the default protocol is now "TLSv1.2". This potential vulnerability was reported by York Shen.

• When printing the status message field, ViewStatusMessagesServletBase now escapes special characters such as "&" as character entities. This potential vulnerability was reported by York Shen.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 124e8b49b55ac34d08743a0646bd463410192647 associated with the tag v_1.5.33. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.32

2026-02-16 Release of logback version 1.5.32

• In DefaultProcessor, fixed incorrect check for dependencies contained within a parent model. Previous only the direct children were scanned. This fixes logback-access/issues/34.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit e807335a67535b4eacce94e942c0bcb649665d93 associated with the tag v_1.5.32. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.31

2026-02-14 Release of logback version 1.5.31

• Fixed missing META-INF/services directory in logback-classic.jar. This issue rendered logback-classic version 1.5.30 unusable with SLF4J.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 168e42f9f9a18a3ffdf31eb2bfe80a71e33ecd8b associated with the tag v_1.5.31. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.30

2026-02-14 Release of logback version 1.5.30

In this version, logback-classic.jar was missing the META-INF/services directory, making it unusable with SLF4J. Version 1.5.31 (released later on the same day) fixes this issue.

• Fix scanning issue when an included file becomes available at a later time. This problem was reported in issues/1021 by Sergey Nazarov.

• Standardized code for version checking across modules.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 44164f10ca3fb44ce0e68519f13564b87e3aca61 associated with the tag v_1.5.30. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.29

2026-02-09 Release of logback version 1.5.29

• In response to issues/1017, appender names and appender references are once again subject to variable substitution, reverting the change introduced in version 1.5.28.

Logback 1.5.28

2026-02-06 Release of logback version 1.5.28

• Appender names or appender references are no longer subject to variable substitution.

... (truncated)

Commits
  • 124e8b4 prepare release 1.5.33
  • d8fd6f2 escapeTags in message field when printing status messages
  • 95edbeb hostnameVerification default to true in SSLParametersConfiguration, SSL.DEFAU...
  • b768a96 remove spurious java.swing.* import
  • 12cf2c5 classes in java.lang and java.util are now whitelisted individually
  • e9133ed fix typo
  • 47089a2 added Filip Egeric icla
  • 85735f7 Modified ConversionRuleAction.java: Updated validPreconditions() to
  • 614f7a7 the official name for initial instructions file foe coding agents is AGENTS.md
  • fe50bb5 fix: do not warn when both converterClass and class attributes are specified ...
  • Additional commits viewable in compare view

Updates org.apache.flink:flink-connector-base from 2.1.1 to 2.2.1

Updates org.apache.flink:flink-streaming-java from 2.1.1 to 2.2.1

Commits
  • 450c63e Commit for release 2.2.1
  • 5118246 [hotfix] Add log4j-layout-template-json to NOTICE
  • ce68d4a [FLINK-39547][table] Fix table-planner class loading order
  • 89979da [hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
  • e0b566f [FLINK-33903][ci] Reenable tests in GHA
  • b976e79 [FLINK-39293][table] MATCH_RECOGNIZE fails with SqlParserException in views
  • 66689e4 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
  • 61b85e2 [FLINK-39480][ci] Python wheel on MacOS fails for all 2.x branches
  • 176dee1 [FLINK-39424][table] Setting LIKE does not support default escape characters
  • bc0a0ea [FLINK-39395][build] Add spotless upToDateChecking
  • Additional commits viewable in compare view

Updates org.apache.flink:flink-clients from 2.1.1 to 2.2.1

Commits
  • 450c63e Commit for release 2.2.1
  • 5118246 [hotfix] Add log4j-layout-template-json to NOTICE
  • ce68d4a [FLINK-39547][table] Fix table-planner class loading order
  • 89979da [hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
  • e0b566f [FLINK-33903][ci] Reenable tests in GHA
  • b976e79 [FLINK-39293][table] MATCH_RECOGNIZE fails with SqlParserException in views
  • 66689e4 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
  • 61b85e2 [FLINK-39480][ci] Python wheel on MacOS fails for all 2.x branches
  • 176dee1 [FLINK-39424][table] Setting LIKE does not support default escape characters
  • bc0a0ea [FLINK-39395][build] Add spotless upToDateChecking
  • Additional commits viewable in compare view

Updates org.apache.flink:flink-test-utils from 2.1.1 to 2.2.1

Updates org.apache.flink:flink-runtime from 2.1.1 to 2.2.1

Commits
  • 450c63e Commit for release 2.2.1
  • 5118246 [hotfix] Add log4j-layout-template-json to NOTICE
  • ce68d4a [FLINK-39547][table] Fix table-planner class loading order
  • 89979da [hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
  • e0b566f [FLINK-33903][ci] Reenable tests in GHA
  • b976e79 [FLINK-39293][table] MATCH_RECOGNIZE fails with SqlParserException in views
  • 66689e4 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
  • 61b85e2 [FLINK-39480][ci] Python wheel on MacOS fails for all 2.x branches
  • 176dee1 [FLINK-39424][table] Setting LIKE does not support default escape characters
  • bc0a0ea [FLINK-39395][build] Add spotless upToDateChecking
  • Additional commits viewable in compare view

Updates org.apache.flink:flink-streaming-java from 2.1.1 to 2.2.1

Commits
  • 450c63e Commit for release 2.2.1
  • 5118246 [hotfix] Add log4j-layout-template-json to NOTICE
  • ce68d4a [FLINK-39547][table] Fix table-planner class loading order
  • 89979da [hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
  • e0b566f [FLINK-33903][ci] Reenable tests in GHA
  • b976e79 [FLINK-39293][table] MATCH_RECOGNIZE fails with SqlParserException in views
  • 66689e4 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
  • 61b85e2 [FLINK-39480][ci] Python wheel on MacOS fails for all 2.x branches
  • 176dee1 [FLINK-39424][table] Setting LIKE does not support default escape characters
  • bc0a0ea [FLINK-39395][build] Add spotless upToDateChecking
  • Additional commits viewable in compare view

Updates org.apache.flink:flink-clients from 2.1.1 to 2.2.1

Commits
  • 450c63e Commit for release 2.2.1
  • 5118246 [hotfix] Add log4j-layout-template-json to NOTICE
  • ce68d4a [FLINK-39547][table] Fix table-planner class loading order
  • 89979da [hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
  • e0b566f [FLINK-33903][ci] Reenable tests in GHA
  • b976e79 [FLINK-39293][table] MATCH_RECOGNIZE fails with SqlParserException in views
  • 66689e4 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
  • 61b85e2 [FLINK-39480][ci] Python wheel on MacOS fails for all 2.x branches
  • 176dee1 [FLINK-39424][table] Setting LIKE does not support default escape characters
  • bc0a0ea [FLINK-39395][build] Add spotless upToDateChecking
  • Additional commits viewable in compare view

Updates org.apache.flink:flink-test-utils from 2.1.1 to 2.2.1

Updates org.apache.flink:flink-runtime from 2.1.1 to 2.2.1

Commits
  • 450c63e Commit for release 2.2.1
  • 5118246 [hotfix] Add log4j-layout-template-json to NOTICE
  • ce68d4a [FLINK-39547][table] Fix table-planner class loading order
  • 89979da [hotfix][ci] Set correct maven repo folder in flink-ci (#28049)
  • e0b566f [FLINK-33903][ci] Reenable tests in GHA
  • b976e79 [FLINK-39293][table] MATCH_RECOGNIZE fails with SqlParserException in views
  • 66689e4 [FLINK-39534][python] Bump pemja to 0.5.7 (#28016)
  • 61b85e2 [FLINK-39480][ci] Python wheel on MacOS fails for all 2.x branches
  • 176dee1 [FLINK-39424][table] Setting LIKE does not support default escape characters
  • bc0a0ea [FLINK-39395][build] Add spotless upToDateChecking
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 6.0.1 to 6.1.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0...r6.1.0-M1

JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.2...r6.0.3

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

... (truncated)

Commits

… 27 updates

Bumps the minor-and-patch group with 3 updates in the /bdd/java directory: [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm), com.diffplug.spotless and [gradle-wrapper](https://github.com/gradle/gradle).
Bumps the minor-and-patch group with 4 updates in the /examples/java directory: com.diffplug.spotless, [gradle-wrapper](https://github.com/gradle/gradle), org.slf4j:slf4j-simple and [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson).
Bumps the minor-and-patch group with 25 updates in the /foreign/java directory:

| Package | From | To |
| --- | --- | --- |
| com.diffplug.spotless | `8.1.0` | `8.6.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.3.1` | `9.5.1` |
| org.slf4j:slf4j-api | `2.0.17` | `2.0.18` |
| org.slf4j:slf4j-simple | `2.0.17` | `2.0.18` |
| [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.0.2` | `3.1.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.2` | `2.21.3` |
| org.apache.pinot:pinot-spi | `1.4.0` | `1.5.0` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.5.1` | `5.6.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.21` | `1.5.33` |
| org.apache.flink:flink-connector-base | `2.1.1` | `2.2.1` |
| [org.apache.flink:flink-streaming-java](https://github.com/apache/flink) | `2.1.1` | `2.2.1` |
| [org.apache.flink:flink-clients](https://github.com/apache/flink) | `2.1.1` | `2.2.1` |
| org.apache.flink:flink-test-utils | `2.1.1` | `2.2.1` |
| [org.apache.flink:flink-runtime](https://github.com/apache/flink) | `2.1.1` | `2.2.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.1.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.6` | `3.27.7` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `2.0.2` | `2.0.5` |
| [org.testcontainers:testcontainers-junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `2.0.2` | `2.0.5` |
| [io.netty:netty-buffer](https://github.com/netty/netty) | `4.2.7.Final` | `4.2.14.Final` |
| [io.netty:netty-transport](https://github.com/netty/netty) | `4.2.7.Final` | `4.2.14.Final` |
| [io.netty:netty-handler](https://github.com/netty/netty) | `4.2.7.Final` | `4.2.14.Final` |
| [io.netty:netty-codec](https://github.com/netty/netty) | `4.2.7.Final` | `4.2.14.Final` |
| [io.netty:netty-resolver-dns-native-macos](https://github.com/netty/netty) | `4.2.7.Final` | `4.2.14.Final` |
| [com.typesafe:config](https://github.com/lightbend/config) | `1.4.5` | `1.4.8` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.2.2` | `9.4.1` |



Updates `io.cucumber:cucumber-java` from 7.33.0 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.33.0...v7.34.3)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.33.0 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.33.0...v7.34.3)

Updates `com.diffplug.spotless` from 8.1.0 to 8.6.0

Updates `gradle-wrapper` from 9.3.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.3.1...v9.5.1)

Updates `com.diffplug.spotless` from 8.1.0 to 8.6.0

Updates `gradle-wrapper` from 9.3.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.3.1...v9.5.1)

Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.18

Updates `tools.jackson.core:jackson-databind` from 3.0.3 to 3.1.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.diffplug.spotless` from 8.1.0 to 8.6.0

Updates `gradle-wrapper` from 9.3.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.3.1...v9.5.1)

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18

Updates `org.slf4j:slf4j-simple` from 2.0.17 to 2.0.18

Updates `tools.jackson.core:jackson-databind` from 3.0.2 to 3.1.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.21.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.apache.pinot:pinot-spi` from 1.4.0 to 1.5.0

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.5.1 to 5.6.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.6.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.5.1...rel/v5.6.1)

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18

Updates `ch.qos.logback:logback-classic` from 1.5.21 to 1.5.33
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.21...v_1.5.33)

Updates `org.apache.flink:flink-connector-base` from 2.1.1 to 2.2.1

Updates `org.apache.flink:flink-streaming-java` from 2.1.1 to 2.2.1
- [Commits](apache/flink@release-2.1.1...release-2.2.1)

Updates `org.apache.flink:flink-clients` from 2.1.1 to 2.2.1
- [Commits](apache/flink@release-2.1.1...release-2.2.1)

Updates `org.apache.flink:flink-test-utils` from 2.1.1 to 2.2.1

Updates `org.apache.flink:flink-runtime` from 2.1.1 to 2.2.1
- [Commits](apache/flink@release-2.1.1...release-2.2.1)

Updates `org.apache.flink:flink-streaming-java` from 2.1.1 to 2.2.1
- [Commits](apache/flink@release-2.1.1...release-2.2.1)

Updates `org.apache.flink:flink-clients` from 2.1.1 to 2.2.1
- [Commits](apache/flink@release-2.1.1...release-2.2.1)

Updates `org.apache.flink:flink-test-utils` from 2.1.1 to 2.2.1

Updates `org.apache.flink:flink-runtime` from 2.1.1 to 2.2.1
- [Commits](apache/flink@release-2.1.1...release-2.2.1)

Updates `org.junit:junit-bom` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.1.0)

Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7)

Updates `org.testcontainers:testcontainers` from 2.0.2 to 2.0.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@2.0.2...2.0.5)

Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.2 to 2.0.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@2.0.2...2.0.5)

Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.2 to 2.0.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@2.0.2...2.0.5)

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

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

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

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

Updates `io.netty:netty-resolver-dns-native-macos` from 4.2.7.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.7.Final...netty-4.2.14.Final)

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

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

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

Updates `io.netty:netty-resolver-dns-native-macos` from 4.2.7.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.7.Final...netty-4.2.14.Final)

Updates `com.typesafe:config` from 1.4.5 to 1.4.8
- [Release notes](https://github.com/lightbend/config/releases)
- [Changelog](https://github.com/lightbend/config/blob/main/NEWS.md)
- [Commits](lightbend/config@v1.4.5...v1.4.8)

Updates `com.gradleup.shadow` from 9.2.2 to 9.4.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.2.2...9.4.1)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
  dependency-version: 7.34.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-version: 7.34.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.diffplug.spotless
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.diffplug.spotless
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.diffplug.spotless
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.pinot:pinot-spi
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-connector-base
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-streaming-java
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-clients
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-test-utils
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-runtime
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-streaming-java
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-clients
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-test-utils
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.flink:flink-runtime
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.testcontainers:testcontainers-junit-jupiter
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.testcontainers:testcontainers-junit-jupiter
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-buffer
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-transport
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-handler
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-codec
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-resolver-dns-native-macos
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-transport
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-handler
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-codec
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-resolver-dns-native-macos
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.typesafe:config
  dependency-version: 1.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.gradleup.shadow
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Issues related to Java SDK labels Jun 4, 2026
@github-actions github-actions Bot added the S-waiting-on-review PR is waiting on a reviewer label Jun 4, 2026
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 Issues related to Java SDK S-waiting-on-review PR is waiting on a reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants