Skip to content

Commit

Permalink
Combined dependency updates (2024-04-01)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.projectlombok:lombok from 1.18.30 to 1.18.32](#115)
- [Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0](#114)
- [Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0](#113)
- [Bump actions/configure-pages from 4 to 5](#112)
- [Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1](#111)
- [Bump actions/deploy-pages from 4.0.4 to 4.0.5](#110)
  • Loading branch information
javiertuya authored Apr 1, 2024
1 parent 5186478 commit 7876676
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Select Java Version
uses: actions/setup-java@v4
with:
Expand All @@ -48,4 +48,4 @@ jobs:
path: 'target/site/testapidocs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.4
uses: actions/deploy-pages@v4.0.5
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Publish surefire test report
if: always()
uses: mikepenz/action-junit-report@v4.1.0
uses: mikepenz/action-junit-report@v4.2.1
with:
check_name: test-report
report_paths: 'target/*-reports/TEST-*.xml'
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.45.1.0</version>
<version>3.45.2.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7876676

Please sign in to comment.