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

Update all non-major dependencies #58

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 7.6 -> 7.6.1 age adoption passing confidence
org.mockito:mockito-inline dependencies minor 4.10.0 -> 4.11.0 age adoption passing confidence
org.mockito:mockito-junit-jupiter dependencies minor 4.10.0 -> 4.11.0 age adoption passing confidence
org.mockito:mockito-core dependencies minor 4.10.0 -> 4.11.0 age adoption passing confidence
com.github.ben-manes.caffeine:caffeine dependencies patch 3.1.2 -> 3.1.5 age adoption passing confidence
dev.simplix:protocolize-api dependencies patch 2.2.3 -> 2.2.6 age adoption passing confidence
io.lettuce:lettuce-core dependencies patch 6.2.2.RELEASE -> 6.2.3.RELEASE age adoption passing confidence
com.google.code.gson:gson dependencies patch 2.10 -> 2.10.1 age adoption passing confidence
net.kyori:adventure-text-serializer-gson dependencies minor 4.12.0 -> 4.13.0 age adoption passing confidence
net.kyori:adventure-text-serializer-legacy dependencies minor 4.12.0 -> 4.13.0 age adoption passing confidence
net.kyori:adventure-text-minimessage dependencies minor 4.12.0 -> 4.13.0 age adoption passing confidence
net.kyori:adventure-platform-bungeecord dependencies minor 4.2.0 -> 4.3.0 age adoption passing confidence
net.kyori:adventure-api dependencies minor 4.12.0 -> 4.13.0 age adoption passing confidence
net.kyori:adventure-platform-bukkit dependencies minor 4.2.0 -> 4.3.0 age adoption passing confidence
org.jetbrains.kotlin.kapt plugin minor 1.7.22 -> 1.8.10 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin minor 1.7.22 -> 1.8.10 age adoption passing confidence

Release Notes

gradle/gradle

v7.6.1: 7.6.1

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.

mockito/mockito

v4.11.0

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)
ben-manes/caffeine

v3.1.5: 3.1.5

Cache

  • Fixed clear() removing a key more than once due to a write-back removal listener (#​872)

JCache

  • Added support for loading the configuration from the cache manager's uri (#​877)

v3.1.4: 3.1.4

Added @​CanIgnoreReturnValue annotations for static analysis (#​868)

v3.1.3: 3.1.3

Cache

  • Fixed the build time dependency constraints from being leaked into the external metadata (#​867)
  • Fixed the cause of a removal notification for a discarded refresh when the entry was removed
  • Fixed the behavior for null lookups into returned unmodifiable maps to be consistent (#​864)
  • Fixed an unexpected delay of removal notifications when using a scheduler (#​859)
  • Fixed explicit refreshes from being deduped if the entry is pending eviction
  • Defaulted methods to @​CheckReturnValue for static analysis (#​863)
  • Reduced the lock hold time during Map.clear (#​835)

JCache

  • Fixed putAll with an immutable map that causes an exception when using a cache writer (#​841)
lettuce-io/lettuce-core

v6.2.3.RELEASE

Compare Source

📗 Links

🐞 Bug Fixes

  • Fallback to RESP2 hides potential authentication configuration problems #​2313
  • Accept slots as String using CLUSTER SHARDS #​2325
  • Handle unknown endpoints in MOVED response #​2290
  • RedisURI.applySsl(…) does not retain SslVerifyMode #​2328
  • Apply SslVerifyMode in RedisURI.applySsl(…) #​2329

💡 Other

  • Avoid using port 7443 in Lettuce tests #​2326
  • Update netty.version to 4.1.89.Final #​2311
  • Fix duplicate word occurrences #​2307

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

KyoriPowered/adventure

v4.13.0: 🌏 Adventure 4.13.0

Adventure 4.13.0 is a feature release with several QOL enhancements, support for new 1.19.4 chat component features, and some bug fixes. Happy developing!

Additions ✨

Fixes 🐛

New Contributors

Full Changelog: KyoriPowered/adventure@v4.12.0...v4.13.0

KyoriPowered/adventure-platform

v4.3.0

This release adds full support for 1.19.4 on the Bukkit platform (though most functionality should work even on 4.2.0).

What's Changed

New Contributors

Full Changelog: KyoriPowered/adventure-platform@v4.2.0...v4.3.0


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 changed the title Update dependency dev.simplix:protocolize-api to v2.2.4 Update dependency dev.simplix:protocolize-api to v2.2.4 - autoclosed Dec 20, 2022
@renovate renovate bot closed this Dec 20, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 20, 2022 23:46
@renovate renovate bot changed the title Update dependency dev.simplix:protocolize-api to v2.2.4 - autoclosed Update dependency dev.simplix:protocolize-api to v2.2.4 Dec 21, 2022
@renovate renovate bot reopened this Dec 21, 2022
@renovate renovate bot restored the renovate/all-minor-patch branch December 21, 2022 19:57
@renovate renovate bot changed the title Update dependency dev.simplix:protocolize-api to v2.2.4 Update dependency dev.simplix:protocolize-api to v2.2.4 - autoclosed Dec 22, 2022
@renovate renovate bot closed this Dec 22, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 22, 2022 09:22
@renovate renovate bot changed the title Update dependency dev.simplix:protocolize-api to v2.2.4 - autoclosed Update dependency dev.simplix:protocolize-api to v2.2.4 Dec 22, 2022
@renovate renovate bot reopened this Dec 22, 2022
@renovate renovate bot restored the renovate/all-minor-patch branch December 22, 2022 20:45
Copy link
Owner

@Wirlie Wirlie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR requires JUnit tests to ensure that our implementation of protocolize is compatible with recent versions.

@renovate renovate bot changed the title Update dependency dev.simplix:protocolize-api to v2.2.4 Update all non-major dependencies Dec 28, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e88d991 to 3f2c24e Compare January 12, 2023 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 621059f to 13bda77 Compare February 2, 2023 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d53f490 to 86bc9f6 Compare February 10, 2023 08:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 207de08 to 0509738 Compare February 20, 2023 02:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47e4708 to 5ccbc94 Compare March 16, 2023 06:41
@Wirlie Wirlie merged commit 039099e into develop Mar 28, 2023
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.

1 participant