Skip to content

Bump org.liquibase.ext:liquibase-mongodb from 4.29.1 to 4.33.0.1 #48896

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2025

Bumps org.liquibase.ext:liquibase-mongodb from 4.29.1 to 4.33.0.1.

Release notes

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

v4.33.0.1

🐛 Bug Fixes 🛠

Full Changelog: liquibase/liquibase-mongodb@liquibase-mongodb-v4.33.0...liquibase-mongodb-4.33.1

v4.33.0

Changes

🚀 New Features

  • (#629) Added override of DatabaseConnection.getVisibleUrl() method for reporting purposes @​wwillard7800

🐛 Bug Fixes 🛠

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-mongodb@liquibase-mongodb-v4.32.0...liquibase-mongodb-4.32.1

v4.32.0

Changes

🐛 Bug Fixes 🛠

🤖 Security Driver and Other Updates

... (truncated)

Changelog

Sourced from org.liquibase.ext:liquibase-mongodb's changelog.

Liquibase MongoDB Extension Changelog

Commits
  • fbb4622 Merge pull request #633 from liquibase/fix-nullpointer
  • 778e616 Add test for getVisibleUrl method with null connection string
  • 26b4986 Update liquibase-mongodb version to 4.33.0.1-SNAPSHOT
  • d664dfc Add null safety to getVisibleUrl method in MongoConnection
  • 3c856e8 Version bump after release (#632)
  • c13610f Bump Liquibase version (#631)
  • 6ff3a6b Update .github/workflows/dry-run-release.yml
  • 2b2dc0e Merge pull request #630 from liquibase/DAT-20378
  • 307daae Added a null check for the Database object
  • f6d7a3e Use the Database object from scope in the supports method
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 [org.liquibase.ext:liquibase-mongodb](https://github.com/liquibase/liquibase-mongodb) from 4.29.1 to 4.33.0.1.
- [Release notes](https://github.com/liquibase/liquibase-mongodb/releases)
- [Changelog](https://github.com/liquibase/liquibase-mongodb/blob/main/changelog.txt)
- [Commits](liquibase/liquibase-mongodb@v4.29.1...v4.33.0.1)

---
updated-dependencies:
- dependency-name: org.liquibase.ext:liquibase-mongodb
  dependency-version: 4.33.0.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jul 11, 2025
Copy link

quarkus-bot bot commented Jul 12, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit b21cccb.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.xml.orm.OrmXmlHotReloadExplicitFileTestCase.changeOrmXml - History

  • java.lang.RuntimeException: Failed to start quarkus - io.quarkus.dev.appstate.ApplicationStartException
io.quarkus.dev.appstate.ApplicationStartException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.dev.appstate.ApplicationStateNotification.waitForApplicationStart(ApplicationStateNotification.java:63)
	at io.quarkus.runner.bootstrap.StartupActionImpl.runMainClass(StartupActionImpl.java:160)
	at io.quarkus.deployment.dev.IsolatedDevModeMain.firstStart(IsolatedDevModeMain.java:91)
	at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:432)
	at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:55)
	at io.quarkus.bootstrap.app.CuratedApplication.runInCl(CuratedApplication.java:143)
	at io.quarkus.bootstrap.app.CuratedApplication.runInAugmentClassLoader(CuratedApplication.java:98)

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/kafka-devservices

io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange - History

  • 1 expectation failed. Expected status code <200> but was <500>. - java.lang.AssertionError
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

⚙️ JVM Integration Tests - JDK 21

📦 integration-tests/kafka-devservices

io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange - History

  • New containers: [Container(command=sh -c 'while [ ! -f /work/run.sh ]; do sleep 0.1; done; sleep 0.1; /work/run.sh', created=1752270782, id=f7bc9af8d55b1a75c3effa68ebb0f85372075ae841cc4bb8102fa997d0d46cfc, image=quay.io/ogunalp/kafka-native:latest, imageId=sha256:99fa71388449ac7ff46bda7f6d645fb4435d9a21dce3d4dbcaedfc8a738afd6b, names=[/amazing_herschel], ports=[ContainerPort(ip=0.0.0.0, privatePort=9092, publicPort=32857, type=tcp), ContainerPort(ip=::, privatePort=9092, publicPort=32857, type=tcp)], labels={architecture=x86_64, build-date=2025-03-25T21:45:00Z, com.redhat.component=ubi9-micro-container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements\#UBI, description=Very small image which doesn't install the package manager., distribution-scope=public, io.buildah.version=1.39.0-dev, io.k8s.description=Very small image which doesn't install the package manager., io.k8s.display-name=Red Hat Universal Base Image 9 Micro, io.openshift.expose... - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: 
New containers: [Container(command=sh -c 'while [ ! -f /work/run.sh ]; do sleep 0.1; done; sleep 0.1; /work/run.sh', created=1752270782, id=f7bc9af8d55b1a75c3effa68ebb0f85372075ae841cc4bb8102fa997d0d46cfc, image=quay.io/ogunalp/kafka-native:latest, imageId=sha256:99fa71388449ac7ff46bda7f6d645fb4435d9a21dce3d4dbcaedfc8a738afd6b, names=[/amazing_herschel], ports=[ContainerPort(ip=0.0.0.0, privatePort=9092, publicPort=32857, type=tcp), ContainerPort(ip=::, privatePort=9092, publicPort=32857, type=tcp)], labels={architecture=x86_64, build-date=2025-03-25T21:45:00Z, com.redhat.component=ubi9-micro-container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, description=Very small image which doesn't install the package manager., distribution-scope=public, io.buildah.version=1.39.0-dev, io.k8s.description=Very small image which doesn't install the package manager., io.k8s.display-name=Red Hat Universal B...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants