Skip to content

Commit

Permalink
feat: Quarkus upgrade. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored May 7, 2024
1 parent 375eb80 commit 34e2d51
Show file tree
Hide file tree
Showing 8 changed files with 2,277 additions and 2,406 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Find JIRA task IDs from PR title
run: |
temp=$(echo "${{ github.event.pull_request.title }}" | grep -o '\[[^]]*\]' | sed 's/\[//;s/\]//' | tr -d ' ')
IFS=$',' read -ra keys <<< "$temp"
for key in "${keys[@]}"; do
echo "Key: $key"
done
- name: PR title validation
uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54
env:
Expand Down
25 changes: 25 additions & 0 deletions dep-sha256-man.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"dependencies": [
{
"id": "com.aayushatharva.brotli4j:native-osx-aarch64:jar:1.16.0",
"artifactId": "native-osx-aarch64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "ZwSoHwKsqDvf9N6IJPNp9kvWMSs8efr3KdFN8F4LJR4="
},
{
"id": "com.aayushatharva.brotli4j:native-windows-x86_64:jar:1.16.0",
"artifactId": "native-windows-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "MwHGGIY_iznHx7M6E9R1aKS2UYMvNmFYm8RQ5qr_DxU="
},
{
"id": "com.aayushatharva.brotli4j:native-linux-x86_64:jar:1.16.0",
"artifactId": "native-linux-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "tpM8OJhX4af0AEVQls7AHudr5z1RqfsRZNJwDT0xBU0="
}
]
}
Loading

0 comments on commit 34e2d51

Please sign in to comment.