Skip to content

Commit

Permalink
Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.4…
Browse files Browse the repository at this point in the history
…4.0 (#55)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.diffplug.spotless:spotless-maven-plugin](https://redirect.github.com/diffplug/spotless)
| `2.43.0` -> `2.44.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:spotless-maven-plugin/2.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.diffplug.spotless:spotless-maven-plugin/2.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.diffplug.spotless:spotless-maven-plugin/2.43.0/2.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:spotless-maven-plugin/2.43.0/2.44.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>diffplug/spotless
(com.diffplug.spotless:spotless-maven-plugin)</summary>

###
[`v2.44.0`](https://redirect.github.com/diffplug/spotless/blob/HEAD/CHANGES.md#2440---2024-01-15)

##### Added

- New static method to `DiffMessageFormatter` which allows to retrieve
diffs with their line numbers
([#&#8203;1960](https://redirect.github.com/diffplug/spotless/issues/1960))
- Gradle - Support for formatting shell scripts via
[shfmt](https://redirect.github.com/mvdan/sh).
([#&#8203;1994](https://redirect.github.com/diffplug/spotless/pull/1994))

##### Fixed

- Fix empty files with biome >= 1.5.0 when formatting files that are in
the ignore list of the biome configuration file.
([#&#8203;1989](https://redirect.github.com/diffplug/spotless/pull/1989)
fixes
[#&#8203;1987](https://redirect.github.com/diffplug/spotless/issues/1987))
- Fix a regression in BufStep where the same arguments were being
provided to every `buf` invocation.
([#&#8203;1976](https://redirect.github.com/diffplug/spotless/issues/1976))

##### Changed

- Use palantir-java-format 2.39.0 on Java 21.
([#&#8203;1948](https://redirect.github.com/diffplug/spotless/pull/1948))
- Bump default `ktlint` version to latest `1.0.1` -> `1.1.1`.
([#&#8203;1973](https://redirect.github.com/diffplug/spotless/pull/1973))
- Bump default `googleJavaFormat` version to latest `1.18.1` ->
`1.19.2`.
([#&#8203;1971](https://redirect.github.com/diffplug/spotless/pull/1971))
- Bump default `diktat` version to latest `1.2.5` -> `2.0.0`.
([#&#8203;1972](https://redirect.github.com/diffplug/spotless/pull/1972))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 852f710 commit 153e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<!-- https://github.com/diffplug/spotless/blob/main/plugin-maven -->
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.44.0</version>
<configuration>
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
<ratchetFrom>origin/main</ratchetFrom>
Expand Down

0 comments on commit 153e831

Please sign in to comment.