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

fix(deps): update all non-major dependencies #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.12.1 -> 8.13 age adoption passing confidence
org.mockito:mockito-core dependencies minor 5.15.2 -> 5.16.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.11.4 -> 5.12.0 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc dependencies minor 0.59.0 -> 0.60.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core dependencies minor 0.59.0 -> 0.60.0 age adoption passing confidence
org.spongepowered:configurate-gson dependencies minor 4.1.2 -> 4.2.0 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) dependencies patch 1.5.16 -> 1.5.17 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.13

Compare Source

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

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#​3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#​3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#​3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#​3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#​3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#​3569)
  • Tweaks documentation on mockito agent config for maven (#​3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#​3567)
  • Refine reflection when calling management factory (#​3566)
  • Avoid warning when dynamic attach is enabled (#​3551)
JetBrains/Exposed (org.jetbrains.exposed:exposed-jdbc)

v0.60.0

Compare Source

Infrastructure:

  • Joda Time 2.13.1
  • SQLite driver 3.49.1.0
  • Kotlinx Datetime JVM 0.6.2
  • Spring Framework 6.2.3
  • Spring Boot 3.4.3
  • detekt 1.23.8
  • junit-bom 5.12.0

Breaking changes:

Features:

Bug fixes:

Docs:

Refactors:

SpongePowered/Configurate (org.spongepowered:configurate-gson)

v4.2.0: Configurate v4.2.0

Compare Source

At long last, Configurate 4.2.0 is here. This release offers a variety of smaller features and fixes, please see below for a full listing. Thank you for your patience -- hopefully we have some bigger things to offer in the near future.

(you didn't see any mistakes in the publishing of this release)

what's changed
core
  • 06c4e3c - Fix list value cannot be de-serialized (#​421)
  • 2ed493f - fix(core): Pass through exceptions from TypeSerializers
  • 621e791 - fix(core): Be stricter about implicitly creating list nodes
  • 169bbdc - feat(core): Add TypeSerializer for Optional
  • 8c35fd3 - core: Add new PatternFlags annotation to modify the Pattern serializer
  • 0edfdcf - core: Box when setting values with a Type
  • b448919 - core: Correct documentation on BooleanSerializer for 4.0.0 changes
  • 48dd2c8 - core: Allow type serializers to work with annotated types (#​296)
  • 66092f4 - core: Add an object discoverer for only instantiable objects
  • 255c724 - core: Allow building empty transformations
  • ea956f5 - core: Add support for object mapper post-processing (#​294)
  • 1333c96 - Add a LoaderOptionSource to configure loaders (#​215)
  • 3c48e84 - core: Handle interaction of implicit initialization and default values
  • b8df03e - core: Actually stop trying to write files when successful
  • 49575dd - core: Correct javadoc in ConfigurationOptions for implicit init option
  • fa4ccd1 - Fix getString serialization. (#​245)
  • 1392ef7 - Remove some erroneous nullable annotations from ConfigurationNode (#​217)
hocon
  • 41dc9e4 - fix(hocon): out of bounds exception with empty comment line (#​451)
  • 458466c - hocon: fix round-tripping of extraneous comment indent (#​449)
  • 4d58ce3 - hocon: Add option for indent level (#​448)
  • 53201ee - hocon: setup vendor project, remove config sorting on write and use order preserving collections (#​446)
yaml
  • f8bb158 - yaml: Move to bundled patched copy of SnakeYAML
  • 5e745c3 - fix(snakeyaml): Avoid emitting unnecessary whitespace with comments
extra-kotlin
  • 3ad6a69 - Add Kotlin extensions and helpers around ObjectMapper and Processors (#​409)
extra-dfu4
  • 859aec5 - extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFU
tooling changes
  • 352310e - build: Publish javadoc to Sponge-wide index
  • a9becef - build: Fix aggregate javadoc exclusions (#​205)
New Contributors

Full Changelog: SpongePowered/Configurate@4.1.2...4.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 changed the title fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.12.0 fix(deps): update all non-major dependencies Feb 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 06224d5 to e237d8a Compare February 25, 2025 19:49
@gmitch215
Copy link
Member

JUnit 5.12 contains breaking changes which require more dependencies, so hold off for now.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8ffd7ef to bc26c28 Compare March 3, 2025 11:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc26c28 to 4eb490a Compare March 3, 2025 16:03
Copy link
Contributor Author

renovate bot commented Mar 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant