Skip to content

Commit

Permalink
Merge branch 'main' into 169-webhooks-should-support-authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Sep 1, 2024
2 parents 95bebf0 + d759830 commit 8d49f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
cache: pip # caching pip dependencies
- run: pip install commitizen
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<properties>
<pdfbox.version>3.0.3</pdfbox.version>
<okapi.xliff.version>1.46.0</okapi.xliff.version>
<byte-buddy.version>1.15.0</byte-buddy.version>
<byte-buddy.version>1.15.1</byte-buddy.version>
<re2j.version>1.7</re2j.version>

<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit 8d49f39

Please sign in to comment.