Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 1, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
EnricoMi/publish-unit-test-result-action action minor v1.24v1.40 age confidence
gradle (source) minor 7.37.6.6 age confidence
org.apache.commons:commons-lang3 (source) dependencies minor 3.12.03.20.0 age confidence
org.assertj:assertj-core (source) dependencies minor 3.21.03.27.7 age confidence
org.mockito:mockito-core dependencies minor 4.0.04.11.0 age confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.8.15.14.2 age confidence
net.kyori:adventure-api dependencies minor 4.9.34.26.1 age confidence
cloud.commandframework:cloud-core dependencies minor 1.6.11.8.4 age confidence
com.github.seeseemelk:MockBukkit-v1.18 dependencies minor 1.15.51.26.1 age confidence
org.spongepowered:configurate-gson dependencies minor 4.1.24.2.0 age confidence
org.spongepowered:configurate-yaml dependencies minor 4.1.24.2.0 age confidence
org.spongepowered:configurate-hocon dependencies minor 4.1.24.2.0 age confidence
net.kyori:adventure-platform-bukkit dependencies minor 4.0.14.4.1 age confidence
org.spongepowered:configurate-xml dependencies minor 4.1.24.2.0 age confidence
cloud.commandframework:cloud-paper dependencies minor 1.6.11.8.4 age confidence
org.spongepowered:configurate-core dependencies minor 4.1.24.2.0 age confidence
net.kyori:adventure-text-minimessage dependencies minor 4.2.0-SNAPSHOT4.26.1 age confidence
net.kyori:adventure-platform-api dependencies minor 4.0.14.4.1 age confidence
cloud.commandframework:cloud-annotations dependencies minor 1.6.11.8.4 age confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.8.15.14.2 age confidence
io.freefair.lombok plugin minor 6.3.06.6.3 age confidence
kr.entree.spigradle plugin minor 2.2.42.5.0 age confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.8.15.14.2 age confidence
com.github.johnrengelman.shadow plugin patch 7.1.07.1.2 age confidence
jacoco (source) dependencies patch 0.8.70.8.14 age confidence

Release Notes

EnricoMi/publish-unit-test-result-action (EnricoMi/publish-unit-test-result-action)

v1.40

Compare Source

Adds the following features:

  • Rename action name in Marketplace to "Publish Test Results" (#​336)

v1.39

Compare Source

Adds the following features:

  • Add check-run HTML URL to JSON output (#​310)
  • Add thousands separator to progress log

v1.38

Compare Source

Adds the following features:

  • Allow to only comment on changes, failures, errors, ... (#​248)
  • Add new comment_modes and deprecate create new and update last
  • Log file sizes, free memory, and progress reading files (#​305)

v1.37

Compare Source

Adds the following features:

  • Re-arrange layout of PR comments without runs (#​280)
  • Add formatted numbers to JSON (#​298)

v1.36

Compare Source

Adds the following features:

  • Fixes JSON output for composite action (#​277)

v1.35

Compare Source

Adds the following features:

  • Publish results as job summary (#​266)

v1.34

Compare Source

Adds the following features:

  • Upgrades junitparser from 2.4.3 to 2.5.0 (#​261)
  • Fixes Python detection for Windows self-hosted runners (#​262)

v1.33

Compare Source

Adds the following features:

  • Restrict unicode strings sent to Github API (#​251)
  • Make action work for Python < 3.7 again (#​254)

v1.32

Compare Source

Adds the following features:

  • Make action comment on all open PRs that contain the commit (#​244)
  • Upgrade junitparser from 2.4.2 to 2.4.3 (#​237)
  • Upgrade urllib3 from 1.26.8 to 1.26.9 (#​238)

v1.31

Compare Source

Adds the following features:

  • Provide action result as JSON output / file (#​230)
  • Allow to ignore <testcase> elements in XML, which allows to load very large XML files (#​232)
  • Support XML where <testsuite> has no <testcase> elements (#​233)
  • Make boolean options case-insensitive where non-lowercase values used to get ignored (#​196)
  • Improve checking numeric options, esp. TEST_CHANGES_LIMIT (#​234)

v1.30

Compare Source

Adds the following features:

v1.29

Compare Source

Adds the following features:

  • Retry "exceeded rate limit" errors after provided reset timestamp (#​223)
  • Upgrade vulnerable packages expat and libuuid (#​224)
  • Pin version of dependency requests

v1.28

Compare Source

Adds the following features:

  • Upgrade docker base image to Python 3.8 alpine (#​220)
  • Upgrade junitparser from 2.2.0 to 2.4.2 (#​210)
  • Upgrade urllib3 from 1.26.7 to 1.26.8 (#​209)

v1.27

Compare Source

Adds the following features:

  • Fix creating checks with more than 50 annotations (#​215)
  • Fix an endless loop when a test name is larger than 64 kB (#​215)
  • Add logging the URL of the created check (#​215)

v1.26

Compare Source

Adds the following features:

  • Retry 403 only if they have Retry-After or refer to rate limit (#​202)

v1.25

Compare Source

Adds the following features:

  • Allow to configure time unit (#​193)
  • Do not truncate duration and delta over 60h (%), introduce days (d) (#​192)
  • Treat empty input strings as None (#​198)
  • Move to junitparser==2.2.0 (#​189)
gradle/gradle (gradle)

v7.6.6: 7.6.6

Compare Source

The Gradle team is excited to announce Gradle 7.6.6.

This is a patch release for 7.6. We recommend using 7.6.6 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.6 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.6

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.5: 7.6.5

Compare Source

The Gradle team is excited to announce Gradle 7.6.5.

This is a patch release for 7.6. We recommend using 7.6.5 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.5 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.5

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.4: 7.6.4

Compare Source

This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.4 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.4

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.3: 7.6.3

Compare Source

This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​25781 Backport finalized task performance fix to 7.6.x
  • #​25802 Backport cgroups fix to 7.6.x

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.3 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.3

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.2: 7.6.2

Compare Source

This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​23201 Backport dependency upgrades to 7.x
  • #​23202 Backport Scala incremental compilation fixes
  • #​23325 Backport JSoup update to resolve CVE-2022-36033
  • #​23458 Backport JUnit5 dynamic test logging bug fix
  • #​23681 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 7.x]
  • #​23922 Backport "Use Compiler API data for incremental compilation after a failure" to 7.x
  • #​23951 Exclude rule merging: missing optimization [Backport 7.x]
  • #​24132 Extending an already resolved configuration no longer works correctly [backport 7.x]
  • #​24234 7.6.1 breaks gradle-consistent-versions
  • #​24390 Gradle 7.4 fails on multi release jar's with JDK 19 code
  • #​24439 Gradle complains about invalid tool chain - picking up the source package location - it should just ignore them [Backport]
  • #​24443 Maven artifact referenced only in dependency constraints raises IllegalStateException: Corrupt serialized resolution result [backport]
  • #​24901 Backport fix for test exception that cannot be deserialized to 7.x

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.2 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.1: 7.6.1

Compare Source

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6: 7.6

Compare Source

The Gradle team is excited to announce Gradle 7.6.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
altrisi,
aSemy,
Ashwin Pankaj,
Aurimas,
BJ Hargrave,
Björn Kautler,
Bradley Turek,
Craig Andrews,
Daniel Lin,
David Morris,
Edmund Mok,
Frosty-J,
Gabriel Feo,
Ivan Gavrilovic,
Jendrik Johannes,
John,
Joseph Woolf,
Karl-Michael Schindler,
Konstantin Gribov,
Leonardo Brondani Schenkel,
Martin d'Anjou,
Michael Bailey,
Pete Bentley,
Rob Bavey,
Sam Snyder,
sll552,
teawithbrownsugar,
Thomas Broadley,
urdak,
Varun Sharma,
Xin Wang

Upgrade instructions

Switch your build to use Gradle 7.6 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.5.1: 7.5.1

Compare Source

This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

Switch your build to use Gradle 7.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.5.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.5: 7.5

Compare Source

The Gradle team is excited to announce Gradle 7.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

Switch your build to use Gradle 7.5 by updating your wrapper:

./gradlew wrapper --gradle-version=7.5

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.4.2: 7.4.2

Compare Source

This is a patch release for Gradle 7.4.

See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html

We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release.

Upgrade Instructions

Switch your build to use Gradle 7.4.2 by updating your wrapper:

./gradlew wrapper --gradle-version=7.4.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.4.1: 7.4.1

Compare Source

This is a patch release for Gradle 7.4.

See the list of fixed issues: https://docs.gradle.org/7.4.1/release-notes.html

We recommend users upgrade to 7.4.1 instead of 7.4.

Upgrade Instructions

Switch your build to use Gradle 7.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.4.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.4: 7.4

Compare Source

The Gradle team is excited to announce Gradle 7.4!

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:

Michael Bailey
Jochen Schalanda
Jendrik Johannes
Roberto Perez Alcolea
Konstantin Gribov
Per Lundberg
Piyush Mor
Róbert Papp
Piyush Mor
Ned Twigg
Nikolas Grottendieck
Lars Grefer
Patrick Pichler
Marcin Mielnicki
Marcono1234
Dima Merkurev
Matthew Haughton

Upgrade instructions

Switch your build to use Gradle 7.4 by updating your wrapper:

./gradlew wrapper --gradle-version=7.4

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.3.3: 7.3.3

Compare Source

This is a patch release for Gradle 7.3.

It fixes the following issues:

We recommend users upgrade to 7.3.3 instead of 7.3.

Given the context of the Log4Shell vulnerability, make sure you take a look at our blog post on this topic.

Upgrade Instructions

Switch your build to use Gradle 7.3.3 by updating your wrapper:

./gradlew wrapper --gradle-version=7.3.3

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.3.2: 7.3.2

Compare Source

This is a patch release for Gradle 7.3.

It fixes the following issues:

  • #​19300 Mitigations for log4j vulnerability in Gradle builds
  • #​19257 Incremental java compilation fails when renaming classname with $ character

We recommend users upgrade to 7.3.2 instead of 7.3.

Given the context of the Log4Shell vulnerability, make sure you take a look at our blog post on this topic.

Upgrade Instructions

Switch your build to use Gradle 7.3.2 by updating your wrapper:

./gradlew wrapper --gradle-version=7.3.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.3.1: 7.3.1

Compare Source

This is a patch release for Gradle 7.3.

It fixes the following issues:

  • #​19058 Consider reverting breaking change about test configuration
  • #​19067 Fix multiple annotation processing issues discovered by Micronaut

We recommend users upgrade to 7.3.1 instead of 7.3.

Upgrade Instructions

Switch your build to use Gradle 7.3.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.3.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

mockito/mockito (org.mockito:mockito-core)

v4.11.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

4.11.0
  • 2022-12-28 - 1 commit(s) by Andy Coates
  • Improve vararg handling: approach 2 (#​2807)
  • Mocking varargs method with any(String[].class) doesn't work as expected (#​2796)
  • (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs (#​1498)
  • Cannot verify varargs parameter as an array (#​1222)
  • ArgumentCaptor can't capture varargs-arrays (#​584)
  • Verification of an empty varargs call fails when isNotNull() is used (#​567)

v4.10.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

4.10.0
  • 2022-12-14 - 13 commit(s) by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]
  • Add new artifact mockito-subclass (to use mock-maker-subclass MockMaker) (#​2821)
  • Bump gradle from 7.5.1 to 7.6 (#​2817)
  • Fix incorrect Javadoc inline tag for MockitoJUnitRunner (#​2816)
  • Bump shipkit-auto-version from 1.2.1 to 1.2.2 (#​2811)
  • Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (#​2810)
  • Bump kotlinVersion from 1.7.21 to 1.7.22 (#​2809)
  • Bump junit from 1.1.3 to 1.1.4 (#​2806)
  • Simplify MatcherApplicationStrategy (#​2803)
  • Bump kotlinVersion from 1.7.10 to 1.7.21 (#​2801)
  • Bump espresso-core from 3.4.0 to 3.5.0 (#​2800)
  • Bump versions.bytebuddy from 1.12.16 to 1.12.19 (#​2799)
  • Upgrade errorprone from 2.14.0 to 2.16 (#​2794)
  • automatically detect class to mock (#​2779)

v4.9.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

4.9.0
  • 2022-11-14 - 6 commit(s) by Andrei Solntsev, Rafael Winterhalter, Rick Ossendrijver, dependabot[bot]
  • Upgrade objenesis 3.2 -> 3.3 (#​2784)
  • Upgrade objenesis 3.2 -> 3.3 (#​2783)
  • Avoids clearing stale weak entries from critical code segments. (#​2780)
  • bump gradle from 7.3.1 to 7.5.1 (#​2776)
  • Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 (#​2775)
  • Bump gradle-errorprone-plugin from 2.0.2 to 3.0.1 (#​2770)
  • Bump junit-platform-launcher from 1.9.0 to 1.9.1 (#​2768)

v4.8.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

4.8.1
  • 2022-10-17 - 6 commit(s) by andrepaschoal, dependabot[bot]
  • Possible fix #​2765: Add task to download package-list file from java as element-list (#​2766)
  • JavaDoc warning is blocking all pull requests (#​2765)
  • Bump versions.junitJupiter from 5.9.0 to 5.9.1 (#​2758)
  • Bump groovy from 3.0.12 to 3.0.13 (#​2756)
  • Bump com.diffplug.spotless from 6.10.0 to 6.11.0 (#​2753)
  • Bump org.eclipse.osgi from 3.18.0 to 3.18.100 (#​2751)
  • Bump versions.bytebuddy from 1.12.14 to 1.12.16 (#​2747)

v4.8.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

4.8.0
  • 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes Spangenberg, Kurt Alfred Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot[bot]
  • GitHub Workflows security hardening (#​2744)
  • Assign GlobalConfiguration initializer to unused variable (#​2742)
  • Bump com.diffplug.spotless from 6.9.1 to 6.10.0 (#​2738)
  • Drop varargs collector before invoking a user method. (#​2736)
  • Bump versions.bytebuddy from 1.12.13 to 1.12.14 (#​2734)
  • Remove useless thrown exception from constructor (#​2732)
  • TypeSafeMatching no longer iterates over class methods inefficiently (#​2729)
  • Fixes #​2720: Use StackWalker on Java 9+ to create Locations (#​2723)
  • LocationImpl adds performance overheads due to instantiating a stack trace (#​2720)
  • Fixes #​2626 : Introduce MockSettings.mockMaker (#​2701)
  • Introduce option to disable inline-mock-maker for a specific instance (#​2626)

v4.7.0

Compare Source

*Changelog


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 becomes conflicted, 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 added the dependencies Pull requests that update a dependency file label Mar 1, 2022
@github-actions
Copy link

github-actions bot commented Mar 1, 2022

Unit Test Results

0 tests   - 43   0 ✔️  - 43   0s ⏱️ -3s
0 suites  - 23   0 💤 ±  0 
0 files    - 23   0 ±  0 

Results for commit e6f329c. ± Comparison against base commit fa908e0.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9401463 to d5464e2 Compare March 10, 2022 04:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5464e2 to 498de3e Compare March 15, 2022 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 498de3e to 1734956 Compare April 14, 2022 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1734956 to 39b359c Compare April 25, 2022 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39b359c to 888d155 Compare May 15, 2022 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a626a50 to 26a2940 Compare June 23, 2022 21:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26a2940 to 094c4d0 Compare September 25, 2022 15:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 094c4d0 to 9d07fce Compare November 20, 2022 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 33d0c83 to e6f329c Compare March 17, 2023 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6f329c to 96037b7 Compare May 28, 2023 23:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 96037b7 to 44a3f46 Compare June 10, 2023 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 44a3f46 to e203a90 Compare July 1, 2023 00:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cb815f4 to c7573ae Compare July 29, 2023 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e14fb57 to f7768d7 Compare September 9, 2023 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 776d2ec to 4241b6e Compare October 5, 2023 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cdbb37 to c8759e7 Compare March 15, 2025 03:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0313edb to 34753b6 Compare April 6, 2025 07:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34753b6 to 656c1be Compare April 12, 2025 07:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 656c1be to 0666e4a Compare May 1, 2025 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0666e4a to 73258ed Compare May 11, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb1b021 to 0808415 Compare June 6, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a236bae to 373c0d6 Compare June 14, 2025 07:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 373c0d6 to 780db4c Compare June 22, 2025 03:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 780db4c to a0c50fc Compare July 5, 2025 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0c50fc to e1bb14c Compare July 13, 2025 04:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1bb14c to 7b862ee Compare July 27, 2025 00:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dd1212c to 90e0b30 Compare August 8, 2025 07:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 06488ad to 8eadf55 Compare September 24, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9d2e59d to 8c1c29d Compare October 2, 2025 02:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 05afe28 to bae7491 Compare October 12, 2025 04:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bae7491 to fd3cf96 Compare November 1, 2025 15:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd3cf96 to f32bccd Compare November 19, 2025 03:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 74987be to d7c642a Compare December 23, 2025 00:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7c642a to ac32788 Compare January 7, 2026 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac32788 to 6eeb9ff Compare January 25, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant