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 }} 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]_ diff --git a/build.gradle b/build.gradle index 67855ee2..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' } @@ -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') }