Skip to content

Update all non-major dependencies

Renovate Bot requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
flow-bin (changelog) devDependencies minor ^0.200.0 -> ^0.201.0
org.liquibase:liquibase-maven-plugin (source) build patch 4.19.0 -> 4.19.1
com.diffplug.spotless:spotless-maven-plugin build minor 2.33.0 -> 2.34.0
io.quarkus:quarkus-maven-plugin build patch 2.16.3.Final -> 2.16.4.Final
io.quarkus:quarkus-universe-bom import patch 2.16.3.Final -> 2.16.4.Final
org.apache.maven.plugins:maven-compiler-plugin build minor 3.10.1 -> 3.11.0

Release Notes

flowtype/flow-bin

v0.201.0

Compare Source

v0.200.1

Compare Source

liquibase/liquibase

v4.19.1

Compare Source

Liquibase v4.19.1 is a patch release

Enhancements

Fixes

Security, Driver and other updates

OWASP Dependency Check: Reported Vulnerabilities snakeyaml.jar - This is a "critical" vulnerability reported against the snakeyaml library. Note: Liquibase code is not vulnerable to this attack, but users can manually upgrade to the newest version of snakeyaml library, and will be upgraded to the unaffected snakeyaml 2.0 version in the next release. If you are interested, you can track the MR at https://github.com/liquibase/liquibase/pull/3865

New Contributors

Full Changelog: https://github.com/liquibase/liquibase/compare/v4.17.2...v4.19.1

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/.

Read the Documentation

Please check out and contribute to the continually improving docs, now at https://docs.liquibase.com/.

Meet the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to making it stronger:

Contribute code Make doc updates Help by asking and answering questions Set up a chat with the Product team

Thanks to everyone who helps make the Liquibase community strong!

File Descriptions

  • Liquibase CLI -- Includes open source + commercial functionality
  • liquibase-x.y.z.tar.gz -- Archive in tar.gz format
  • liquibase-x.y.z.zip -- Archive in zip format
  • liquibase-windows-x64-installer-x.y.z.exe -- Installer for Windows
  • liquibase-macos-installer-x.y.z.dmg -- Installer for MacOS
  • Primary Libraries - For embedding in other software
    • liquibase-core-x.y.z.jar – Base Liquibase library (open source)
    • liquibase-commerical-x.y.z.jar – Additional commercial functionality
  • liquibase-additional-x.y.z.zip – Contains additional, less commonly used files
    • Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar
    • Javadocs for all the libraries
    • Source archives for all the open source libraries
    • ASC/MD5/SHA1 verification hashes for all files

Full Changelog: https://github.com/liquibase/liquibase/compare/v4.19.0...v4.19.1

diffplug/spotless

v2.34.0

Added
  • Formatter now has a field public static final File NO_FILE_SENTINEL which can be used to pass string content to a Formatter or FormatterStep when there is no actual File to format. (#​1525)
quarkusio/quarkus

v2.16.4.Final

Compare Source

Complete changelog
  • #​31510 - Add logging to CompiledJavaVersionBuildStep
  • #​31507 - Adjust API in transaction.adoc code snippet
  • #​31498 - Added a note to get correct OpenAPI documentation
  • #​31486 - smallrye-openapi generates wrong definition for grouped parameters
  • #​31483 - Fix documentation for quarkus.hibernate-orm.enabled
  • #​31477 - Qute generated value resolvers - fix varArgs methods with 1 argument
  • #​31471 - [2.16] Make sure parent modules are loaded into workspace before those that depend on them
  • #​31467 - Don't run kubernetes-client Dev Services transitively
  • #​31465 - Propagate Quarkus related failsafe system properties
  • #​31462 - Do not append single '&' with empty query params in Resteasy Reactive
  • #​31449 - Qute: VarArgs processing error with 1 element
  • #​31447 - SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • #​31422 - Fix client jackson body writer to propagate the client context
  • #​31418 - Fix doc generation for quarkus.hibernate-orm.enabled
  • #​31416 - Fix copy paste error in qute docs
  • #​31405 - Propagate SystemProperties set in Failsafe plugin to the Test launcher
  • #​31394 - Fix afterEach callback for integration tests
  • #​31393 - Integration Test AfterEach callbacks are not called
  • #​31355 - [Regression] Very slow startup in dev mode when the Kubernetes extension is present
  • #​31350 - Also set io.netty.noUnsafe at runtime when set at build time
  • #​31349 - Netty complaining about access to heap buffer in native
  • #​31347 - Adjust image name substitution for Elasticsearch Dev Services
  • #​31339 - Improve logging in DevServicesKubernetesProcessor
  • #​31336 - Pass --userns=keep-id to podman only when in rootless mode
  • #​31331 - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry
  • #​31316 - Improve CSRF documentation
  • #​31302 - Updated OpenAPI mp.openapi.extensions.smallrye.openapi key mapping
  • #​31300 - Support UUID serialization in REST Client multipart bodies
  • #​31298 - RESTEasy Reactive doesn't support java.util.UUID
  • #​31291 - Bump org.jetbrains.annotations from 17.0.0 to the latest(24.0.0)
  • #​31289 - Return a null InputStream from REST Client when response is 204
  • #​31280 - Bump SQL Server JDBC driver to 12.2.0
  • #​31276 - Bump protobuf from 3.21.9 to 3.22.0
  • #​31274 - Try to solve disk space issues on GitHub Actions
  • #​31261 - Bump Microsoft SQL Server JDBC driver to 12.2.0
  • #​31260 - Make OIDC connection error log messages more visible
  • #​31250 - Clarify in keycloak-authorization doc when it should be used
  • #​31249 - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an &
  • #​31245 - [Regression in 2.16.3] NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null
  • #​31240 - protobuf code generated w/ 3.22.0 broken w/ Quarkus
  • #​31236 - Bump postgresql from 42.5.3 to 42.5.4
  • #​31234 - Bump mermaid from 9.1.1 to 9.4.0
  • #​31231 - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response
  • #​31211 - Fix the non-default constructor mechanism of bytecode recording [2.16]
  • #​31209 - Another fix for the Redis Search aggregation test
  • #​31186 - Show how to enable all origins in HTTP CORS section
  • #​31150 - Add keycloak authorization capability
  • #​31127 - Enhancements to instructions for contributing to the Quarkus docs
  • #​31334 - podman4 can't build any code with quarkus builder
  • #​30601 - Generate a preview website for documentation MRs
  • #​30549 - Enhancements and fixes for the Authorization of Web Endpoints section
  • #​30419 - Enhancing the Authorization of Web endpoints guide
  • #​30333 - Can't work with Google Oauth2 using qaurkus-oidc
  • #​29427 - quarkus.oidc.auth-server-url causing weird start-up failure
  • #​26152 - Resteasy Reactive: ContextResolver not used
quarkusio/quarkus-platform

v2.16.4.Final

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports