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

Build(deps): Bump jollyday.version from 1.1.0 to 1.2.0 #1017

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2024

Bumps jollyday.version from 1.1.0 to 1.2.0.
Updates de.focus-shift:jollyday-core from 1.1.0 to 1.2.0

Release notes

Sourced from de.focus-shift:jollyday-core's releases.

Release Jollyday 1.2.0

⭐ Enhancements

  • Add all missing subdivisions of France #566
  • Add Armenia #520
  • Further test improvements #700
  • Improve SPI package javadoc #705
  • Rename xmlUtils to (Jackson/Jaxb)XMLMapper #709
  • Replace XML util getMonth with default APIs #708

🔨 Dependency upgrades

  • build(deps): bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.14 #701
  • build(deps): bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15 #707
  • build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.0 #702

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 7fd7181 New Release Version 1.2.0
  • 5d48bcd [skip ci] Add release notes for version 1.2.0
  • 7ec60f5 Reduce reference score of HolidayManagerGetHolidayBenchmarkTest
  • 9138f89 Merge pull request #710 from focus-shift/clean
  • 56f8e16 Add whitespace
  • 6fe48f1 Remove not null filter. Object cannot be null
  • a4dd7e8 Merge pull request #709 from focus-shift/rename-xml-utils
  • f18c636 Replace "".equals with .isEmpty
  • 7315d7c Rename xmlUtils to (Jackson/Jaxb)XMLMapper
  • d76d870 Merge pull request #708 from focus-shift/Improve-month-mapping
  • Additional commits viewable in compare view

Updates de.focus-shift:jollyday-jaxb from 1.1.0 to 1.2.0

Release notes

Sourced from de.focus-shift:jollyday-jaxb's releases.

Release Jollyday 1.2.0

⭐ Enhancements

  • Add all missing subdivisions of France #566
  • Add Armenia #520
  • Further test improvements #700
  • Improve SPI package javadoc #705
  • Rename xmlUtils to (Jackson/Jaxb)XMLMapper #709
  • Replace XML util getMonth with default APIs #708

🔨 Dependency upgrades

  • build(deps): bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.14 #701
  • build(deps): bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15 #707
  • build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.0 #702

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 7fd7181 New Release Version 1.2.0
  • 5d48bcd [skip ci] Add release notes for version 1.2.0
  • 7ec60f5 Reduce reference score of HolidayManagerGetHolidayBenchmarkTest
  • 9138f89 Merge pull request #710 from focus-shift/clean
  • 56f8e16 Add whitespace
  • 6fe48f1 Remove not null filter. Object cannot be null
  • a4dd7e8 Merge pull request #709 from focus-shift/rename-xml-utils
  • f18c636 Replace "".equals with .isEmpty
  • 7315d7c Rename xmlUtils to (Jackson/Jaxb)XMLMapper
  • d76d870 Merge pull request #708 from focus-shift/Improve-month-mapping
  • Additional commits viewable in compare view

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 `jollyday.version` from 1.1.0 to 1.2.0.

Updates `de.focus-shift:jollyday-core` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/focus-shift/jollyday/releases)
- [Commits](focus-shift/jollyday@v1.1.0...v1.2.0)

Updates `de.focus-shift:jollyday-jaxb` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/focus-shift/jollyday/releases)
- [Commits](focus-shift/jollyday@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: de.focus-shift:jollyday-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: de.focus-shift:jollyday-jaxb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added java Pull requests that update a java dependency type: dependencies Pull requests that update a dependency file labels Dec 26, 2024
@derTobsch derTobsch added this to the 2.15.0 milestone Dec 26, 2024
@derTobsch derTobsch merged commit 0ef20cc into main Dec 26, 2024
5 checks passed
@derTobsch derTobsch deleted the dependabot/maven/jollyday.version-1.2.0 branch December 26, 2024 21:51
@github-actions github-actions bot added the status: planned This issue is planned in a milestone and won't be touched by stale bot. label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update a java dependency status: planned This issue is planned in a milestone and won't be touched by stale bot. type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant