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.0 to 3.3.1 (#223)

Bumps
[org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
from 3.3.0 to 3.3.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/88262c550081eaec123ca2a93ac3b225e09ac152"><code>88262c5</code></a>
[maven-release-plugin] prepare release
maven-checkstyle-plugin-3.3.1</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/47b8ec6c5b0bb54b90feb16abf7aa1a14488230c"><code>47b8ec6</code></a>
[MCHECKSTYLE-403] Goal checkstyle:checkstyle ignores testResources</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/d12ab8fb2338506b908003d715e0676138d02458"><code>d12ab8f</code></a>
[MCHECKSTYLE-439] Upgrade to Parent 40</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/b4c97c470c3181ac3d9ba2418d328c941b8fc901"><code>b4c97c4</code></a>
fix typo in &quot;ckecks&quot;</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/2b0fc93dce6da9685ab37a1b03b53409468075f3"><code>2b0fc93</code></a>
[MCHECKSTYLE-438] Update and backfill release notes</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/1c271f16d695c406c3d13f52e462749653dad37e"><code>1c271f1</code></a>
[MCHECKSTYLE-412] Add option to exclude generated sources/test-sources
from d...</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/9ebda630b1202b2261487a3caba3c131123ec1c6"><code>9ebda63</code></a>
[MNG-6829] Replace StringUtils#isEmpty(String) and #isNotEmpty(String)
(<a
href="https://redirect.github.com/apache/maven-checkstyle-plugin/issues/121">#121</a>)</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/472ed5a2f6c7c893f6dc5eb11ce05844b81f74eb"><code>472ed5a</code></a>
remove unnecessary I/O indirections (<a
href="https://redirect.github.com/apache/maven-checkstyle-plugin/issues/119">#119</a>)</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/f3e9603adc80804af8b60385898a2fd085319469"><code>f3e9603</code></a>
clean up before test (<a
href="https://redirect.github.com/apache/maven-checkstyle-plugin/issues/120">#120</a>)</li>
<li><a
href="https://github.com/apache/maven-checkstyle-plugin/commit/756a61f60413b59fb0e4d2ac23bd35a757dd69c3"><code>756a61f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-checkstyle-plugin&package-manager=maven&previous-version=3.3.0&new-version=3.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 4482a40 commit 979c883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oscal-rest-service-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<configLocation>google_checks.xml</configLocation>
<encoding>UTF-8</encoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<validation-api.version>2.0.1.Final</validation-api.version>
<spring.version>6.0.13</spring.version>
<junit.version>5.10.0</junit.version>
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-download-plugin.version>1.7.1</maven-download-plugin.version>
Expand Down

0 comments on commit 979c883

Please sign in to comment.