Skip to content

Commit

Permalink
Combined dependency updates (2024-05-05)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump javiertuya/branch-snapshots-action from 1.2.2 to 1.2.3](#92)
- [Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12](#91)
- [Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13](#90)
- [Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1](#89)
  • Loading branch information
giis-qabot authored May 5, 2024
1 parent e9cf984 commit 7917096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
contents: read
packages: write
steps:
- uses: javiertuya/[email protected].2
- uses: javiertuya/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
java-version: '8'
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>pre-unit-test</id>
Expand Down Expand Up @@ -150,7 +150,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 7917096

Please sign in to comment.