Skip to content

Commit 2946345

Browse files
Bump net.alchim31.maven:scala-maven-plugin from 4.9.5 to 4.9.6 (#3070)
Bumps [net.alchim31.maven:scala-maven-plugin](https://github.com/davidB/scala-maven-plugin) from 4.9.5 to 4.9.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/9044ff84df9c19f5c68694a0b7b9959934aa009b"><code>9044ff8</code></a> [maven-release-plugin] prepare release 4.9.6</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/b361a5c5e85ea7a09a3c930a67f477103c0cf003"><code>b361a5c</code></a> fix: weird slf4j javadoc error</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/73401431cae22becea401459325fac91cb809da8"><code>7340143</code></a> fix: do attach javadoc</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/0b53f39ca40cbe32af03c31c59ddc89640ad368d"><code>0b53f39</code></a> chore: revert maven-gpg-plugin 3.2.7</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/b51971cd01188d225cc15bb4bfd7344e8d7e16e6"><code>b51971c</code></a> chore: format</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/c051222713a6a3913395592652b29e5d06e8aed2"><code>c051222</code></a> chore(deps): bump actions/setup-java from 4 to 5 (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/868">#868</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/dfaadc181ffc931d7e7d875cb9e1231509462ab9"><code>dfaadc1</code></a> chore(deps): bump org.codehaus.plexus:plexus-archiver (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/867">#867</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/69792dc715a2d56c93f5b5d2e02529bd30c217af"><code>69792dc</code></a> chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/866">#866</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/baebbdc0afe00e8bfb4cf797c1258680f3507045"><code>baebbdc</code></a> Manipulating classpath items should preserve item order (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/865">#865</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/a25b9424cd731b48efdd215777b67d6ec5a7f47a"><code>a25b942</code></a> chore(deps): bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/863">#863</a>)</li> <li>Additional commits viewable in <a href="https://github.com/davidB/scala-maven-plugin/compare/4.9.5...4.9.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.alchim31.maven:scala-maven-plugin&package-manager=maven&previous-version=4.9.5&new-version=4.9.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
1 parent a5215d0 commit 2946345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<maven.source.version>3.3.1</maven.source.version>
6161
<maven.exec.version>3.5.1</maven.exec.version>
6262
<moditect.version>1.3.0.Final</moditect.version>
63-
<scala.maven.version>4.9.5</scala.maven.version>
63+
<scala.maven.version>4.9.6</scala.maven.version>
6464
<scala.version>3.5.1</scala.version>
6565
</properties>
6666
<dependencyManagement>

0 commit comments

Comments
 (0)