Skip to content

Bump configurate from 4.1.2 to 4.2.0 - #856

Merged
TBlueF merged 1 commit into
masterfrom
dependabot/gradle/configurate-4.2.0
Sep 13, 2026
Merged

Bump configurate from 4.1.2 to 4.2.0#856
TBlueF merged 1 commit into
masterfrom
dependabot/gradle/configurate-4.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps configurate from 4.1.2 to 4.2.0.
Updates org.spongepowered:configurate-hocon from 4.1.2 to 4.2.0

Release notes

Sourced from org.spongepowered:configurate-hocon's releases.

Configurate v4.2.0

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

  • 06c4e3cf - Fix list value cannot be de-serialized (#421)
  • 2ed493fa - fix(core): Pass through exceptions from TypeSerializers
  • 621e7915 - fix(core): Be stricter about implicitly creating list nodes
  • 169bbdc6 - feat(core): Add TypeSerializer for Optional
  • 8c35fd3b - core: Add new PatternFlags annotation to modify the Pattern serializer
  • 0edfdcfb - core: Box when setting values with a Type
  • b4489198 - core: Correct documentation on BooleanSerializer for 4.0.0 changes
  • 48dd2c8f - core: Allow type serializers to work with annotated types (#296)
  • 66092f42 - core: Add an object discoverer for only instantiable objects
  • 255c7246 - core: Allow building empty transformations
  • ea956f56 - core: Add support for object mapper post-processing (#294)
  • 1333c96f - Add a LoaderOptionSource to configure loaders (#215)
  • 3c48e842 - core: Handle interaction of implicit initialization and default values
  • b8df03e4 - core: Actually stop trying to write files when successful
  • 49575dd8 - core: Correct javadoc in ConfigurationOptions for implicit init option
  • fa4ccd15 - Fix getString serialization. (#245)
  • 1392ef70 - Remove some erroneous nullable annotations from ConfigurationNode (#217)

hocon

  • 41dc9e4f - fix(hocon): out of bounds exception with empty comment line (#451)
  • 458466c4 - hocon: fix round-tripping of extraneous comment indent (#449)
  • 4d58ce32 - hocon: Add option for indent level (#448)
  • 53201eeb - hocon: setup vendor project, remove config sorting on write and use order preserving collections (#446)

yaml

  • f8bb158a - yaml: Move to bundled patched copy of SnakeYAML
  • 5e745c3f - fix(snakeyaml): Avoid emitting unnecessary whitespace with comments

extra-kotlin

  • 3ad6a692 - Add Kotlin extensions and helpers around ObjectMapper and Processors (#409)

extra-dfu4

  • 859aec56 - extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFU

tooling changes

  • 352310e4 - build: Publish javadoc to Sponge-wide index

... (truncated)

Commits
  • 8587250 release: version 4.2.0
  • 723b4c1 you didn't see anything
  • 87d5360 feat(core): Expose annotated type information to scalar serializers (#556)
  • ad6d637 chore(deps): Update dependency org.codenarc:CodeNarc to v3.6.0-groovy-4.0 (#554)
  • 4abb4da chore(deps): Update dependency org.junit:junit-bom to v5.12.0 (#555)
  • dadad96 chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.21.3 (#...
  • 059aacd chore(deps): Update build deps and github actions (#552)
  • 34bed86 feat!(core): redesign loader option system to use option library (#551)
  • b0a89d2 chore(deps): bump gitpacher version for fix
  • a6c8416 chore: attempt to fix site generation
  • Additional commits viewable in compare view

Updates org.spongepowered:configurate-gson from 4.1.2 to 4.2.0

Release notes

Sourced from org.spongepowered:configurate-gson's releases.

Configurate v4.2.0

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

  • 06c4e3cf - Fix list value cannot be de-serialized (#421)
  • 2ed493fa - fix(core): Pass through exceptions from TypeSerializers
  • 621e7915 - fix(core): Be stricter about implicitly creating list nodes
  • 169bbdc6 - feat(core): Add TypeSerializer for Optional
  • 8c35fd3b - core: Add new PatternFlags annotation to modify the Pattern serializer
  • 0edfdcfb - core: Box when setting values with a Type
  • b4489198 - core: Correct documentation on BooleanSerializer for 4.0.0 changes
  • 48dd2c8f - core: Allow type serializers to work with annotated types (#296)
  • 66092f42 - core: Add an object discoverer for only instantiable objects
  • 255c7246 - core: Allow building empty transformations
  • ea956f56 - core: Add support for object mapper post-processing (#294)
  • 1333c96f - Add a LoaderOptionSource to configure loaders (#215)
  • 3c48e842 - core: Handle interaction of implicit initialization and default values
  • b8df03e4 - core: Actually stop trying to write files when successful
  • 49575dd8 - core: Correct javadoc in ConfigurationOptions for implicit init option
  • fa4ccd15 - Fix getString serialization. (#245)
  • 1392ef70 - Remove some erroneous nullable annotations from ConfigurationNode (#217)

hocon

  • 41dc9e4f - fix(hocon): out of bounds exception with empty comment line (#451)
  • 458466c4 - hocon: fix round-tripping of extraneous comment indent (#449)
  • 4d58ce32 - hocon: Add option for indent level (#448)
  • 53201eeb - hocon: setup vendor project, remove config sorting on write and use order preserving collections (#446)

yaml

  • f8bb158a - yaml: Move to bundled patched copy of SnakeYAML
  • 5e745c3f - fix(snakeyaml): Avoid emitting unnecessary whitespace with comments

extra-kotlin

  • 3ad6a692 - Add Kotlin extensions and helpers around ObjectMapper and Processors (#409)

extra-dfu4

  • 859aec56 - extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFU

tooling changes

  • 352310e4 - build: Publish javadoc to Sponge-wide index

... (truncated)

Commits
  • 8587250 release: version 4.2.0
  • 723b4c1 you didn't see anything
  • 87d5360 feat(core): Expose annotated type information to scalar serializers (#556)
  • ad6d637 chore(deps): Update dependency org.codenarc:CodeNarc to v3.6.0-groovy-4.0 (#554)
  • 4abb4da chore(deps): Update dependency org.junit:junit-bom to v5.12.0 (#555)
  • dadad96 chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.21.3 (#...
  • 059aacd chore(deps): Update build deps and github actions (#552)
  • 34bed86 feat!(core): redesign loader option system to use option library (#551)
  • b0a89d2 chore(deps): bump gitpacher version for fix
  • a6c8416 chore: attempt to fix site generation
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 13, 2026
Bumps `configurate` from 4.1.2 to 4.2.0.

Updates `org.spongepowered:configurate-hocon` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SpongePowered/Configurate/releases)
- [Commits](SpongePowered/Configurate@4.1.2...4.2.0)

Updates `org.spongepowered:configurate-gson` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SpongePowered/Configurate/releases)
- [Commits](SpongePowered/Configurate@4.1.2...4.2.0)

---
updated-dependencies:
- dependency-name: org.spongepowered:configurate-gson
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.spongepowered:configurate-hocon
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/configurate-4.2.0 branch from 7023254 to a153552 Compare September 13, 2026 13:22
@TBlueF
TBlueF merged commit b5cf52a into master Sep 13, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/configurate-4.2.0 branch September 13, 2026 13:24
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant