From d0e6208722b828f9cd1ab3d926dbdab23174ef9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:15:39 +0000 Subject: [PATCH] Bump the build group with 2 updates Bumps the build group with 2 updates: [bakdata/ci-templates/.github/workflows/java-gradle-library.yaml](https://github.com/bakdata/ci-templates) and [bakdata/ci-templates/.github/workflows/java-gradle-release.yaml](https://github.com/bakdata/ci-templates). Updates `bakdata/ci-templates/.github/workflows/java-gradle-library.yaml` from 1.81.2 to 1.81.4 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.81.2...1.81.4) Updates `bakdata/ci-templates/.github/workflows/java-gradle-release.yaml` from 1.81.2 to 1.81.4 - [Release notes](https://github.com/bakdata/ci-templates/releases) - [Commits](https://github.com/bakdata/ci-templates/compare/1.81.2...1.81.4) Bump io.freefair.lombok from 9.2.0 to 9.4.0 in the build group Bumps the build group with 1 update: [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `io.freefair.lombok` from 9.2.0 to 9.4.0 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/9.2.0...9.4.0) --- updated-dependencies: - dependency-name: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml dependency-version: 1.81.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml dependency-version: 1.81.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: io.freefair.lombok dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 722d0f2..d7fa7d3 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -11,7 +11,7 @@ on: jobs: build-and-publish: name: Java Gradle - uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.81.2 + uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.81.4 secrets: sonar-token: ${{ secrets.SONARCLOUD_TOKEN }} sonar-organization: ${{ secrets.SONARCLOUD_ORGANIZATION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 145e563..1db5d0b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ on: jobs: java-gradle-release: name: Java Gradle - uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.81.2 + uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.81.4 with: release-type: "${{ inputs.release-type }}" secrets: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3173c5..5a8709a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,4 +12,4 @@ assertj = { group = "org.assertj", name = "assertj-core", version = "3.27.7" } release = { id = "com.bakdata.release", version = "2.2.0" } sonar = { id = "com.bakdata.sonar", version = "2.2.0" } sonatype = { id = "com.bakdata.sonatype", version = "2.2.0" } -lombok = { id = "io.freefair.lombok", version = "9.2.0" } +lombok = { id = "io.freefair.lombok", version = "9.4.0" }