Skip to content

Commit

Permalink
Combined dependency updates (2024-03-06)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.1 to 2.23.0](#74)
- [Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12](#75)
- [Bump javiertuya/branch-snapshots-action from 1.2.1 to 1.2.2](#77)
  • Loading branch information
giis-qabot authored Mar 6, 2024
1 parent e6fd762 commit 9b2dcaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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].1
- uses: javiertuya/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
java-version: '8'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.22.1</version>
<version>2.23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9b2dcaa

Please sign in to comment.