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.199.0 -> ^0.200.0
com.rometools:rome (source) compile minor 1.18.0 -> 1.19.0
org.postgresql:postgresql (source) build patch 42.5.3 -> 42.5.4
org.jsoup:jsoup (source) compile patch 1.15.3 -> 1.15.4
io.quarkus:quarkus-maven-plugin build patch 2.16.2.Final -> 2.16.3.Final
io.quarkus:quarkus-universe-bom import patch 2.16.2.Final -> 2.16.3.Final

Release Notes

flowtype/flow-bin

v0.200.0

Compare Source

v0.199.1

Compare Source

rometools/rome

v1.19.0

Compare Source

What's Changed

🔨 Dependency Upgrades
Other Changes

Full Changelog: https://github.com/rometools/rome/compare/1.18.0...1.19.0

pgjdbc/pgjdbc

v42.5.4

Fixed

fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test. fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [MR #​2810]((https://github.com/pgjdbc/pgjdbc/pull/2810). fixes Issue #​2804. fix: Make sure that github CI runs tests on all MRs #​2809.

quarkusio/quarkus

v2.16.3.Final

Compare Source

Major changes
  • #​29756 - Support custom Flyway credentials/URL
Complete changelog
  • #​31141 - Resolve roles allowed configuration expression after config setup is completed
  • #​31129 - Fix stuck HTTP2 request when sent challenge has resumed request
  • #​31125 - Add "keep-alive-enabled" parameter to REST client reactive
  • #​31112 - Qute - fix assignability check when validating expressions
  • #​31099 - Use the effective Maven project build config when initializing sources and classes paths for dev mode
  • #​31092 - Make sure quarkus:go-offline properly supports test scoped dependencies
  • #​31077 - Qute: regression in template extension method with byte array
  • #​31076 - Quarkiverse: Install instead of verify
  • #​31074 - Added quarkus-jms-spi to quarkus bom
  • #​31059 - Path lookup must also consider interfaces
  • #​31046 - Simplify Quarkiverse release.yml workflow
  • #​31038 - Update Instrumentation Processor check logic to match comment
  • #​31036 - Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
  • #​31028 - Fix typo in snapstart enable config
  • #​31016 - Re-initialize platform dependent netty classes/values at runtime
  • #​30988 - Race condition in SmallRye Config property expansion for @​RolesAllowed value?
  • #​30964 - Add ConfigMappings from a builder class to support full hot reload
  • #​30961 - Error of quarkus:dev when the project.build.directory is overridden by a profile
  • #​30960 - Register CDI Bean when ConfigMapping is marked as Unremovable
  • #​30922 - Fix dependency parsing in JBangBuilderImpl
  • #​30885 - Add concurrency configuration to the GitHub Action workflows
  • #​30843 - Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
  • #​30672 - Avoid creating CSRF cookie if no CSRF token was created
  • #​30648 - Support passing filename to multipart form data output
  • #​30594 - CSRF: exception thrown when authentication falied
  • #​30570 - Set filename for PartItems in MultipartFormDataOutput
  • #​30455 - Introduce quarkus.datasource.devservices.init-script-path
  • #​29756 - Support custom Flyway credentials/URL
  • #​29631 - @​Unremovable ConfigMapping is still removed
  • #​29630 - Changes to configmappings not being applied during hot reload
  • #​28709 - QuarkusTransaction does not fire @​Initialized(TransactionScoped.class)
  • #​24639 - configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
  • #​23360 - "Request has already been read" using vertx + auth
  • #​17839 - Invalid memory configuration for netty maxDirectMemory in native image
quarkusio/quarkus-platform

v2.16.3.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.

Edited by Renovate Bot

Merge request reports