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

Bump ch.jalu:configme from 1.3.0 to 1.4.0 #134

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 18, 2023

Bumps ch.jalu:configme from 1.3.0 to 1.4.0.

Changelog

Sourced from ch.jalu:configme's changelog.

1.4.0 (2023-08-12)

  • Annotated all methods with @NotNull and @Nullable for better type inference in Kotlin (#235, #318)
  • Support @Comment on fields of bean properties (#18)
    • Please read about breaking changes if you extend YamlFileResource or other internals.
  • New: VersionMigrationService to run migrations based on a version in the config file (#344)
    • Breaking change: PlainMigrationService#moveProperty has been moved to MigrationUtils#moveProperty
  • @Comment now supports new lines within texts, meaning you can use text blocks to define comments (#334)
  • Private Property fields are supported in SettingsHolder classes (integrates better with Kotlin) (#133)
  • PropertyInitializer: added optionalDoubleProperty and other optional flavors (#311)
  • The concrete Property type is used as the return value for all PropertyInitializer methods (#321)

📘 All changes in 1.4.0

1.3.1 (2023-06-20)

  • Update SnakeYAML dependency for security reasons (#310)
  • Introduce ShortProperty, LongProperty and FloatProperty for convenience (#260)

📘 All changes in 1.3.1

Commits
  • abe1805 [maven-release-plugin] prepare release configme-1.4.0
  • 70a6ee8 Update docs before release
  • 457d831 #334 Support new lines in comment strings
  • f87416f Update dependencies
  • 3d01f32 Fix Checkstyle issues
  • 0428599 Remove custom exception verification in favor of JUnit assertThrows
  • 89a2da4 #133 Allow private fields as properties
  • 168a12d Merge pull request #341 from AuthMe/18-bean-comments-snakeyaml-export
  • c9b912d Merge pull request #346 from gamerover98/master
  • eda8f92 #18 Minor javadoc adjustments
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ch.jalu:configme](https://github.com/AuthMe/ConfigMe) from 1.3.0 to 1.4.0.
- [Changelog](https://github.com/AuthMe/ConfigMe/blob/master/CHANGELOG.md)
- [Commits](AuthMe/ConfigMe@configme-1.3.0...configme-1.4.0)

---
updated-dependencies:
- dependency-name: ch.jalu:configme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 18, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 29, 2023

Superseded by #140.

@dependabot dependabot bot closed this Aug 29, 2023
@dependabot dependabot bot deleted the dependabot/maven/ch.jalu-configme-1.4.0 branch August 29, 2023 10:51
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
Development

Successfully merging this pull request may close these issues.

1 participant