diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 13b837f..7ad6d10 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -49,4 +49,4 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Dependency Check - uses: hypertrace/github-actions/dependency-check@main \ No newline at end of file + uses: hypertrace/github-actions/dependency-check@main diff --git a/kafka-bom/build.gradle.kts b/kafka-bom/build.gradle.kts index 5aaba1b..115344a 100644 --- a/kafka-bom/build.gradle.kts +++ b/kafka-bom/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } -var confluentVersion = "7.9.0" +var confluentVersion = "7.7.0" var confluentCcsVersion = "$confluentVersion-ccs" var protobufVersion = "3.25.5"