Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
flow-bin (changelog) | devDependencies | minor | ^0.206.0 -> ^0.214.0 |
org.liquibase.ext:liquibase-hibernate5 (source) | build | minor |
4.21.1 -> 4.22.0
|
org.liquibase:liquibase-maven-plugin (source) | build | minor |
4.21.1 -> 4.23.0
|
com.vladsch.flexmark:flexmark-all | compile | patch |
0.64.4 -> 0.64.8
|
com.diffplug.spotless:spotless-maven-plugin | build | minor |
2.36.0 -> 2.38.0
|
Release Notes
flowtype/flow-bin
v0.214.0
v0.213.1
v0.213.0
v0.212.0
v0.211.1
v0.211.0
v0.210.2
v0.210.1
v0.210.0
v0.209.0
v0.208.1
v0.208.0
v0.207.0
liquibase/liquibase-hibernate
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 @filipelautert in https://github.com/liquibase/liquibase-hibernate/pull/480
- add Support for Hibernate EnversSettings revision_field_name and revision_type_field_name by @lorenzbaier in https://github.com/liquibase/liquibase-hibernate/pull/488
- Bump spring.version from 6.0.8 to 6.0.9 by @dependabot in https://github.com/liquibase/liquibase-hibernate/pull/490
New Contributors
- @lorenzbaier made their first contribution in https://github.com/liquibase/liquibase-hibernate/pull/488
Full Changelog: https://github.com/liquibase/liquibase-hibernate/compare/v4.21.0...v4.22.0
diffplug/spotless
v2.38.0
Added
- Support configuration of mirrors for P2 repositories in
EquoBasedStepBuilder
(#1629). - The
style
option in Palantir Java Format (#1654). - Added formatter for Gherkin feature files (#1649).
Changes
-
POTENTIALLY BREAKING Converted
googleJavaFormat
to a compile-only dependency and drop support for versions <1.8
. (#1630) - Bump default
cleanthat
version to latest2.6
->2.13
. (#1589 and #1661) - Bump default
diktat
version1.2.4.2
->1.2.5
. (#1631) - Bump default
flexmark
version0.62.2
->0.64.0
. (#1302) - Bump default
googleJavaFormat
version1.15.0
->1.16.0
. (#1630) - Bump default
scalafmt
version3.7.1
->3.7.3
. (#1584) - Bump default Eclipse formatters for the 2023-03 release. (#1662)
- JDT and GrEclipse
4.26
->4.27
- Improve GrEclipse error reporting. (#1660)
- CDT
11.0
->11.1
- JDT and GrEclipse
v2.37.0
Added
Changes
- We are now opting in to Gradle's new stable configuration cache. (#1591)
- Adopt Equo Solstice OSGi and p2 shim to update all Eclipse-based plugins. (#1524)
- Eclipse JDT now supports
4.9
through4.26
. Also we now recommend dropping the last.0
, e.g.4.26
instead of4.26.0
, you'll get warnings to help you switch. - Eclipse Groovy now supports
4.18
through4.26
. Also we now recommend dropping the last.0
, e.g.4.26
instead of4.26.0
, you'll get warnings to help you switch. - Eclipse CDT now supports
10.6
through11.0
. - Eclipse WTP is still WIP at #1622.
- Eclipse JDT now supports
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot