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 Maven #26

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

Update Maven #26

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.3 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.10.3 -> 5.11.4 age adoption passing confidence
com.github.ben-manes.caffeine:caffeine 3.1.8 -> 3.2.0 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.6 -> 1.5.16 age adoption passing confidence
net.dv8tion:JDA 5.2.0 -> 5.2.2 age adoption passing confidence

Release Notes

ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)

v3.2.0: 3.2.0

Cache

  • Added Sigstore signing of maven artifacts
  • Added Expiry static factory methods (#​1499)
  • Migrated to JSpecify annotations (was checker framework)
  • Fixed variable expiration calculation when nearing overflow
  • Added logging when an async cache's removal listener fails
  • Added an expiration write optimization to more operations (#​1320)
  • Fixed when a Weigher or Expiry fail on an async completion (#​1687)
  • Fixed cases when the expiration ticker was also used for statistics (#​1678)
  • Fixed refresh handling to skip if the async cache's entry is still loading (#​1478)
  • Fixed containsKey for an async cache's synchronous view while in-flight (#​1626)
  • Fixed premature expiration for an async cache when using nearly immediate expiration (#​1623)
  • For a bulk async load returning extra mappings, wait to be added to the cache before returning (#​1409)

Guava

  • Relaxed the OSGi version requirement (#​1160)

JCache

  • Allow hibernate.javax.cache.uri to load the configuration from a jar (#​1347)
discord-jda/JDA (net.dv8tion:JDA)

v5.2.2

Small bug fix release.

Bug Fixes

Full Changelog: discord-jda/JDA@v5.2.1...v5.2.2

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.2")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.2</version> 
</dependency>

v5.2.1

Small bug fix release.

Bug Fixes

Full Changelog: discord-jda/JDA@v5.2.0...v5.2.1

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.2.1")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.2.1</version> 
</dependency>

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 force-pushed the renovate/maven branch from 2aace1e to 2b9f164 Compare August 15, 2024 17:42
@renovate renovate bot changed the title Update Maven to v5.11.0 Update Maven Aug 15, 2024
@renovate renovate bot force-pushed the renovate/maven branch from 2b9f164 to 5337af8 Compare August 21, 2024 16:36
@renovate renovate bot force-pushed the renovate/maven branch 2 times, most recently from 4b0f324 to dc9009e Compare September 25, 2024 08:16
@renovate renovate bot force-pushed the renovate/maven branch 3 times, most recently from f8a3f47 to f355d4e Compare October 8, 2024 15:40
@renovate renovate bot force-pushed the renovate/maven branch 2 times, most recently from d5fc85f to 960ca62 Compare October 15, 2024 11:09
@renovate renovate bot force-pushed the renovate/maven branch 2 times, most recently from e479543 to 0f0ba68 Compare October 25, 2024 21:24
@renovate renovate bot force-pushed the renovate/maven branch 2 times, most recently from 67d529f to 3b58fe9 Compare November 4, 2024 20:49
@renovate renovate bot force-pushed the renovate/maven branch 4 times, most recently from ae46a05 to fbc0379 Compare December 21, 2024 18:07
@renovate renovate bot force-pushed the renovate/maven branch from a20b942 to 3809716 Compare January 8, 2025 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants