From 4e45ca9155024f8cb52db114d035f67f16341e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:31:57 +0000 Subject: [PATCH 1/4] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67855ee2..80ac5872 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { compileOnly 'com.gradle:gradle-enterprise-gradle-plugin:3.15.1' - testImplementation(platform('org.junit:junit-bom:5.10.0')) + testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation('org.junit.jupiter:junit-jupiter') } From e7e2fdc6e60393ab38a40e4570cae7b6edb51850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 02:55:17 +0000 Subject: [PATCH 2/4] Bump com.github.breadmoirai.github-release from 2.4.1 to 2.5.2 Bumps com.github.breadmoirai.github-release from 2.4.1 to 2.5.2. --- updated-dependencies: - dependency-name: com.github.breadmoirai.github-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80ac5872..3ee4c6bf 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'maven-publish' id 'signing' id 'com.gradle.plugin-publish' version '1.2.1' - id 'com.github.breadmoirai.github-release' version '2.4.1' + id 'com.github.breadmoirai.github-release' version '2.5.2' id 'org.gradle.wrapper-upgrade' version '0.11.4' } From 214eeef04190f91c71b5b678b3358d40daf5548e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 02:29:12 +0000 Subject: [PATCH 3/4] Bump github/combine-prs from 4.1.0 to 5.0.0 Bumps [github/combine-prs](https://github.com/github/combine-prs) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: github/combine-prs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/combine-dependabot-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-dependabot-prs.yml b/.github/workflows/combine-dependabot-prs.yml index 1da719a4..766a0835 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: combine-dependabot-prs - uses: github/combine-prs@v4.1.0 + uses: github/combine-prs@v5.0.0 with: branch_regex: ^(dependa|wrapper)bot\/.*$ github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }} From 0560bc68780b7d08ca6efc7a30adf08d43e2182f Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Mon, 27 Nov 2023 12:02:08 +0100 Subject: [PATCH 4/4] Develocity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfafafd6..f0e3d7ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> _This repository is maintained by the Gradle Enterprise Solutions team, as one of several publicly available repositories:_ +> _This repository is maintained by the Develocity Solutions team, as one of several publicly available repositories:_ > - _[Gradle Enterprise Build Configuration Samples][ge-build-config-samples]_ > - _[Gradle Enterprise Build Optimization Experiments][ge-build-optimization-experiments]_ > - _[Gradle Enterprise Build Validation Scripts][ge-build-validation-scripts]_