Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin fr…
Browse files Browse the repository at this point in the history
…om 3.3.1 to 3.4.0 (#152)

* chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin

Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.1 to 3.4.0.
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* filter duplicate workflow runs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <[email protected]>
  • Loading branch information
dependabot[bot] and Pil0tXia committed Jun 11, 2024
1 parent b2749af commit 5092504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ name: "Continuous Integration"

on:
push:
branches: [ '**' ]
branches:
- '**'
- '!dependabot/**'
pull_request:
branches: [ '**' ]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<configLocation>style/checkStyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
Expand Down

0 comments on commit 5092504

Please sign in to comment.