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

chore(deps): update all non-major dependencies #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 9, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
EnricoMi/publish-unit-test-result-action action minor v1.24 -> v1.40 age adoption passing confidence
gradle (source) minor 7.3 -> 7.6.4 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.24.1 -> 3.25.3 age adoption passing confidence
com.github.seeseemelk:MockBukkit-v1.19 dependencies minor 2.144.3 -> 2.147.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.9.2 -> 5.10.2 age adoption passing confidence
io.freefair.lombok plugin patch 6.6.1 -> 6.6.3 age adoption passing confidence
jacoco (source) dependencies patch 0.8.7 -> 0.8.12 age adoption passing 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.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

Compare Source

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.

jacoco/jacoco (jacoco)

v0.8.12: 0.8.12

New Features

  • JaCoCo now officially supports Java 22 (GitHub #​1596).
  • Experimental support for Java 23 class files (GitHub #​1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #​1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #​1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #​1600).

v0.8.11: 0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #​893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).

v0.8.10: 0.8.10

Fixed bugs

  • Agent should not require configuration of permissions for SecurityManager outside of its codeBase (GitHub #​1425).

v0.8.9: 0.8.9

New Features

  • JaCoCo now officially supports Java 19 and 20 (GitHub #​1371, #​1386).
  • Experimental support for Java 21 class files (GitHub #​1386).
  • Add parameter to include the current project in the report-aggregate Maven goal (GitHub #​1007).
  • Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub #​1393).

Fixed bugs

  • Agent should not open java.lang package to unnamed module of the application class loader (GitHub #​1334).

Non-functional Changes

v0.8.8: 0.8.8

New Features

  • JaCoCo now officially supports Java 17 and 18 (GitHub #​1282, #​1198).
  • Experimental support for Java 19 class files (GitHub #​1264).
  • Part of bytecode generated by the Java compilers for assert statement is filtered out during generation of report (GitHub #​1196).
  • Branch added by the Kotlin compiler version 1.6.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #​1266).
  • Improved support for multiple JaCoCo runtimes in the same VM (GitHub #​1057).

Fixed bugs

  • Fixed NullPointerException during filtering (GitHub #​1189).
  • Fix range for debug symbols of method parameters (GitHub #​1246).

Non-functional Changes

  • JaCoCo now depends on ASM 9.2 (GitHub #​1206).
  • Messages of exceptions occurring during analysis or instrumentation now include JaCoCo version (GitHub #​1217).

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 9, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 857bb53 to 747bd0a Compare July 14, 2022 01:51
@github-actions
Copy link

github-actions bot commented Jul 14, 2022

Unit Test Results

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

Results for commit d3a650e. ± Comparison against base commit 22c8521.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f72217d to 28c51f5 Compare July 15, 2022 15:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 39669fa to 49b2e5c Compare July 28, 2022 12:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7f18f2b to 546b672 Compare August 5, 2022 22:38
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v1.40 Aug 9, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 546b672 to 1db8045 Compare August 10, 2022 11:44
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.40 chore(deps): update all non-major dependencies Aug 10, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c0dc5ce to ac94f0c Compare August 13, 2022 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e9947b3 to 741fc9b Compare August 24, 2022 03:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 741fc9b to d9d8c80 Compare August 31, 2022 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6e1ea0 to 16b953f Compare January 16, 2023 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32caf5d to 654f38b Compare April 18, 2023 06:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 654f38b to c9f0963 Compare May 28, 2023 11:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9f0963 to a851d9d Compare June 30, 2023 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a851d9d to a75963b Compare July 23, 2023 16:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3a8e0d0 to ddc9d1d Compare September 4, 2023 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddc9d1d to fd830e4 Compare October 4, 2023 20:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 75e4062 to c1aa5a3 Compare January 3, 2024 00:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 23ff339 to 2efabb2 Compare February 5, 2024 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2efabb2 to bcbc3cd Compare April 2, 2024 18:29
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.

None yet

0 participants