Skip to content

Commit

Permalink
chore: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Nov 28, 2024
1 parent d3717c5 commit 0a32046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: deploy image
runs-on: ubuntu-latest
steps:
- uses: appleboy/ssh-action@v1.1.0
- uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.16.2</quarkus.platform.version>
<quarkus.platform.version>3.16.4</quarkus.platform.version>

<surefire-plugin.version>3.5.2</surefire-plugin.version>
<enforcer-plugin.version>3.5.0</enforcer-plugin.version>
Expand All @@ -33,7 +33,7 @@
<shade-plugin.version>3.6.0</shade-plugin.version>
<jandex-plugin.version>3.2.3</jandex-plugin.version>
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
<spotbugs-plugin.version>4.8.6.5</spotbugs-plugin.version>
<spotbugs-plugin.version>4.8.6.6</spotbugs-plugin.version>
</properties>

<modules>
Expand Down

0 comments on commit 0a32046

Please sign in to comment.