Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring.version from 6.0.8 to 6.0.9 #490

Merged
merged 1 commit into from
May 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2023

Bumps spring.version from 6.0.8 to 6.0.9.
Updates spring-test from 6.0.8 to 6.0.9

Release notes

Sourced from spring-test's releases.

v6.0.9

⭐ New Features

  • Consistent support for MultiValueMap and common Map implementations in CollectionFactory #30440
  • Introduce internal constants for implicit bounds in TypeUtils #30423
  • Update major/minor version properties in MockServletContext #30395
  • Reject null and empty SpEL expressions #30371
  • Support Test AOT processing with GraalVM tracing agent and Native Build Tools #30281
  • Introduce Environment.matchesProfiles() for profile expressions #30206
  • Optimize MultiValueMap iteration operations #29972

🐞 Bug Fixes

  • Respect TaskDecorator configuration on DefaultManagedTaskExecutor #30442
  • Qualifiers registered programmatically are not supported by AOT #30410
  • Support for InjectionPoint in bean factory methods when using AOT #30401
  • Bean methods with generic array/varargs parameters break native compilation #30407
  • ApplicationListenerMethodAdapter supports non-matching generic events #30399
  • Processing several @PersistenceContext injection points on the same class with AOT generates code that does not compile #30437
  • Make maximum SpEL expression length configurable #30380
  • Record beans do not compile to native images #30383
  • Missing resource hint for @PropertySource#value #30376
  • ApplicationEventPublisher - PayloadApplicationEvent not received by EventListener if event fired from child context #30360
  • StringDecoder.decode() should release chunks on cancellation #30299
  • Quote '?' in Quoted Printable filename #30252
  • Missing reflection hint for custom PropertySourceFactory in native image #30175
  • Aot generated sources fail to compile with 'File name too long' error #29846

📔 Documentation

  • Update package-info for CGLIB fork #30461
  • Clarify differences between GenericBeanDefinition and RootBeanDefinition #30444
  • Document how to configure FactoryBean with a configurable target with AOT #30434
  • Add Antora docs-build branch #30415
  • Switch the reference documentation to Antora #30414
  • @ResponseStatus documentation incorrect #30305

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.7 #30451
  • Upgrade to Reactor 2022.0.7 #30450

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​divcon, @​izeye, @​luozhenyu, @​rwinch, @​sigee, and @​yuzawa-san

Commits
  • c9930dd Release v6.0.9
  • 3f889e9 Clarify RootBeanDefinition vs GenericBeanDefinition
  • 6622a3c Consistent package-info declarations for CGLIB fork
  • d8f6567 Download the playbook to build dir
  • 1113096 Support Test AOT processing with GraalVM tracing agent and NBT
  • 89bcee6 Add author tag
  • c8927ae Polishing
  • e228f4b Consistent pre-resolution of event type vs payload type
  • c733ae0 Fix ApplicationListenerMethodAdapter#supportsEventType check
  • aefcb9d Make maximum SpEL expression length configurable
  • Additional commits viewable in compare view

Updates spring-jdbc from 6.0.8 to 6.0.9

Release notes

Sourced from spring-jdbc's releases.

v6.0.9

⭐ New Features

  • Consistent support for MultiValueMap and common Map implementations in CollectionFactory #30440
  • Introduce internal constants for implicit bounds in TypeUtils #30423
  • Update major/minor version properties in MockServletContext #30395
  • Reject null and empty SpEL expressions #30371
  • Support Test AOT processing with GraalVM tracing agent and Native Build Tools #30281
  • Introduce Environment.matchesProfiles() for profile expressions #30206
  • Optimize MultiValueMap iteration operations #29972

🐞 Bug Fixes

  • Respect TaskDecorator configuration on DefaultManagedTaskExecutor #30442
  • Qualifiers registered programmatically are not supported by AOT #30410
  • Support for InjectionPoint in bean factory methods when using AOT #30401
  • Bean methods with generic array/varargs parameters break native compilation #30407
  • ApplicationListenerMethodAdapter supports non-matching generic events #30399
  • Processing several @PersistenceContext injection points on the same class with AOT generates code that does not compile #30437
  • Make maximum SpEL expression length configurable #30380
  • Record beans do not compile to native images #30383
  • Missing resource hint for @PropertySource#value #30376
  • ApplicationEventPublisher - PayloadApplicationEvent not received by EventListener if event fired from child context #30360
  • StringDecoder.decode() should release chunks on cancellation #30299
  • Quote '?' in Quoted Printable filename #30252
  • Missing reflection hint for custom PropertySourceFactory in native image #30175
  • Aot generated sources fail to compile with 'File name too long' error #29846

📔 Documentation

  • Update package-info for CGLIB fork #30461
  • Clarify differences between GenericBeanDefinition and RootBeanDefinition #30444
  • Document how to configure FactoryBean with a configurable target with AOT #30434
  • Add Antora docs-build branch #30415
  • Switch the reference documentation to Antora #30414
  • @ResponseStatus documentation incorrect #30305

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.7 #30451
  • Upgrade to Reactor 2022.0.7 #30450

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​divcon, @​izeye, @​luozhenyu, @​rwinch, @​sigee, and @​yuzawa-san

Commits
  • c9930dd Release v6.0.9
  • 3f889e9 Clarify RootBeanDefinition vs GenericBeanDefinition
  • 6622a3c Consistent package-info declarations for CGLIB fork
  • d8f6567 Download the playbook to build dir
  • 1113096 Support Test AOT processing with GraalVM tracing agent and NBT
  • 89bcee6 Add author tag
  • c8927ae Polishing
  • e228f4b Consistent pre-resolution of event type vs payload type
  • c733ae0 Fix ApplicationListenerMethodAdapter#supportsEventType check
  • aefcb9d Make maximum SpEL expression length configurable
  • Additional commits viewable in compare view

Updates spring-beans from 6.0.8 to 6.0.9

Release notes

Sourced from spring-beans's releases.

v6.0.9

⭐ New Features

  • Consistent support for MultiValueMap and common Map implementations in CollectionFactory #30440
  • Introduce internal constants for implicit bounds in TypeUtils #30423
  • Update major/minor version properties in MockServletContext #30395
  • Reject null and empty SpEL expressions #30371
  • Support Test AOT processing with GraalVM tracing agent and Native Build Tools #30281
  • Introduce Environment.matchesProfiles() for profile expressions #30206
  • Optimize MultiValueMap iteration operations #29972

🐞 Bug Fixes

  • Respect TaskDecorator configuration on DefaultManagedTaskExecutor #30442
  • Qualifiers registered programmatically are not supported by AOT #30410
  • Support for InjectionPoint in bean factory methods when using AOT #30401
  • Bean methods with generic array/varargs parameters break native compilation #30407
  • ApplicationListenerMethodAdapter supports non-matching generic events #30399
  • Processing several @PersistenceContext injection points on the same class with AOT generates code that does not compile #30437
  • Make maximum SpEL expression length configurable #30380
  • Record beans do not compile to native images #30383
  • Missing resource hint for @PropertySource#value #30376
  • ApplicationEventPublisher - PayloadApplicationEvent not received by EventListener if event fired from child context #30360
  • StringDecoder.decode() should release chunks on cancellation #30299
  • Quote '?' in Quoted Printable filename #30252
  • Missing reflection hint for custom PropertySourceFactory in native image #30175
  • Aot generated sources fail to compile with 'File name too long' error #29846

📔 Documentation

  • Update package-info for CGLIB fork #30461
  • Clarify differences between GenericBeanDefinition and RootBeanDefinition #30444
  • Document how to configure FactoryBean with a configurable target with AOT #30434
  • Add Antora docs-build branch #30415
  • Switch the reference documentation to Antora #30414
  • @ResponseStatus documentation incorrect #30305

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.7 #30451
  • Upgrade to Reactor 2022.0.7 #30450

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​divcon, @​izeye, @​luozhenyu, @​rwinch, @​sigee, and @​yuzawa-san

Commits
  • c9930dd Release v6.0.9
  • 3f889e9 Clarify RootBeanDefinition vs GenericBeanDefinition
  • 6622a3c Consistent package-info declarations for CGLIB fork
  • d8f6567 Download the playbook to build dir
  • 1113096 Support Test AOT processing with GraalVM tracing agent and NBT
  • 89bcee6 Add author tag
  • c8927ae Polishing
  • e228f4b Consistent pre-resolution of event type vs payload type
  • c733ae0 Fix ApplicationListenerMethodAdapter#supportsEventType check
  • aefcb9d Make maximum SpEL expression length configurable
  • Additional commits viewable in compare view

Updates spring-context from 6.0.8 to 6.0.9

Release notes

Sourced from spring-context's releases.

v6.0.9

⭐ New Features

  • Consistent support for MultiValueMap and common Map implementations in CollectionFactory #30440
  • Introduce internal constants for implicit bounds in TypeUtils #30423
  • Update major/minor version properties in MockServletContext #30395
  • Reject null and empty SpEL expressions #30371
  • Support Test AOT processing with GraalVM tracing agent and Native Build Tools #30281
  • Introduce Environment.matchesProfiles() for profile expressions #30206
  • Optimize MultiValueMap iteration operations #29972

🐞 Bug Fixes

  • Respect TaskDecorator configuration on DefaultManagedTaskExecutor #30442
  • Qualifiers registered programmatically are not supported by AOT #30410
  • Support for InjectionPoint in bean factory methods when using AOT #30401
  • Bean methods with generic array/varargs parameters break native compilation #30407
  • ApplicationListenerMethodAdapter supports non-matching generic events #30399
  • Processing several @PersistenceContext injection points on the same class with AOT generates code that does not compile #30437
  • Make maximum SpEL expression length configurable #30380
  • Record beans do not compile to native images #30383
  • Missing resource hint for @PropertySource#value #30376
  • ApplicationEventPublisher - PayloadApplicationEvent not received by EventListener if event fired from child context #30360
  • StringDecoder.decode() should release chunks on cancellation #30299
  • Quote '?' in Quoted Printable filename #30252
  • Missing reflection hint for custom PropertySourceFactory in native image #30175
  • Aot generated sources fail to compile with 'File name too long' error #29846

📔 Documentation

  • Update package-info for CGLIB fork #30461
  • Clarify differences between GenericBeanDefinition and RootBeanDefinition #30444
  • Document how to configure FactoryBean with a configurable target with AOT #30434
  • Add Antora docs-build branch #30415
  • Switch the reference documentation to Antora #30414
  • @ResponseStatus documentation incorrect #30305

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.7 #30451
  • Upgrade to Reactor 2022.0.7 #30450

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​divcon, @​izeye, @​luozhenyu, @​rwinch, @​sigee, and @​yuzawa-san

Commits
  • c9930dd Release v6.0.9
  • 3f889e9 Clarify RootBeanDefinition vs GenericBeanDefinition
  • 6622a3c Consistent package-info declarations for CGLIB fork
  • d8f6567 Download the playbook to build dir
  • 1113096 Support Test AOT processing with GraalVM tracing agent and NBT
  • 89bcee6 Add author tag
  • c8927ae Polishing
  • e228f4b Consistent pre-resolution of event type vs payload type
  • c733ae0 Fix ApplicationListenerMethodAdapter#supportsEventType check
  • aefcb9d Make maximum SpEL expression length configurable
  • Additional commits viewable in compare view

Updates spring-orm from 6.0.8 to 6.0.9

Release notes

Sourced from spring-orm's releases.

v6.0.9

⭐ New Features

  • Consistent support for MultiValueMap and common Map implementations in CollectionFactory #30440
  • Introduce internal constants for implicit bounds in TypeUtils #30423
  • Update major/minor version properties in MockServletContext #30395
  • Reject null and empty SpEL expressions #30371
  • Support Test AOT processing with GraalVM tracing agent and Native Build Tools #30281
  • Introduce Environment.matchesProfiles() for profile expressions #30206
  • Optimize MultiValueMap iteration operations #29972

🐞 Bug Fixes

  • Respect TaskDecorator configuration on DefaultManagedTaskExecutor #30442
  • Qualifiers registered programmatically are not supported by AOT #30410
  • Support for InjectionPoint in bean factory methods when using AOT #30401
  • Bean methods with generic array/varargs parameters break native compilation #30407
  • ApplicationListenerMethodAdapter supports non-matching generic events #30399
  • Processing several @PersistenceContext injection points on the same class with AOT generates code that does not compile #30437
  • Make maximum SpEL expression length configurable #30380
  • Record beans do not compile to native images #30383
  • Missing resource hint for @PropertySource#value #30376
  • ApplicationEventPublisher - PayloadApplicationEvent not received by EventListener if event fired from child context #30360
  • StringDecoder.decode() should release chunks on cancellation #30299
  • Quote '?' in Quoted Printable filename #30252
  • Missing reflection hint for custom PropertySourceFactory in native image #30175
  • Aot generated sources fail to compile with 'File name too long' error #29846

📔 Documentation

  • Update package-info for CGLIB fork #30461
  • Clarify differences between GenericBeanDefinition and RootBeanDefinition #30444
  • Document how to configure FactoryBean with a configurable target with AOT #30434
  • Add Antora docs-build branch #30415
  • Switch the reference documentation to Antora #30414
  • @ResponseStatus documentation incorrect #30305

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.7 #30451
  • Upgrade to Reactor 2022.0.7 #30450

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​divcon, @​izeye, @​luozhenyu, @​rwinch, @​sigee, and @​yuzawa-san

Commits
  • c9930dd Release v6.0.9
  • 3f889e9 Clarify RootBeanDefinition vs GenericBeanDefinition
  • 6622a3c Consistent package-info declarations for CGLIB fork
  • d8f6567 Download the playbook to build dir
  • 1113096 Support Test AOT processing with GraalVM tracing agent and NBT
  • 89bcee6 Add author tag
  • c8927ae Polishing
  • e228f4b Consistent pre-resolution of event type vs payload type
  • c733ae0 Fix ApplicationListenerMethodAdapter#supportsEventType check
  • aefcb9d Make maximum SpEL expression length configurable
  • Additional commits viewable in compare view

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 commands and options

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 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)

Bumps `spring.version` from 6.0.8 to 6.0.9.

Updates `spring-test` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)

Updates `spring-jdbc` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)

Updates `spring-beans` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)

Updates `spring-context` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)

Updates `spring-orm` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

Testing These Changes

To test this PR, use the artifacts attached to the latest CI build

Artifacts Available:

  • liquibase-hibernate-artifacts: Zip containing the .jar file to test
  • test-reports-*: Detailed automated test results

Download with liquibase-sdk-maven-plugin

Alternately, you can use the Liquibase SDK Maven Plugin

Download the artifacts

mvn org.liquibase.ext:liquibase-sdk-maven-plugin:0.10.20:download-snapshot-artifacts -Dliquibase.sdk.repo=liquibase/liquibase-hibernate -Dliquibase.sdk.branchSearch=liquibase:dependabot/maven/spring.version-6.0.9 -Dliquibase.sdk.downloadDirectory=download -Dliquibase.sdk.artifactPattern=*-artifacts -Dliquibase.sdk.unzipArtifacts=true

Install to your local maven cache

mvn org.liquibase.ext:liquibase-sdk-maven-plugin:0.10.20:install-snapshot -Dliquibase.sdk.repo=liquibase/liquibase-hibernate -Dliquibase.sdk.branchSearch=liquibase:dependabot/maven/spring.version-6.0.9

@github-actions
Copy link
Contributor

Test Results

36 files  ±0  36 suites  ±0   1m 0s ⏱️ +5s
21 tests ±0  21 ✔️ ±0  0 💤 ±0  0 ±0 
84 runs  ±0  84 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit a7d78a5. ± Comparison against base commit b105136.

@filipelautert filipelautert merged commit b49f233 into main May 11, 2023
@dependabot dependabot bot deleted the dependabot/maven/spring.version-6.0.9 branch May 11, 2023 19:58
benkard pushed a commit to benkard/mulkcms2 that referenced this pull request Aug 7, 2023
This MR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [flow-bin](https://github.com/flowtype/flow-bin) ([changelog](https://github.com/facebook/flow/blob/master/Changelog.md)) | devDependencies | minor | [`^0.206.0` -> `^0.214.0`](https://renovatebot.com/diffs/npm/flow-bin/0.206.0/0.214.0) |
| [org.liquibase.ext:liquibase-hibernate5](https://github.com/liquibase/liquibase-hibernate/wiki) ([source](https://github.com/liquibase/liquibase-hibernate)) | build | minor | `4.21.1` -> `4.22.0` |
| [org.liquibase:liquibase-maven-plugin](http://www.liquibase.org/liquibase-maven-plugin) ([source](https://github.com/liquibase/liquibase)) | build | minor | `4.21.1` -> `4.23.0` |
| [com.vladsch.flexmark:flexmark-all](https://github.com/vsch/flexmark-java) | compile | patch | `0.64.4` -> `0.64.8` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.36.0` -> `2.38.0` |

---

### Release Notes

<details>
<summary>flowtype/flow-bin</summary>

### [`v0.214.0`](flow/flow-bin@a8d35e6...ca11e28)

[Compare Source](flow/flow-bin@a8d35e6...ca11e28)

### [`v0.213.1`](flow/flow-bin@656b64a...a8d35e6)

[Compare Source](flow/flow-bin@656b64a...a8d35e6)

### [`v0.213.0`](flow/flow-bin@733e908...656b64a)

[Compare Source](flow/flow-bin@733e908...656b64a)

### [`v0.212.0`](flow/flow-bin@d057186...733e908)

[Compare Source](flow/flow-bin@d057186...733e908)

### [`v0.211.1`](flow/flow-bin@669f2d7...d057186)

[Compare Source](flow/flow-bin@669f2d7...d057186)

### [`v0.211.0`](flow/flow-bin@c0f5f12...669f2d7)

[Compare Source](flow/flow-bin@c0f5f12...669f2d7)

### [`v0.210.2`](flow/flow-bin@6dbf435...c0f5f12)

[Compare Source](flow/flow-bin@6dbf435...c0f5f12)

### [`v0.210.1`](flow/flow-bin@572b4ff...6dbf435)

[Compare Source](flow/flow-bin@572b4ff...6dbf435)

### [`v0.210.0`](flow/flow-bin@026a117...572b4ff)

[Compare Source](flow/flow-bin@026a117...572b4ff)

### [`v0.209.0`](flow/flow-bin@b1689a0...026a117)

[Compare Source](flow/flow-bin@b1689a0...026a117)

### [`v0.208.1`](flow/flow-bin@1e8564c...b1689a0)

[Compare Source](flow/flow-bin@1e8564c...b1689a0)

### [`v0.208.0`](flow/flow-bin@97db57b...1e8564c)

[Compare Source](flow/flow-bin@97db57b...1e8564c)

### [`v0.207.0`](flow/flow-bin@7bf1c0e...97db57b)

[Compare Source](flow/flow-bin@7bf1c0e...97db57b)

</details>

<details>
<summary>liquibase/liquibase-hibernate</summary>

### [`v4.22.0`](https://github.com/liquibase/liquibase-hibernate/releases/tag/v4.22.0)

[Compare Source](liquibase/liquibase-hibernate@v4.21.1...v4.22.0)

Support for Liquibase 4.22.0.

#### What's Changed

-   Fix diff changelog is removing unique constraint since 4.21.0 (hibernate6 + postgresql) by [@&#8203;filipelautert](https://github.com/filipelautert) in liquibase/liquibase-hibernate#480
-   add Support for Hibernate EnversSettings revision_field_name and revision_type_field_name by [@&#8203;lorenzbaier](https://github.com/lorenzbaier) in liquibase/liquibase-hibernate#488
-   Bump spring.version from 6.0.8 to 6.0.9 by [@&#8203;dependabot](https://github.com/dependabot) in liquibase/liquibase-hibernate#490

#### New Contributors

-   [@&#8203;lorenzbaier](https://github.com/lorenzbaier) made their first contribution in liquibase/liquibase-hibernate#488

**Full Changelog**: liquibase/liquibase-hibernate@v4.21.0...v4.22.0

</details>

<details>
<summary>liquibase/liquibase</summary>

### [`v4.23.0`](https://github.com/liquibase/liquibase/blob/HEAD/changelog.txt#Liquibase-4230-is-a-major-release)

[Compare Source](liquibase/liquibase@v4.22.0...v4.23.0)

### [`v4.22.0`](https://github.com/liquibase/liquibase/blob/HEAD/changelog.txt#Liquibase-v4220-is-a-major-release)

[Compare Source](liquibase/liquibase@v4.21.1...v4.22.0)

</details>

<details>
<summary>vsch/flexmark-java</summary>

### [`v0.64.6`](vsch/flexmark-java@0.64.4...0.64.6)

[Compare Source](vsch/flexmark-java@0.64.4...0.64.6)

</details>

<details>
<summary>diffplug/spotless</summary>

### [`v2.38.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#&#8203;2380---2023-04-06)

##### Added

-   Support configuration of mirrors for P2 repositories in `EquoBasedStepBuilder` ([#&#8203;1629](diffplug/spotless#1629)).
-   The `style` option in Palantir Java Format ([#&#8203;1654](diffplug/spotless#1654)).
-   Added formatter for Gherkin feature files ([#&#8203;1649](diffplug/spotless#1649)).

##### Changes

-   **POTENTIALLY BREAKING** Converted `googleJavaFormat` to a compile-only dependency and drop support for versions < `1.8`. ([#&#8203;1630](diffplug/spotless#1630))
-   Bump default `cleanthat` version to latest `2.6` -> `2.13`. ([#&#8203;1589](diffplug/spotless#1589) and [#&#8203;1661](diffplug/spotless#1661))
-   Bump default `diktat` version `1.2.4.2` -> `1.2.5`. ([#&#8203;1631](diffplug/spotless#1631))
-   Bump default `flexmark` version `0.62.2` -> `0.64.0`. ([#&#8203;1302](diffplug/spotless#1302))
-   Bump default `googleJavaFormat` version `1.15.0` -> `1.16.0`. ([#&#8203;1630](diffplug/spotless#1630))
-   Bump default `scalafmt` version `3.7.1` -> `3.7.3`. ([#&#8203;1584](diffplug/spotless#1584))
-   Bump default Eclipse formatters for the 2023-03 release. ([#&#8203;1662](diffplug/spotless#1662))
    -   JDT and GrEclipse `4.26` -> `4.27`
        -   Improve GrEclipse error reporting. ([#&#8203;1660](diffplug/spotless#1660))
    -   CDT `11.0` -> `11.1`

### [`v2.37.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#&#8203;2370---2023-03-13)

##### Added

-   You can now put the filename into a license header template with `$FILE`. ([#&#8203;1605](diffplug/spotless#1605) fixes [#&#8203;1147](diffplug/spotless#1147))

##### Changes

-   We are now opting in to Gradle's new stable configuration cache. ([#&#8203;1591](diffplug/spotless#1591))
-   Adopt [Equo Solstice OSGi and p2 shim](https://github.com/equodev/equo-ide/tree/main/solstice) to update all Eclipse-based plugins. ([#&#8203;1524](diffplug/spotless#1524))
    -   Eclipse JDT now supports `4.9` through `4.26`. Also we now recommend dropping the last `.0`, e.g. `4.26` instead of `4.26.0`, you'll get warnings to help you switch.
    -   Eclipse Groovy now supports `4.18` through `4.26`. Also we now recommend dropping the last `.0`, e.g. `4.26` instead of `4.26.0`, you'll get warnings to help you switch.
    -   Eclipse CDT now supports `10.6` through `11.0`.
    -   Eclipse WTP is still WIP at [#&#8203;1622](diffplug/spotless#1622).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant