Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump flyway.version from 11.15.0 to 11.18.0#51275

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/maven/main/flyway.version-11.18.0

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 27, 2025

Bumpsflyway.version from 11.15.0 to 11.18.0.
Updatesorg.flywaydb:flyway-core from 11.15.0 to 11.18.0

Release notes

Sourced fromorg.flywaydb:flyway-core's releases.

Flyway 11.18.0

See release noteshere

Flyway 11.17.2

See release noteshere

Flyway 11.17.1

See release noteshere

Flyway 11.17.0

See release noteshere

Flyway 11.16.0

See release noteshere

Commits

Updatesorg.flywaydb:flyway-sqlserver from 11.15.0 to 11.18.0

Updatesorg.flywaydb:flyway-mysql from 11.15.0 to 11.18.0

Updatesorg.flywaydb:flyway-database-oracle from 11.15.0 to 11.18.0

Updatesorg.flywaydb:flyway-database-postgresql from 11.15.0 to 11.18.0

Updatesorg.flywaydb:flyway-database-db2 from 11.15.0 to 11.18.0

Updatesorg.flywaydb:flyway-database-mongodb from 11.15.0 to 11.18.0

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 `flyway.version` from 11.15.0 to 11.18.0.Updates `org.flywaydb:flyway-core` from 11.15.0 to 11.18.0- [Release notes](https://github.com/flyway/flyway/releases)- [Commits](flyway/flyway@flyway-11.15.0...flyway-11.18.0)Updates `org.flywaydb:flyway-sqlserver` from 11.15.0 to 11.18.0Updates `org.flywaydb:flyway-mysql` from 11.15.0 to 11.18.0Updates `org.flywaydb:flyway-database-oracle` from 11.15.0 to 11.18.0Updates `org.flywaydb:flyway-database-postgresql` from 11.15.0 to 11.18.0Updates `org.flywaydb:flyway-database-db2` from 11.15.0 to 11.18.0Updates `org.flywaydb:flyway-database-mongodb` from 11.15.0 to 11.18.0---updated-dependencies:- dependency-name: org.flywaydb:flyway-core  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: org.flywaydb:flyway-sqlserver  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: org.flywaydb:flyway-mysql  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: org.flywaydb:flyway-database-oracle  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: org.flywaydb:flyway-database-postgresql  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: org.flywaydb:flyway-database-db2  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: org.flywaydb:flyway-database-mongodb  dependency-version: 11.18.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the area/dependenciesPull requests that update a dependency file labelNov 27, 2025
@quarkus-bot
Copy link

quarkus-botbot commentedNov 27, 2025
edited by github-actionsbot
Loading

Status for workflowQuarkus CI

This is the status report for runningQuarkus CI on commit359c641.

Failing Jobs

StatusNameStepFailuresLogsRaw logsBuild scan
Initial JDK 17 BuildBuildFailuresLogsRaw logs🔍

You can consult theDevelocity build scans.

Failures

⚙️ Initial JDK 17 Build#

- Failing: extensions/flyway/runtime! Skipped: devtools/bom-descriptor-json docs extensions/flyway-db2/deployment and 49 more

📦 extensions/flyway/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project quarkus-flyway: Compilation failure/home/runner/_work/quarkus/quarkus/extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/QuarkusPathLocationScanner.java:[49,41] constructor FileSystemScanner in class org.flywaydb.core.internal.scanner.filesystem.FileSystemScanner cannot be applied to given types; required: org.flywaydb.core.api.configuration.Configuration found: boolean,org.flywaydb.core.api.configuration.Configuration reason: actual and formal argument lists differ in length

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

area/dependenciesPull requests that update a dependency filearea/flyway

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp