Skip to content

Commit e5d08c9

Browse files
Merge pull request #1465 from gradle/combined-prs-branch
Combined PRs
2 parents e681e25 + cc82285 commit e5d08c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/combine-dependabot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: combine-dependabot-prs
20-
uses: github/combine-prs@v5.1.0
20+
uses: github/combine-prs@v5.2.0
2121
with:
2222
branch_regex: ^(dependa|wrapper)bot\/.*$
2323
github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}

build-caching-maven-samples/kotlin-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

1414
<properties>
15-
<kotlin.version>2.0.20</kotlin.version>
15+
<kotlin.version>2.0.21</kotlin.version>
1616
<junit-jupiter.version>5.11.2</junit-jupiter.version>
1717
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1818
</properties>

0 commit comments

Comments
 (0)