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

chore(deps): bump the java-minor-patch group across 1 directory with 4 updates #72

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the java-minor-patch group with 4 updates in the / directory: com.fasterxml.jackson.core:jackson-databind, org.liquibase:liquibase-core, org.liquibase.ext:liquibase-hibernate6 and org.projectlombok:lombok.

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1

Commits

Updates org.liquibase:liquibase-core from 4.29.2 to 4.30.0

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v4.30.0

Liquibase 4.30.0 is a major release

[!IMPORTANT] Liquibase 4.30.0 contains new capabilities and notable enhancements for Liquibase OSS and Pro users including:

  • Flow enhancements
  • Validation improvements
  • Clearer error messaging for thrown exceptions
  • Addition of Anonymous Analytics
  • Deprecation of the MacOS dmg installer in favor of installation via homebrew

[!NOTE] See the Liquibase 4.30.0 Release Notes for the complete set of release information.

Notable Changes

[OSS and PRO]

Anonymous Analytics:

  • Liquibase can now gather anonymous usage analytics when commands are run. No user-specific data will be gathered.

For Liquibase OSS users, this functionality is enabled by default, but can be opted-out of before any data is sent. For Liquibase Pro users, this is disabled by default with the ability to opt-in. You can enable or disable sending analytics with the analytics-enabled property.

Gathering anonymous usage analytics allows us to better understand how Liquibase is actually being used by a very wide, diverse set of millions of users.

[PRO]

Flow Enhancements: Detect pending changesets, and variable-variables

  • There are two exciting Flow enhancements: the ability to condition action on presence of pending changesets, and the ability to use a global variable inside other global or stage variables, enabling variable-variables within flows.
  • Learn more https://docs.liquibase.com/flow

[OSS]

Usability Improvements:

  • Avoid ignoring caught exceptions, and instead return the exception and append the reason for better debugging.
  • When using failOnError=false, changesets that failed will now show up in the default output.
  • When using STRICT mode, update-to-tag will now throw an error when there is no tag specified or the tag specified does not exist.
  • Added a Customizer that allows discovery of changesets that are not known to an application. This can be used to prevent an application's startup when discovering new, unexpected changesets before an update is made.

Deprecated: MacOS .dmg installer

  • The MacOS dmg installer no longer ships with release artifacts. Please use the tar.gz or .zip release artifacts, or install via homebrew by running brew install liquibase

For a full list of improvements and bug fixes, see the [OSS] Changelog section.

[PRO] Changelog

🚀 New Features

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.30.0 is a major release

[!IMPORTANT] Liquibase 4.30.0 contains new capabilities and notable enhancements for Liquibase OSS and Pro users including Anonymous Analytics and deprecation of the MacOS dmg installer. [!NOTE] See the Liquibase 4.30.0 Release Notes for the complete set of release information.

Notable Changes

[PRO]

Anonymous Analytics:

  • Liquibase can now gather anonymous usage analytics when commands are run. No user-specific data will be gathered.

For Liquibase OSS users, this functionality is enabled by default, but can be opted-out of before any data is sent. For Liquibase Pro users, this is disabled by default with the ability to opt-in.

Gathering anonymous usage analytics allows us to better understand how Liquibase is actually being used by a very wide, diverse set of millions of users.

Flow Enhancements: Detect pending changesets, and variable-variables

  • There are two exciting Flow enhancements: the ability to condition action on presence of pending changesets, and the ability to use a global variable inside other global or stage variables, enabling variable-variables within flows.
  • Learn more https://docs.liquibase.com/flow

[OSS]

Deprecated: MacOS .dmg installer

  • The MacOS dmg installer no longer ships with release artifacts. Please use the tar.gz or .zip release artifacts, or install via homebrew by running brew install liquibase

[PRO] Changelog

New Features

Changes

... (truncated)

Commits
  • 38cc3e9 Only add child events when analytics is enabled (DAT-18943) (#6474)
  • 2d8d90d Add 4.30.0 xsd and update changelog.txt (#6471)
  • 789c5e6 enable analytics for release builds only (DAT-18902) (#6465)
  • 3db80b4 Modify clob handling (#6410)
  • 2c04047 DAT-17706 - Add checks example files to all format directories (#6461)
  • 315d709 Update jreBundle to latest in install4j (#6457)
  • 4db540b turn off analytics temporarily (DAT-18902) (#6464)
  • 28e3fa5 Fix flakey ChangeLogSyncTaskTest test (DAT-18921) (#6463)
  • f337b4a Adds customizer to discover and react to unknown change sets (#6432)
  • 181fbc8 chore: fix expected files in examples directory (#6458)
  • Additional commits viewable in compare view

Updates org.liquibase.ext:liquibase-hibernate6 from 4.29.2 to 4.30.0

Release notes

Sourced from org.liquibase.ext:liquibase-hibernate6's releases.

v4.30.0

Changes

🚀 New Features

  • (#719) Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase, fixes #718 @​Guschtel

🐛 Bug Fixes 🛠

  • (#717) Enables catalog support for HibernateDatabase so that diff-changelog generation works again @​Guschtel

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-hibernate@v4.29.2...4.29.3

Commits
  • 6dbada9 Update liquibase.version to 4.30.0
  • ea4a202 chore: point build-logic to main
  • c30a40d Merge pull request #723 from liquibase/dependabot/maven/org.liquibase-liquiba...
  • 923f654 chore(deps): bump org.liquibase:liquibase-parent-pom from 0.4.5 to 0.5.0
  • 2b6218c Merge pull request #722 from liquibase/dependabot/maven/spring.version-6.1.14
  • b5cf2a9 chore(deps): bump spring.version from 6.1.13 to 6.1.14
  • f955f88 Removes validate differences when comparing an Oracle Database Schema against...
  • cca484a Enables catalog support so that diff-changelog generation works again (#717)
  • 19ffdc0 Merge pull request #721 from liquibase/admah/fix-readme-badge
  • 8ec6f77 update filename used in badge to show nightly build status
  • Additional commits viewable in compare view

Updates org.liquibase.ext:liquibase-hibernate6 from 4.29.2 to 4.30.0

Release notes

Sourced from org.liquibase.ext:liquibase-hibernate6's releases.

v4.30.0

Changes

🚀 New Features

  • (#719) Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase, fixes #718 @​Guschtel

🐛 Bug Fixes 🛠

  • (#717) Enables catalog support for HibernateDatabase so that diff-changelog generation works again @​Guschtel

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-hibernate@v4.29.2...4.29.3

Commits
  • 6dbada9 Update liquibase.version to 4.30.0
  • ea4a202 chore: point build-logic to main
  • c30a40d Merge pull request #723 from liquibase/dependabot/maven/org.liquibase-liquiba...
  • 923f654 chore(deps): bump org.liquibase:liquibase-parent-pom from 0.4.5 to 0.5.0
  • 2b6218c Merge pull request #722 from liquibase/dependabot/maven/spring.version-6.1.14
  • b5cf2a9 chore(deps): bump spring.version from 6.1.13 to 6.1.14
  • f955f88 Removes validate differences when comparing an Oracle Database Schema against...
  • cca484a Enables catalog support so that diff-changelog generation works again (#717)
  • 19ffdc0 Merge pull request #721 from liquibase/admah/fix-readme-badge
  • 8ec6f77 update filename used in badge to show nightly build status
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.34 to 1.18.36

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.36 (November 15th, 2024)

  • PLATFORM: JDK23 support added.
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-maven-plugin will now compile.
Commits
  • 91d79ff [release] pre-release version bump
  • e8db33a Merge pull request #3768 from tamila-krashtan/fix/with-html
  • 0338705 Revert "[fixes #3116] Add multi round support for mapstruct":
  • 9af596e Fix typo in With.html
  • 3394b6e eclipse downloader: When downloading sources, accept failure.
  • 03cd61a Merge branch 'eclipse-tests-fix'
  • 7a9f3a8 Fix resource management in the eclipse downloader:
  • 87bc91a Merge pull request #3764 from Rawi01/update-index
  • d21d551 Close ZipOutputStream in eclipse dependency downloader
  • 5caea32 [fixes #3761] Update annotation value index
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…4 updates

Bumps the java-minor-patch group with 4 updates in the / directory: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase), [org.liquibase.ext:liquibase-hibernate6](https://github.com/liquibase/liquibase-hibernate) and [org.projectlombok:lombok](https://github.com/projectlombok/lombok).


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.liquibase:liquibase-core` from 4.29.2 to 4.30.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.2...v4.30.0)

Updates `org.liquibase.ext:liquibase-hibernate6` from 4.29.2 to 4.30.0
- [Release notes](https://github.com/liquibase/liquibase-hibernate/releases)
- [Changelog](https://github.com/liquibase/liquibase-hibernate/blob/main/RELEASE.md)
- [Commits](liquibase/liquibase-hibernate@v4.29.2...v4.30.0)

Updates `org.liquibase.ext:liquibase-hibernate6` from 4.29.2 to 4.30.0
- [Release notes](https://github.com/liquibase/liquibase-hibernate/releases)
- [Changelog](https://github.com/liquibase/liquibase-hibernate/blob/main/RELEASE.md)
- [Commits](liquibase/liquibase-hibernate@v4.29.2...v4.30.0)

Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.liquibase.ext:liquibase-hibernate6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.liquibase.ext:liquibase-hibernate6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 18, 2024
Copy link

sonarcloud bot commented Nov 18, 2024

Copy link

Job Summary for Gradle

X-Road-Catalog tests :: BuildAndTest
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-catalog
buildEnvironment xroad-catalog-persistence:buildEnvironment…
8.10 Build Scan not published
x-road-catalog build 8.10 Build Scan not published

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.

0 participants