Skip to content

Bump org.apache.kafka:kafka-clients from 3.5.2 to 7.7.1-ce #216

Bump org.apache.kafka:kafka-clients from 3.5.2 to 7.7.1-ce

Bump org.apache.kafka:kafka-clients from 3.5.2 to 7.7.1-ce #216

Workflow file for this run

name: "Backend: PR: Build and test"
on:
pull_request_target:
types: [ "opened", "reopened", "synchronize" ]
paths:
- "pom.xml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}