Skip to content

Commit 57a1a0d

Browse files
Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6 (#60)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.openrewrite.maven:rewrite-maven-plugin](https://openrewrite.github.io/rewrite-maven-plugin/) ([source](https://redirect.github.com/openrewrite/rewrite-maven-plugin)) | `5.47.3` -> `6.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.openrewrite.maven:rewrite-maven-plugin/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.openrewrite.maven:rewrite-maven-plugin/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.openrewrite.maven:rewrite-maven-plugin/5.47.3/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.openrewrite.maven:rewrite-maven-plugin/5.47.3/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openrewrite/rewrite-maven-plugin (org.openrewrite.maven:rewrite-maven-plugin)</summary> ### [`v6.0.0`](https://redirect.github.com/openrewrite/rewrite-maven-plugin/releases/tag/v6.0.0): 6.0.0 [Compare Source](https://redirect.github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.3...v6.0.0) #### What's Changed - Enable Develocity remote build cache on CI by [@&#8203;nielsdebruin](https://redirect.github.com/nielsdebruin) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/922](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/922) - Updating Suppressions by [@&#8203;lkerford](https://redirect.github.com/lkerford) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/923](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/923) - Add TomlParser by [@&#8203;timtebeek](https://redirect.github.com/timtebeek) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/925](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/925) - chore(ci): bump org.assertj:assertj-bom from 3.27.0 to 3.27.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/openrewrite/rewrite-maven-plugin/pull/926](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/926) #### New Contributors - [@&#8203;lkerford](https://redirect.github.com/lkerford) made their first contribution in [https://github.com/openrewrite/rewrite-maven-plugin/pull/923](https://redirect.github.com/openrewrite/rewrite-maven-plugin/pull/923) **Full Changelog**: openrewrite/rewrite-maven-plugin@v5.47.3...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kpavlov/langchain4j-kotlin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48325bc commit 57a1a0d

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
@@ -436,7 +436,7 @@
436436
<plugin>
437437
<groupId>org.openrewrite.maven</groupId>
438438
<artifactId>rewrite-maven-plugin</artifactId>
439-
<version>5.47.3</version>
439+
<version>6.0.0</version>
440440
<configuration>
441441
<exportDatatables>true</exportDatatables>
442442
<activeRecipes>

0 commit comments

Comments
 (0)