Skip to content

Commit 964a318

Browse files
Bump org.openrewrite.maven:rewrite-maven-plugin from 5.43.3 to 5.43.4 (#667)
Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.43.3 to 5.43.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openrewrite/rewrite-maven-plugin/releases">org.openrewrite.maven:rewrite-maven-plugin's releases</a>.</em></p> <blockquote> <h2>5.43.4</h2> <h2>What's Changed</h2> <ul> <li>Honor <code>rewrite.resolvePropertiesInYaml</code> flag in classpath scanning by <a href="https://github.com/jpraet"><code>@​jpraet</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/887">openrewrite/rewrite-maven-plugin#887</a></li> <li>Add tests for multi source sets by <a href="https://github.com/nielsdebruin"><code>@​nielsdebruin</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/888">openrewrite/rewrite-maven-plugin#888</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jpraet"><code>@​jpraet</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/887">openrewrite/rewrite-maven-plugin#887</a></li> <li><a href="https://github.com/nielsdebruin"><code>@​nielsdebruin</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/888">openrewrite/rewrite-maven-plugin#888</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.43.3...v5.43.4">https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.43.3...v5.43.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/4c234c60134633c87dfe26abb5627e571e939fff"><code>4c234c6</code></a> [maven-release-plugin] prepare release v5.43.4</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/80906c602dd1e7da3d0181f5f463e8f8369150b1"><code>80906c6</code></a> Bump rewrite.version properties</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/84c5eb3312460d208d4235d34237698f000238ee"><code>84c5eb3</code></a> Target 5.43.4 for the next release</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/d86d22c3486543178d1bbe08087c62896ff2aa71"><code>d86d22c</code></a> Add tests for multi source sets (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/888">#888</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/8f7d930004d739780563aecca4c3c812cab4b432"><code>8f7d930</code></a> Honor rewrite.resolvePropertiesInYaml flag in classpath scanning (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/887">#887</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/a309ea0db6688ed6419398efc48945ef033dd590"><code>a309ea0</code></a> Bump rewrite.version properties</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/2c2cf883e4f5568ab0ff11ac5486166e0d37b4b0"><code>2c2cf88</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.43.3...v5.43.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite.maven:rewrite-maven-plugin&package-manager=maven&previous-version=5.43.3&new-version=5.43.4)](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 55f4e56 + d57739d commit 964a318

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
@@ -1007,7 +1007,7 @@
10071007
<plugin>
10081008
<groupId>org.openrewrite.maven</groupId>
10091009
<artifactId>rewrite-maven-plugin</artifactId>
1010-
<version>5.43.3</version>
1010+
<version>5.43.4</version>
10111011

10121012
<dependencies>
10131013
<dependency>

0 commit comments

Comments
 (0)