Skip to content

Commit a591138

Browse files
Build(deps-dev): Bump org.openrewrite.maven:rewrite-maven-plugin from 6.28.1 to 6.29.0 (#1588)
Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 6.28.1 to 6.29.0. <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>6.29.0</h2> <h2>What's Changed</h2> <ul> <li>Skip unresolved property placeholders when determining charset by <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1105">openrewrite/rewrite-maven-plugin#1105</a></li> <li>chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/1106">openrewrite/rewrite-maven-plugin#1106</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.28.1...v6.29.0">https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.28.1...v6.29.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/b4c30baff8881ebd89c948a2521a37c8a5f6c5db"><code>b4c30ba</code></a> [maven-release-plugin] prepare release v6.29.0</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/184e92732273e9ca5e55f4745be30670c14a5d74"><code>184e927</code></a> Bump rewrite.version property</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/2c01af1b0ab372b61940e70c6a5ce9ffcf13996b"><code>2c01af1</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/d2ec8a769efde5127f03954a09ba96add1a8a609"><code>d2ec8a7</code></a> Delete files</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/5abd366930a2673f1a4363cbee4807a5cf480027"><code>5abd366</code></a> chore(ci): bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1106">#1106</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/9792e32b0a0f3c80c18806ad003e9b35f6bfe4bf"><code>9792e32</code></a> Skip unresolved property placeholders when determining charset (<a href="https://redirect.github.com/openrewrite/rewrite-maven-plugin/issues/1105">#1105</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/27684e2c325548993ff0519c79a53e48ec56e8c6"><code>27684e2</code></a> Bump rewrite.version property</li> <li><a href="https://github.com/openrewrite/rewrite-maven-plugin/commit/a36a35d29ad227b96def0ea5ad8aeff1c32ef02c"><code>a36a35d</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/v6.28.1...v6.29.0">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=6.28.1&new-version=6.29.0)](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 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 beee566 + 1f9a643 commit a591138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
<plugin>
10271027
<groupId>org.openrewrite.maven</groupId>
10281028
<artifactId>rewrite-maven-plugin</artifactId>
1029-
<version>6.28.1</version>
1029+
<version>6.29.0</version>
10301030

10311031
<dependencies>
10321032
<dependency>

0 commit comments

Comments
 (0)