Skip to content

Dependency Dashboard #61

Description

@renovate

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.

Config Migration Needed

  • Select this checkbox to let Renovate create an automated Config Migration PR.

Awaiting Schedule

The following updates are awaiting their schedule. To get an update now, click on a checkbox below.

  • chore(deps): Update apache/kafka Docker tag to v3.9.2
  • chore(deps): Update io.smallrye.reactive:mutiny-zero-flow-adapters to 1.3.1
  • chore(deps): Update Quarkus dependencies to 3.39.4 (io.quarkus:quarkus-maven-plugin, io.quarkus.platform:quarkus-bom)
  • chore(deps): Update slf4j monorepo to 2.0.19 (org.slf4j:jcl-over-slf4j, org.slf4j:slf4j-simple)
  • chore(ci): Update helm/kind-action action to v1.15.0
  • chore(ci): Update python to 3.14.7
  • chore(deps): Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.5.4
  • chore(deps): Update io.quarkiverse.flow:quarkus-flow-bom to 1.1.1
  • chore(deps): Update org.apache.maven.plugins:maven-compiler-plugin to 3.16.0
  • chore(deps): Update org.apache.maven.plugins:maven-deploy-plugin to 3.2.0
  • chore(deps): Update org.apache.maven.plugins:maven-failsafe-plugin to 3.6.0
  • chore(deps): Update org.apache.maven.plugins:maven-install-plugin to 3.2.0
  • chore(deps): Update org.apache.maven.plugins:maven-surefire-plugin to 3.6.0
  • chore(deps): Update org.wiremock:wiremock to 3.13.2
  • chore(deps): Update timberio/vector Docker tag to v0.58.0
  • chore(docker): Update registry.access.redhat.com/ubi9/openjdk-17-runtime Docker tag to v1.24-3.1789373064
  • chore(ci): Update actions/checkout action to v7.0.1
  • chore(ci): Update actions/deploy-pages action to v5.0.1
  • chore(ci): Update actions/setup-java action to v6.0.1
  • chore(ci): Update actions/setup-python action to v7.0.0
  • chore(ci): Update azure/setup-helm action to v5.0.1
  • chore(ci): Update docker/setup-buildx-action action to v4.4.1
  • chore(ci): Update docker/setup-qemu-action action to v4.4.0
  • chore(ci): Update GitHub Artifact Actions (major) (actions/download-artifact, actions/upload-artifact)
  • chore(ci): Update java-jdk to 25.0.4+7.0.LTS
  • chore(deps): Update apache/kafka Docker tag to v4
  • chore(deps): Update org.kie.kogito:persistence-commons to 10.2.0
  • chore(deps): Update org.kie.kogito:persistence-commons-api to 10.2.0
  • chore(deps): update postgres docker tag to v18
  • chore(deps): update puppeteer to 25.11.0
  • 🔐 Create all awaiting schedule PRs at once 🔐

Warning

Renovate failed to look up the following dependencies: Failed to look up docker package kubesmarts/data-index-service: no-result, Failed to look up docker package kubesmarts/data-index-ingestion: no-result, Failed to look up docker package kubesmarts/workflow-test-app: no-result, Failed to look up maven package org.kubesmarts.logic.apps:data-index: no-result, Failed to look up maven package org.kubesmarts.logic.apps:data-index-ingestion: no-result, Failed to look up maven package org.kubesmarts.logic.apps:data-index-integration-tests: no-result, Failed to look up maven package org.kubesmarts.logic.apps:data-index-service: no-result, Failed to look up maven package org.kubesmarts.logic.apps:data-index-storage: no-result.

Files affected: data-index/helm/data-index/values.yaml, data-index/collectors/pom.xml, data-index/data-index-docs/pom.xml, data-index/data-index-e2e-tests/pom.xml, data-index/data-index-ingestion/data-index-ingestion-kafka-processor/pom.xml, data-index/data-index-ingestion/data-index-ingestion-kafka-service/pom.xml, data-index/data-index-ingestion/pom.xml, data-index/data-index-integration-tests/data-index-integration-tests-elasticsearch/pom.xml, data-index/data-index-integration-tests/data-index-integration-tests-postgresql/pom.xml, data-index/data-index-integration-tests/pom.xml, data-index/data-index-model/pom.xml, data-index/data-index-service/data-index-service-core/pom.xml, data-index/data-index-service/data-index-service-elasticsearch/pom.xml, data-index/data-index-service/data-index-service-postgresql/pom.xml, data-index/data-index-service/pom.xml, data-index/data-index-storage/data-index-storage-common/pom.xml, data-index/data-index-storage/data-index-storage-elasticsearch-schema/pom.xml, data-index/data-index-storage/data-index-storage-elasticsearch/pom.xml, data-index/data-index-storage/data-index-storage-migrations/pom.xml, data-index/data-index-storage/data-index-storage-postgresql/pom.xml, data-index/data-index-storage/pom.xml, data-index/workflow-test-app/pom.xml


Detected Dependencies

dockerfile (4)
data-index/data-index-ingestion/data-index-ingestion-kafka-service/src/main/docker/Dockerfile.jvm (1)
  • registry.access.redhat.com/ubi9/openjdk-17-runtime 1.24 → [Updates: 1.24-3.1789373064]
data-index/data-index-service/data-index-service-elasticsearch/src/main/docker/Dockerfile.jvm (1)
  • registry.access.redhat.com/ubi9/openjdk-17-runtime 1.24 → [Updates: 1.24-3.1789373064]
data-index/data-index-service/data-index-service-postgresql/src/main/docker/Dockerfile.jvm (1)
  • registry.access.redhat.com/ubi9/openjdk-17-runtime 1.24 → [Updates: 1.24-3.1789373064]
data-index/workflow-test-app/src/main/docker/Dockerfile.jvm (1)
  • registry.access.redhat.com/ubi9/openjdk-17-runtime 1.23 → [Updates: 1.24-3.1789373064]
github-actions (6)
.github/workflows/build.yml (3)
  • actions/checkout v7
  • actions/setup-java v6
  • java-jdk 17 → [Updates: 25]
.github/workflows/data-index-integration-tests.yml (5)
  • actions/checkout v7
  • actions/setup-java v6
  • helm/kind-action v1.14.0 → [Updates: v1.15.0]
  • azure/setup-helm v4 → [Updates: v5]
  • java-jdk 17 → [Updates: 25]
.github/workflows/deploy-docs.yml (6)
  • actions/checkout v7
  • actions/setup-java v6
  • actions/configure-pages v6
  • actions/upload-pages-artifact v5
  • actions/deploy-pages v4 → [Updates: v5]
  • java-jdk 21 → [Updates: 25]
.github/workflows/deploy-image.yml (1)
  • actions/download-artifact v4 → [Updates: v8]
.github/workflows/publish-images.yml (21)
  • actions/checkout v4 → [Updates: v7]
  • actions/setup-java v4 → [Updates: v6]
  • actions/checkout v4 → [Updates: v7]
  • actions/setup-java v4 → [Updates: v6]
  • docker/setup-qemu-action v3 → [Updates: v4]
  • docker/setup-buildx-action v3 → [Updates: v4]
  • actions/upload-artifact v4 → [Updates: v7]
  • actions/checkout v4 → [Updates: v7]
  • actions/setup-java v4 → [Updates: v6]
  • docker/setup-qemu-action v3 → [Updates: v4]
  • docker/setup-buildx-action v3 → [Updates: v4]
  • actions/upload-artifact v4 → [Updates: v7]
  • actions/checkout v4 → [Updates: v7]
  • actions/setup-java v4 → [Updates: v6]
  • docker/setup-qemu-action v3 → [Updates: v4]
  • docker/setup-buildx-action v3 → [Updates: v4]
  • actions/upload-artifact v4 → [Updates: v7]
  • java-jdk 17 → [Updates: 25]
  • java-jdk 17 → [Updates: 25]
  • java-jdk 17 → [Updates: 25]
  • java-jdk 17 → [Updates: 25]
.github/workflows/update-knowledge-graph.yml (3)
  • actions/checkout v4 → [Updates: v7]
  • actions/setup-python v5 → [Updates: v7]
  • python 3.13 → [Updates: 3.14]
gomod (1)
data-index/collectors/go.mod (1)
  • go 1.22
helm-values (1)
data-index/helm/data-index/values.yaml (7)
  • postgres 15 → [Updates: 18]
  • docker.elastic.co/elasticsearch/elasticsearch 9.4.1 → [Updates: 9.5.4]
  • apache/kafka 3.9.0 → [Updates: 3.9.2, 4.3.1]
  • timberio/vector 0.54.0-distroless-libc → [Updates: 0.58.0-distroless-libc]
  • kubesmarts/data-index-service 2.0.0-SNAPSHOT-postgresql
  • kubesmarts/data-index-ingestion 2.0.0-SNAPSHOT-kafka
  • kubesmarts/workflow-test-app 2.0.0-SNAPSHOT
maven (25)
data-index/collectors/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/data-index-docs/pom.xml (2)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
  • com.github.eirslett:frontend-maven-plugin 2.0.2
data-index/data-index-e2e-tests/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/data-index-ingestion/data-index-ingestion-kafka-processor/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-ingestion 2.0.0-SNAPSHOT
data-index/data-index-ingestion/data-index-ingestion-kafka-service/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-ingestion 2.0.0-SNAPSHOT
data-index/data-index-ingestion/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/data-index-integration-tests/data-index-integration-tests-elasticsearch/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-integration-tests 2.0.0-SNAPSHOT
data-index/data-index-integration-tests/data-index-integration-tests-postgresql/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-integration-tests 2.0.0-SNAPSHOT
data-index/data-index-integration-tests/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/data-index-model/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/data-index-service/data-index-service-core/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-service 2.0.0-SNAPSHOT
data-index/data-index-service/data-index-service-elasticsearch/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-service 2.0.0-SNAPSHOT
data-index/data-index-service/data-index-service-postgresql/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-service 2.0.0-SNAPSHOT
data-index/data-index-service/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/data-index-storage/data-index-storage-common/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-storage 2.0.0-SNAPSHOT
data-index/data-index-storage/data-index-storage-elasticsearch-schema/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-storage 2.0.0-SNAPSHOT
data-index/data-index-storage/data-index-storage-elasticsearch/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-storage 2.0.0-SNAPSHOT
data-index/data-index-storage/data-index-storage-migrations/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-storage 2.0.0-SNAPSHOT
data-index/data-index-storage/data-index-storage-postgresql/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index-storage 2.0.0-SNAPSHOT
data-index/data-index-storage/pom.xml (1)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
data-index/pom.xml (7)
  • pl.project13.maven:git-commit-id-plugin 4.9.10
  • pl.project13.maven:git-commit-id-plugin 4.9.10
  • io.quarkiverse.flow:quarkus-flow-bom 1.0.0 → [Updates: 1.1.1]
  • org.kie.kogito:persistence-commons-api 2.0.0-SNAPSHOT → [Updates: 10.2.0]
  • io.cloudevents:cloudevents-core 5.0.0
  • io.cloudevents:cloudevents-json-jackson 5.0.0
  • pl.project13.maven:git-commit-id-plugin 4.9.10
data-index/workflow-test-app/pom.xml (2)
  • org.kubesmarts.logic.apps:data-index 2.0.0-SNAPSHOT
  • org.wiremock:wiremock 3.10.0 → [Updates: 3.13.2]
persistence-commons/persistence-commons-api/pom.xml (1)
  • org.kie.kogito:persistence-commons 2.0.0-SNAPSHOT → [Updates: 10.2.0]
persistence-commons/pom.xml
pom.xml (19)
  • org.mapstruct:mapstruct-processor 1.6.3
  • io.quarkus.platform:quarkus-bom 3.39.1 → [Updates: 3.39.4]
  • io.quarkus.platform:quarkus-bom 3.39.1 → [Updates: 3.39.4]
  • com.graphql-java:graphql-java 26.1
  • com.graphql-java:graphql-java-extended-scalars 24.0
  • org.mapstruct:mapstruct 1.6.3
  • io.smallrye.reactive:mutiny-zero-flow-adapters 1.3.0 → [Updates: 1.3.1]
  • org.skyscreamer:jsonassert 1.5.3
  • org.assertj:assertj-core 3.27.7
  • org.slf4j:slf4j-simple 2.0.18 → [Updates: 2.0.19]
  • org.slf4j:jcl-over-slf4j 2.0.18 → [Updates: 2.0.19]
  • org.testcontainers:testcontainers-bom 2.0.5
  • org.kie.kogito:persistence-commons-api 2.0.0-SNAPSHOT → [Updates: 10.2.0]
  • org.apache.maven.plugins:maven-compiler-plugin 3.15.0 → [Updates: 3.16.0]
  • org.apache.maven.plugins:maven-surefire-plugin 3.5.6 → [Updates: 3.6.0]
  • org.apache.maven.plugins:maven-failsafe-plugin 3.5.6 → [Updates: 3.6.0]
  • org.apache.maven.plugins:maven-install-plugin 3.1.4 → [Updates: 3.2.0]
  • org.apache.maven.plugins:maven-deploy-plugin 3.1.1 → [Updates: 3.2.0]
  • io.quarkus:quarkus-maven-plugin 3.39.1 → [Updates: 3.39.4]
npm (2)
data-index/data-index-docs/package.json (2)
  • @antora/cli ^3.1.9
  • @antora/site-generator ^3.1.9
docs/presentations/2026-05-20-data-index-poc/package.json (1)
  • puppeteer ^22.6.0 → [Updates: ^25.0.0]
pip_requirements (1)
.github/workflows/graphify/requirements.txt (1)
  • graphifyy >=0.9.56
regex (6)
data-index/collectors/examples/mode1-postgresql/daemonset.yaml (1)
  • timberio/vector 0.54.0-distroless-libc
data-index/collectors/examples/mode2-elasticsearch/daemonset.yaml (1)
  • timberio/vector 0.41.1-distroless-libc
data-index/collectors/pom.xml (1)
  • timberio/vector 0.54.0 → [Updates: 0.58.0]
data-index/helm/data-index/values.yaml (1)
  • timberio/vector 0.54.0-distroless-libc
data-index/helm/data-index/values.yaml (1)
  • docker.elastic.co/elasticsearch/elasticsearch 9.4.1 → [Updates: 9.5.4]
data-index/helm/data-index/values.yaml (1)
  • apache/kafka 3.9.0 → [Updates: 3.9.2, 4.3.1]

  • Check this box to trigger a request for Renovate to run again on this repository

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions