Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent b0cd0fb commit fdf1c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.token=${SONAR_TOKEN}
- name: Upload artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
path: target/*.jar
deploy-maven-central:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<zt-zip.version>1.17</zt-zip.version>
<junit.version>5.11.3</junit.version>
<mockito-core.version>5.14.2</mockito-core.version>
<mockito-core.version>5.15.2</mockito-core.version>
<logback-classic.version>1.5.12</logback-classic.version>

<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>
Expand Down

0 comments on commit fdf1c5e

Please sign in to comment.