Skip to content

Commit

Permalink
Merge branch 'master' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls authored Jun 6, 2023
2 parents 1a8bc65 + 9fd78a6 commit fecf017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
done
echo "version=$next_snapshot_version" > info/buildSrc/gradle.properties
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
author: GitHub <[email protected]>
commit-message: Prepare next development iteration after release ${{ env.RELEASE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ serialization = "1.5.0"
ktlint = "0.48.2"
junit = "5.9.3"
junit-platfrom = "1.9.3"
guava = "31.1-jre"
guava = "32.0.0-jre"
commons-cli = "1.5.0"
commons-io = "2.11.0"
kotlinpoet = "1.12.0"
Expand Down

0 comments on commit fecf017

Please sign in to comment.