Skip to content

Commit

Permalink
Combined dependency updates (2024-02-04) (#158)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/deploy-pages from 4.0.2 to 4.0.3](#153)
- [Bump javiertuya/sonarqube-action from 1.2.0 to 1.3.0](#154)
- [Bump mikepenz/action-junit-report from 4.0.3 to 4.1.0](#152)
- [Bump org.xerial:sqlite-jdbc from 3.44.1.0 to 3.45.1.0](#155)
- [Bump slf4j.version from 2.0.10 to 2.0.11](#157)
- [Bump surefire.version from 3.2.3 to 3.2.5](#156)
  • Loading branch information
javiertuya authored Feb 4, 2024
1 parent 09989a1 commit 1f0d61a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
path: 'target/site/testapidocs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.2
uses: actions/deploy-pages@v4.0.3
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Publish surefire test report
if: always()
uses: mikepenz/action-junit-report@v4.0.3
uses: mikepenz/action-junit-report@v4.1.0
with:
check_name: test-report
report_paths: 'target/*-reports/TEST-*.xml'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: javiertuya/sonarqube-action@v1.2.0
- uses: javiertuya/sonarqube-action@v1.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<surefire.version>3.2.3</surefire.version>
<surefire.version>3.2.5</surefire.version>

<slf4j.version>2.0.10</slf4j.version>
<slf4j.version>2.0.11</slf4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.44.1.0</version>
<version>3.45.1.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down

0 comments on commit 1f0d61a

Please sign in to comment.