Skip to content

Update all patch-minor dependencies#175

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate-sbg/all-patch-minor
Open

Update all patch-minor dependencies#175
renovate[bot] wants to merge 1 commit intomasterfrom
renovate-sbg/all-patch-minor

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Jun 24, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-gpg-plugin (source) 3.0.13.2.8 age adoption passing confidence
com.diffplug.spotless:spotless-maven-plugin 2.12.32.46.1 age adoption passing confidence
org.apache.maven.plugins:maven-assembly-plugin (source) 3.3.03.8.0 age adoption passing confidence
org.apache.maven.plugins:maven-source-plugin (source) 3.2.13.4.0 age adoption passing confidence
org.codehaus.gmavenplus:gmavenplus-plugin (source) 1.12.11.13.1 age adoption passing confidence
org.apache.maven.plugins:maven-jar-plugin (source) 3.2.03.5.0 age adoption passing confidence
org.codehaus.mojo:build-helper-maven-plugin (source) 3.2.03.6.1 age adoption passing confidence
org.sonatype.plugins:nexus-staging-maven-plugin (source) 1.6.81.7.0 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin (source) 3.8.13.15.0 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.3.03.12.0 age adoption passing confidence
org.apache.felix:maven-bundle-plugin (source) 5.1.25.1.9 age adoption passing confidence
org.assertj:assertj-core (source) 3.20.23.27.7 age adoption passing confidence
org.awaitility:awaitility (source) 4.1.04.3.0 age adoption passing confidence
com.flipkart.zjsonpatch:zjsonpatch 0.4.110.4.16 age adoption passing confidence
com.github.stefanbirkner:system-lambda 1.2.01.2.1 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) 1.2.51.5.32 age adoption passing confidence
commons-cli:commons-cli (source) 1.41.11.0 age adoption passing confidence
org.bitbucket.b_c:jose4j (source) 0.7.90.9.6 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.70.8.14 age adoption passing confidence
org.codehaus.groovy:groovy-all (source) 2.4.212.5.23 age adoption passing confidence
io.prometheus:simpleclient_httpserver 0.11.00.16.0 age adoption passing confidence
io.prometheus:simpleclient 0.11.00.16.0 age adoption passing confidence
org.springframework:spring-test 5.3.95.3.39 age adoption passing confidence
org.springframework.boot:spring-boot-test (source) 2.5.42.7.18 age adoption passing confidence
org.springframework.boot:spring-boot-actuator (source) 2.5.42.7.18 age adoption passing confidence
org.springframework.boot:spring-boot-autoconfigure (source) 2.5.42.7.18 age adoption passing confidence
org.springframework.boot:spring-boot (source) 2.5.42.7.18 age adoption passing confidence
commons-codec:commons-codec (source) 1.151.21.0 age adoption passing confidence
commons-io:commons-io (source) 2.11.02.21.0 age adoption passing confidence
org.apache.commons:commons-compress (source) 1.211.28.0 age adoption passing confidence
org.apache.commons:commons-collections4 (source) 4.44.5.0 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.12.03.20.0 age adoption passing confidence
io.gsonfire:gson-fire (source) 1.8.51.9.0 age adoption passing confidence
org.junit.vintage:junit-vintage-engine (source) 5.7.25.14.3 age adoption passing confidence
io.sundr:builder-annotations 0.50.00.230.2 age adoption passing confidence
io.swagger:swagger-annotations 1.6.21.6.16 age adoption passing confidence
com.squareup.okhttp3:logging-interceptor (source) 4.9.14.12.0 age adoption passing confidence
com.squareup.okhttp3:okhttp (source) 4.9.14.12.0 age adoption passing confidence
com.google.code.gson:gson 2.8.82.13.2 age adoption passing confidence
org.bouncycastle:bcpkix-jdk15on (source) 1.691.70 age adoption passing confidence
org.bouncycastle:bcprov-ext-jdk15on (source) 1.691.70 age adoption passing confidence
com.github.vladimir-bukhtoyarov:bucket4j-core (source) 6.2.06.4.1 age adoption passing confidence
com.google.protobuf:protobuf-java (source) 3.17.33.25.9 age adoption passing confidence
com.github.ben-manes.caffeine:caffeine 2.9.22.9.3 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 1.7.321.7.36 age adoption passing confidence
org.slf4j:slf4j-simple (source, changelog) 1.7.321.7.36 age adoption passing confidence
org.yaml:snakeyaml 1.291.33 age adoption passing confidence
commons-io:commons-io (source) 2.8.02.21.0 age adoption passing confidence
junit:junit (source) 4.13.14.13.2 age adoption passing confidence
org.codehaus.groovy:groovy-all (source) 2.5.212.5.23 age adoption passing confidence
net.java.dev.jna:jna-platform 5.2.05.18.1 age adoption passing confidence
org.spockframework:spock-junit4 (source) 2.0-groovy-3.02.4-groovy-5.0 age adoption passing confidence
org.spockframework:spock-core (source) 2.0-groovy-3.02.4-groovy-5.0 age adoption passing confidence

Release Notes

diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)

v2.45.0

Added
  • Support for gofmt (#​2001)
  • Support for formatting Java Docs for the Palantir formatter (#​2009)

v2.44.0

Added
  • New static method to DiffMessageFormatter which allows to retrieve diffs with their line numbers (#​1960)
  • Gradle - Support for formatting shell scripts via shfmt. (#​1994)
Fixed
  • Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#​1989 fixes #​1987)
  • Fix a regression in BufStep where the same arguments were being provided to every buf invocation. (#​1976)
Changed
  • Use palantir-java-format 2.39.0 on Java 21. (#​1948)
  • Bump default ktlint version to latest 1.0.1 -> 1.1.1. (#​1973)
  • Bump default googleJavaFormat version to latest 1.18.1 -> 1.19.2. (#​1971)
  • Bump default diktat version to latest 1.2.5 -> 2.0.0. (#​1972)

v2.43.0

Added
  • Support custom rule sets for Ktlint. (#​1896)
Fixed
Changed
  • Bump default ktlint version to latest 1.0.0 -> 1.0.1. (#​1855)
  • Add a Step to remove semicolons from Groovy files. (#​1881)

v2.42.0

Added
  • Support for biome. The Rome project was renamed to Biome.
    The configuration is still the same, but you should switch to the new biome tag / function and adjust
    the version accordingly. (#​1804).
  • Support for google-java-format's skip-javadoc-formatting option. (#​1793)
  • Support configuration of mirrors for P2 repositories in Maven DSL (#​1697).
  • New line endings mode GIT_ATTRIBUTES_FAST_ALLSAME. (#​1838)
Fixed
  • Fix support for plugins when using Prettier version 3.0.0 and newer. (#​1802)
  • Fix configuration cache issue around external process started '/usr/bin/git --version'. (#​1806)
Changed
  • Bump default flexmark version to latest 0.64.0 -> 0.64.8. (#​1801)
  • Bump default ktlint version to latest 0.50.0 -> 1.0.0. (#​1808)

v2.41.0

Added
  • Add a jsonPatch step to json formatter configurations. This allows patching of JSON documents using JSON Patches. (#​1753)
  • Support GJF own import order. (#​1780)
Fixed
  • Use latest versions of popular style guides for eslint tests to fix failing useEslintXoStandardRules test. (#​1761, #​1756)
  • Add support for prettier version 3.0.0 and newer. (#​1760, #​1751)
  • Fix npm install calls when npm cache is not up-to-date. (#​1760, #​1750)
Changed
  • Bump default eslint version to latest 8.31.0 -> 8.45.0 (#​1761)
  • Bump default prettier version to latest (v2) 2.8.1 -> 2.8.8. (#​1760)
  • Bump default greclipse version to latest 4.27 -> 4.28. (#​1775)

v2.40.0

Added
  • Added support for Protobuf formatting based on Buf. (#​1208)
  • enum OnMatch { INCLUDE, EXCLUDE } so that FormatterStep.filterByContent can not only include based on the pattern but also exclude. (#​1749)
Fixed
  • Update documented default semanticSort to false. (#​1728)
Changed
  • Bump default cleanthat version to latest 2.13 -> 2.17. (#​1734)
  • Bump default ktlint version to latest 0.49.1 -> 0.50.0. (#​1741)
    • Dropped support for ktlint 0.47.x following our policy of supporting two breaking changes at a time.
    • Dropped support for deprecated useExperimental parameter in favor of the ktlint_experimental property.

v2.39.0

Added
  • Jvm.Support now accepts -SNAPSHOT versions, treated as the non-SNAPSHOT. (#​1583)
  • Support Rome as a formatter for JavaScript and TypeScript code. Adds a new rome step to javascript and typescript formatter configurations. (#​1663)
  • Add semantics-aware Java import ordering (i.e. sort by package, then class, then member). (#​522)
Fixed
  • Fixed a regression which changed the import sorting order in googleJavaFormat introduced in 2.38.0. (#​1680)
  • Equo-based formatters now work on platforms unsupported by Eclipse such as PowerPC (fixes durian-swt#20)
  • When P2 download fails, indicate the responsible formatter. (#​1698)
Changed
  • Equo-based formatters now download metadata to ~/.m2/repository/dev/equo/p2-data rather than ~/.equo, and for CI machines without a home directory the p2 data goes to $GRADLE_USER_HOME/caches/p2-data. (#​1714)
  • Bump default googleJavaFormat version to latest 1.16.0 -> 1.17.0. (#​1710)
  • Bump default ktfmt version to latest 0.43 -> 0.44. (#​1691)
  • Bump default ktlint version to latest 0.48.2 -> 0.49.1. (#​1696)
    • Dropped support for ktlint 0.46.x following our policy of supporting two breaking changes at a time.
  • Bump default sortpom version to latest 3.0.0 -> 3.2.1. (#​1675)

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).
Changed
  • POTENTIALLY BREAKING Converted googleJavaFormat to a compile-only dependency and drop support for versions < 1.8. (#​1630)
  • Bump default cleanthat version to latest 2.6 -> 2.13. (#​1589 and #​1661)
  • Bump default diktat version 1.2.4.2 -> 1.2.5. (#​1631)
  • Bump default flexmark version 0.62.2 -> 0.64.0. (#​1302)
  • Bump default googleJavaFormat version 1.15.0 -> 1.16.0. (#​1630)
  • Bump default scalafmt version 3.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

v2.37.0

Added
  • You can now put the filename into a license header template with $FILE. (#​1605 fixes #​1147)
Changed
  • 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 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 #​1622.

v2.36.0

Added
  • gradlew equoIde opens a repeatable clean Spotless dev environment. (#​1523)
  • cleanthat added includeDraft option, to include draft mutators from composite mutators. (#​1574)
  • npm-based formatters now support caching of node_modules directory (#​1590)
Fixed
  • JacksonJsonFormatterFunc handles json files with an Array as root. (#​1585)
Changed

v2.35.0

Added
  • CleanThat Java Refactorer. (#​1560)
  • Introduce LazyArgLogger to allow for lazy evaluation of log messages in slf4j logging. (#​1565)
Fixed
  • Allow multiple instances of the same npm-based formatter to be used by separating their node_modules directories. (#​1565)
  • ktfmt default style uses correct continuation indent. (#​1562)
Changed
  • Bump default ktfmt version to latest 0.42 -> 0.43 (#​1561)
  • Bump default jackson version to latest 2.14.1 -> 2.14.2 (#​1536)

v2.34.0

Added
  • Formatter now has a field public static final File NO_FILE_SENTINEL which can be used to pass string content to a Formatter or FormatterStep when there is no actual File to format. (#​1525)

v2.33.0

Added
  • ProcessRunner has added some convenience methods so it can be used for Maven testing. (#​1496)
  • ProcessRunner allows to limit captured output to a certain number of bytes. (#​1511)
  • ProcessRunner is now capable of handling long-running tasks where waiting for exit is delegated to the caller. (#​1511)
  • Allow to specify node executable for node-based formatters using nodeExecutable parameter (#​1500)
Fixed
  • The default list of type annotations used by formatAnnotations has had 8 more annotations from the Checker Framework added #​1494
Changed
  • POTENTIALLY BREAKING Bump minimum JRE from 8 to 11, next release likely to bump bytecode to Java 11 (#​1514 part 1 of #​1337)
  • Rename YamlJacksonStep into JacksonYamlStep while normalizing Jackson usage (#​1492)
  • Convert gson integration to use a compile-only source set (#​1510).
  • ** POTENTIALLY BREAKING** Removed support for KtLint 0.3x and 0.45.2 (#​1475)
    • KtLint does not maintain a stable API - before this PR, we supported every breaking change in the API since 2019.
    • From now on, we will support no more than 2 breaking changes at a time.
  • NpmFormatterStepStateBase delays npm install call until the formatter is first used. This enables better integration
    with gradle-node-plugin. (#​1522)
  • Bump default ktlint version to latest 0.48.1 -> 0.48.2 (#​1529)
  • Bump default scalafmt version to latest 3.6.1 -> 3.7.1 (#​1529)

v2.32.0

Added
  • Add option editorConfigFile for ktLint #​142
    • POTENTIALLY BREAKING ktlint step now modifies license headers. Make sure to put licenseHeader after ktlint.
  • Added skipLinesMatching option to licenseHeader to support formats where license header cannot be immediately added to the top of the file (e.g. xml, sh). (#​1441).
  • Add YAML support through Jackson (#​1478)
  • Added support for npm-based ESLint-formatter for javascript and typescript (#​1453)
  • Better suggested messages when user's default is set by JVM limitation. (#​995)
Fixed
  • Support ktlint 0.48+ new rule disabling syntax (#​1456) fixes (#​1444)
  • Fix subgroups leading catch all matcher.
Changed
  • Bump default version for prettier from 2.0.5 to 2.8.1 (#​1453)
  • Bump the dev version of Gradle from 7.5.1 to 7.6 (#​1409)
    • We also removed the no-longer-required dependency org.codehaus.groovy:groovy-xml
  • Breaking changes to Spotless' internal testing infrastructure testlib (#​1443)
    • ResourceHarness no longer has any duplicated functionality which was also present in StepHarness
    • StepHarness now operates on Formatter rather than a FormatterStep
    • StepHarnessWithFile now takes a ResourceHarness in its constructor to handle the file manipulation parts
    • Standardized that we test exception messages, not types, which will ease the transition to linting later on
    • Bump default ktlint version to latest 0.47.1 -> 0.48.1 (#​1456)
  • Switch our publishing infrastructure from CircleCI to GitHub Actions (#​1462).
    • Help wanted for moving our tests too (#​1472)

v2.31.0

Added
  • importOrder now support groups of imports without blank lines (#​1401)
Fixed
  • Don't treat @Value as a type annotation #​1367
  • Support ktlint_disabled_rules in ktlint 0.47.x #​1378
  • Share git repositories across projects when using ratchet (#​1426)
Changed
  • Bump default ktfmt version to latest 0.40 -> 0.41 (#​1340)
  • Bump default scalafmt version to latest 3.5.9 -> 3.6.1 (#​1373)
  • Bump default diktat version to latest 1.2.3 -> 1.2.4.2 (#​1393)
  • Bump default palantir-java-format version to latest 2.10 -> 2.28 (#​1393)

v2.30.0

Added
  • formatAnnotations() step to correct formatting of Java type annotations. It puts type annotations on the same line as the type that they qualify. Run it after a Java formatting step, such as googleJavaFormat(). (#​1275)
Changed
  • Bump default ktfmt version to latest 0.39 -> 0.40 (#​1312)
  • Bump default ktlint version to latest 0.46.1 -> 0.47.1 (#​1303)
    • Also restored support for older versions of ktlint back to 0.31.0

v2.29.0

Added
  • scalafmt integration now has a configuration option majorScalaVersion that allows you to configure the Scala version that gets resolved from the Maven artifact (#​1283)
    • Converted scalafmt integration to use a compile-only source set (fixes #​524)
Changed
  • Add the ktlint rule in error messages when ktlint fails to apply a fix (#​1279)
  • Bump default scalafmt to latest 3.0.8 -> 3.5.9 (removed support for pre-3.0.0) (#​1283)

[v2.28.0](https:


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 5 times, most recently from c4efb63 to 5bc7c62 Compare July 1, 2022 22:52
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from 2004db4 to cca6560 Compare July 7, 2022 18:39
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from d99a11e to 8466e64 Compare July 14, 2022 19:30
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 6 times, most recently from e913a5e to 8ebc763 Compare July 28, 2022 10:20
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from e572b64 to e3d8791 Compare July 31, 2022 23:37
@renovate renovate bot changed the title Update all patch-minor dependencies Update all patch-minor dependencies to v2.24.0 Aug 9, 2022
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from 6d77965 to dd7ab12 Compare August 10, 2022 03:38
@renovate renovate bot changed the title Update all patch-minor dependencies to v2.24.0 Update all patch-minor dependencies to v2.24.1 Aug 10, 2022
@renovate renovate bot changed the title Update all patch-minor dependencies to v2.24.1 Update all patch-minor dependencies Aug 10, 2022
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch from dd7ab12 to 0074179 Compare August 13, 2022 22:19
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch from 0074179 to 3d6ee23 Compare August 23, 2022 22:15
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch from 3d6ee23 to 233d2ff Compare September 25, 2022 11:36
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch from 233d2ff to 413e1c8 Compare March 22, 2023 15:49
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from d3f0798 to f03cc70 Compare July 24, 2023 08:40
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from f74f000 to 9ca21d4 Compare August 1, 2023 00:17
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from db7c9a0 to 4fe6429 Compare August 10, 2023 05:31
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from a941908 to d8d1943 Compare August 24, 2023 05:41
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from 3c7e1a7 to 0d4a968 Compare August 29, 2023 18:01
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from 604f9fd to 4bf07b5 Compare September 14, 2023 20:53
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from 2da90da to aa19388 Compare September 22, 2023 08:12
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from 88dc48d to e3ac318 Compare October 3, 2023 08:46
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 2 times, most recently from 97f1d63 to 2c06e0f Compare October 5, 2023 02:27
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from 49b02a8 to 5f54433 Compare October 24, 2023 08:51
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch 3 times, most recently from 383b5db to 366d5a5 Compare November 1, 2023 04:49
@renovate renovate bot force-pushed the renovate-sbg/all-patch-minor branch from 366d5a5 to a40f9c7 Compare November 3, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants