Skip to content

Commit 8002df1

Browse files
Build(deps): Bump net.alchim31.maven:scala-maven-plugin from 4.9.6 to 4.9.7 (#1474)
Bumps [net.alchim31.maven:scala-maven-plugin](https://github.com/davidB/scala-maven-plugin) from 4.9.6 to 4.9.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/8a1a6f622a6d87ead0e9ef75cc550c753a0eabda"><code>8a1a6f6</code></a> [maven-release-plugin] prepare release 4.9.7</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/425e05c6dc5098c227eaed52a2d6316bb0b4deaa"><code>425e05c</code></a> chore(deps): bump org.apache.maven.plugins:maven-release-plugin (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/888">#888</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/e58b39004f3ba77dde17911bc18fec96172267e2"><code>e58b390</code></a> chore(deps): bump org.codehaus.plexus:plexus-archiver (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/887">#887</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/4bbd138958d487211307f4513642485137a17904"><code>4bbd138</code></a> chore(deps): bump org.apache.maven.plugins:maven-plugin-report-plugin (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/886">#886</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/64a247ac47eaded67fa4f8e5fc6f1c81d089dc43"><code>64a247a</code></a> chore(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotations (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/885">#885</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/02a7ffe7a3382a7645912f210e91bfd16fbf1b6b"><code>02a7ffe</code></a> chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/884">#884</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/c150ce3e46b44b238e5b434e87536a4fbcebac10"><code>c150ce3</code></a> chore(deps): bump org.codehaus.mojo:animal-sniffer-maven-plugin (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/883">#883</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/425588dbfb08e044b16e1228d6cdd18f1770ff05"><code>425588d</code></a> chore(deps): bump org.codehaus.plexus:plexus-archiver (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/882">#882</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/bc300692b14e38034e22946ebd9a71ba97054068"><code>bc30069</code></a> chore(deps): bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/881">#881</a>)</li> <li><a href="https://github.com/davidB/scala-maven-plugin/commit/a6c05d0ac972d5367e74f0c06c24dc519fb4bc85"><code>a6c05d0</code></a> chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin (<a href="https://redirect.github.com/davidB/scala-maven-plugin/issues/880">#880</a>)</li> <li>Additional commits viewable in <a href="https://github.com/davidB/scala-maven-plugin/compare/4.9.6...4.9.7">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.6&new-version=4.9.7)](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>
2 parents 665c76a + 54f5ba9 commit 8002df1

File tree

1 file changed

+1
-1
lines changed
  • querydsl-libraries/querydsl-scala

1 file changed

+1
-1
lines changed

querydsl-libraries/querydsl-scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>net.alchim31.maven</groupId>
155155
<artifactId>scala-maven-plugin</artifactId>
156-
<version>4.9.6</version>
156+
<version>4.9.7</version>
157157
<configuration>
158158
<scalaVersion>${scala.version}</scalaVersion>
159159

0 commit comments

Comments
 (0)