Skip to content

chore(deps): bump the maven group across 19 directories with 4 updates - #113

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hugegraph-pd/hg-pd-cli/maven-65092a29c3
Open

chore(deps): bump the maven group across 19 directories with 4 updates#113
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/hugegraph-pd/hg-pd-cli/maven-65092a29c3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Copy link
Copy Markdown

Bumps the maven group with 1 update in the /hugegraph-pd/hg-pd-cli directory: com.fasterxml.jackson.core:jackson-core.
Bumps the maven group with 1 update in the /hugegraph-pd/hg-pd-service directory: org.springframework.boot:spring-boot-starter-actuator.
Bumps the maven group with 1 update in the /hugegraph-pd/hg-pd-test directory: com.fasterxml.jackson.core:jackson-core.
Bumps the maven group with 3 updates in the /hugegraph-server directory: com.fasterxml.jackson.core:jackson-core, org.apache.logging.log4j:log4j-core and org.apache.cassandra:cassandra-all.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-api directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 2 updates in the /hugegraph-server/hugegraph-cassandra directory: org.apache.logging.log4j:log4j-core and org.apache.cassandra:cassandra-all.
Bumps the maven group with 2 updates in the /hugegraph-server/hugegraph-core directory: com.fasterxml.jackson.core:jackson-core and org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-dist directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-example directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-hbase directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-hstore directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-mysql directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-palo directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-postgresql directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-rocksdb directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-scylladb directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-test directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 2 updates in the /hugegraph-store/hg-store-node directory: org.springframework.boot:spring-boot-starter-actuator and org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-store/hg-store-test directory: com.fasterxml.jackson.core:jackson-core.

Updates com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-actuator from 2.5.14 to 3.5.12

Release notes

Sourced from org.springframework.boot:spring-boot-starter-actuator's releases.

v3.5.12

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #49645
  • RSocket exposes duplicate endpoint for websocket setups #49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #49518
  • "spring.main.cloud-platform=none" does not disable cloud features #49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #49324
  • RouterFunctions descriptions in Actuator do not support nesting #49289
  • Maven plugin does not set '-parameters' option when processing AOT code #49268
  • SSL support with Docker Compose does not work as documented #49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #49055

📔 Documentation

  • List all supported colors when describing color-coded log output #49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #49506
  • Tutorial in the reference guide has outdated instructions #49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #49364
  • Example spring-devtools.properties file is shown in the wrong format #49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #49297
  • JDK requirement for the CLI still refers to Java 8 #49290
  • Java and Kotlin samples of an environment post processor are inconsistent #49282
  • Document additional repositories required for shibboleth.net #49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #49240

🔨 Dependency Upgrades

  • Upgrade to DB2 JDBC 12.1.4.0 #49544
  • Upgrade to Hibernate 6.6.44.Final #49457
  • Upgrade to Jakarta XML WS 4.0.3 #49458
  • Upgrade to JBoss Logging 3.6.3.Final #49630
  • Upgrade to Jetty 12.0.33 #49459
  • Upgrade to Kafka 3.9.2 #49460
  • Upgrade to Lombok 1.18.44 #49574
  • Upgrade to Maven Failsafe Plugin 3.5.5 #49461
  • Upgrade to Maven Shade Plugin 3.6.2 #49462
  • Upgrade to Maven Surefire Plugin 3.5.5 #49463
  • Upgrade to Micrometer 1.15.10 #49403
  • Upgrade to Micrometer Tracing 1.5.10 #49404
  • Upgrade to Pulsar 4.0.9 #49464
  • Upgrade to Reactor Bom 2024.0.16 #49405
  • Upgrade to Spring Batch 5.2.5 #49406
  • Upgrade to Spring Data Bom 2025.0.10 #49407
  • Upgrade to Spring Framework 6.2.17 #49408
  • Upgrade to Spring HATEOAS 2.5.2 #49586

... (truncated)

Commits
  • 285b074 Release v3.5.12
  • 6620dea Polishing
  • dd54841 Upgrade to Spring Batch 5.2.5
  • 1f2ea4a Revisit EndpointRequest matcher for additional paths
  • 01fbede Handle all requests in CloudFoundry mapping
  • dc54595 Merge pull request #49622 from dependabot[bot]
  • 9bc3768 Bump @​springio/asciidoctor-extensions in /antora
  • 6915834 Upgrade to Spring WS 4.1.3
  • a5db799 Upgrade to Spring Integration 6.5.8
  • 5ee4ffe Upgrade to JBoss Logging 3.6.3.Final
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.13.0 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.13.2 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.cassandra:cassandra-all from 4.0.10 to 4.0.20

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.cassandra:cassandra-all from 4.0.10 to 4.0.20

Updates com.fasterxml.jackson.core:jackson-core from 2.13.2 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.4

Updates org.springframework.boot:spring-boot-starter-actuator from 2.5.14 to 3.5.12

Release notes

Sourced from org.springframework.boot:spring-boot-starter-actuator's releases.

v3.5.12

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #49645
  • RSocket exposes duplicate endpoint for websocket setups #49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #49518
  • "spring.main.cloud-platform=none" does not disable cloud features #49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #49324
  • RouterFunctions descriptions in Actuator do not support nesting #49289
  • Maven plugin does not set '-parameters' option when processing AOT code #49268
  • SSL support with Docker Compose does not work as documented #49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #49055

📔 Documentation

  • List all supported colors when describing color-coded log output #49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #49506
  • Tutorial in the reference guide has outdated instructions #49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #49364
  • Example spring-devtools.properties file is shown in the wrong format #49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #49297
  • JDK requirement for the CLI still refers to Java 8 #49290
  • Java and Kotlin samples of an environment post processor are inconsistent #49282
  • Document additional repositories required for shibboleth.net #49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #49240

🔨 Dependency Upgrades

  • Upgrade to DB2 JDBC 12.1.4.0 #49544
  • Upgrade to Hibernate 6.6.44.Final #49457
  • Upgrade to Jakarta XML WS 4.0.3 #49458
  • Upgrade to JBoss Logging 3.6.3.Final #49630
  • Upgrade to Jetty 12.0.33 #49459
  • Upgrade to Kafka 3.9.2 #49460
  • Upgrade to Lombok 1.18.44 #49574
  • Upgrade to Maven Failsafe Plugin 3.5.5 #49461
  • Upgrade to Maven Shade Plugin 3.6.2 #49462
  • Upgrade to Maven Surefire Plugin 3.5.5 #49463
  • Upgrade to Micrometer 1.15.10 #49403
  • Upgrade to Micrometer Tracing 1.5.10 #49404
  • Upgrade to Pulsar 4.0.9 #49464
  • Upgrade to Reactor Bom 2024.0.16 #49405
  • Upgrade to Spring Batch 5.2.5 #49406
  • Upgrade to Spring Data Bom 2025.0.10 #49407
  • Upgrade to Spring Framework 6.2.17 #49408
  • Upgrade to Spring HATEOAS 2.5.2 #49586

... (truncated)

Commits
  • 285b074 Release v3.5.12
  • 6620dea Polishing
  • dd54841 Upgrade to Spring Batch 5.2.5
  • 1f2ea4a Revisit EndpointRequest matcher for additional paths
  • 01fbede Handle all requests in CloudFoundry mapping
  • dc54595 Merge pull request #49622 from dependabot[bot]
  • 9bc3768 Bump @​springio/asciidoctor-extensions in /antora
  • 6915834 Upgrade to Spring WS 4.1.3
  • a5db799 Upgrade to Spring Integration 6.5.8
  • 5ee4ffe Upgrade to JBoss Logging 3.6.3.Final
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-core from 2.17.2 to 2.25.4

Updates com.fasterxml.jackson.core:jackson-core from 2.13.0 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 1 update in the /hugegraph-pd/hg-pd-cli directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).
Bumps the maven group with 1 update in the /hugegraph-pd/hg-pd-service directory: [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot).
Bumps the maven group with 1 update in the /hugegraph-pd/hg-pd-test directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).
Bumps the maven group with 3 updates in the /hugegraph-server directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core), org.apache.logging.log4j:log4j-core and org.apache.cassandra:cassandra-all.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-api directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 2 updates in the /hugegraph-server/hugegraph-cassandra directory: org.apache.logging.log4j:log4j-core and org.apache.cassandra:cassandra-all.
Bumps the maven group with 2 updates in the /hugegraph-server/hugegraph-core directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) and org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-dist directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-example directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-hbase directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-hstore directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-mysql directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-palo directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-postgresql directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-rocksdb directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-scylladb directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-server/hugegraph-test directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 2 updates in the /hugegraph-store/hg-store-node directory: [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) and org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /hugegraph-store/hg-store-test directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).


Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.2 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.18.6)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.5.14 to 3.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.14...v3.5.12)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.13.0 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.18.6)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.13.2 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.18.6)

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.cassandra:cassandra-all` from 4.0.10 to 4.0.20

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.cassandra:cassandra-all` from 4.0.10 to 4.0.20

Updates `com.fasterxml.jackson.core:jackson-core` from 2.13.2 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.18.6)

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.apache.logging.log4j:log4j-core` from 2.17.1 to 2.25.4

Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.5.14 to 3.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.14...v3.5.12)

Updates `org.apache.logging.log4j:log4j-core` from 2.17.2 to 2.25.4

Updates `com.fasterxml.jackson.core:jackson-core` from 2.13.0 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.18.6)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-version: 3.5.12
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.cassandra:cassandra-all
  dependency-version: 4.0.20
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.cassandra:cassandra-all
  dependency-version: 4.0.20
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-version: 3.5.12
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  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 Apr 10, 2026
@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 10, 2026
@github-actions

Copy link
Copy Markdown

@codecov-ai-reviewer review

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 size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants