Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/setup-java action major v4 -> v5 age confidence
com.eternalcode:eternalcode-commons-bukkit dependencies patch 1.3.0 -> 1.3.1 age confidence
com.eternalcode:eternalcode-commons-adventure dependencies patch 1.3.0 -> 1.3.1 age confidence
org.jetbrains:annotations dependencies patch 26.0.2 -> 26.0.2-1 age confidence
org.projectlombok:lombok (source) dependencies patch 1.18.38 -> 1.18.40 age confidence
com.zaxxer:HikariCP dependencies patch 7.0.1 -> 7.0.2 age confidence
io.sentry:sentry dependencies minor 8.19.1 -> 8.21.1 age confidence
dev.rollczi:litecommands-adventure dependencies patch 3.10.4 -> 3.10.5 age confidence
dev.rollczi:litecommands-bukkit dependencies patch 3.10.4 -> 3.10.5 age confidence
com.gradleup.shadow plugin minor 9.0.2 -> 9.1.0 age confidence
xyz.jpenilla.run-paper plugin major 2.3.1 -> 3.0.0 age confidence

Release Notes

actions/setup-java (actions/setup-java)

v5

Compare Source

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.2-1

Compare Source

projectlombok/lombok (org.projectlombok:lombok)

v1.18.40

Compare Source

getsentry/sentry-java (io.sentry:sentry)

v8.21.1

Compare Source

Fixes
  • Use Kotlin stdlib 1.9.24 dependency instead of 2.2.0 for all Android modules (#​4707)
    • This fixes compile time issues if your app is using Kotlin < 2.x

v8.21.0

Compare Source

Fixes
  • Only set log template for logging integrations if formatted message differs from template (#​4682)
Features
  • Add support for Spring Boot 4 and Spring 7 (#​4601)
    • NOTE: Our sentry-opentelemetry-agentless-spring is not working yet for Spring Boot 4. Please use sentry-opentelemetry-agent until OpenTelemetry has support for Spring Boot 4.
  • Replace UUIDGenerator implementation with Apache licensed code (#​4662)
  • Replace Random implementation with MIT licensed code (#​4664)
  • Add support for vars attribute in SentryStackFrame (#​4686)
    • Breaking change: The type of the vars attribute has been changed from Map<String, String> to Map<String, Object>.

v8.20.0

Compare Source

Fixes
  • Do not use named capturing groups for regular expressions (#​4652)
    • This fixes a crash on Android versions below 8.0 (API level 26)
Features
  • Add onDiscard to enable users to track the type and amount of data discarded before reaching Sentry (#​4612)
    • Stub for setting the callback on Sentry.init:
      Sentry.init(options -> {
        ...
        options.setOnDiscard(
         (reason, category, number) -> {
           // Your logic to process discarded data
         });
      });

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 requested a review from Jakubk15 as a code owner August 19, 2025 12:49
@renovate renovate bot changed the title Update dependency com.zaxxer:HikariCP to v7.0.2 Update all dependencies Aug 21, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 34aa2a4 to c0fe18b Compare August 31, 2025 10:19
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c587bff to d40329f Compare September 8, 2025 17:43
@Jakubk15 Jakubk15 merged commit 7ce8a2d into master Sep 12, 2025
1 check passed
@Jakubk15 Jakubk15 deleted the renovate/all branch September 12, 2025 07:10
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.

2 participants