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.201.0 -> ^0.203.0
com.rometools:rome (source) compile minor 2.0.0 -> 2.1.0
org.postgresql:postgresql (source) build minor 42.5.4 -> 42.6.0
com.diffplug.spotless:spotless-maven-plugin build minor 2.34.0 -> 2.35.0
org.apache.maven.plugins:maven-resources-plugin build patch 3.3.0 -> 3.3.1
io.quarkus:quarkus-maven-plugin build patch 2.16.4.Final -> 2.16.6.Final
io.quarkus:quarkus-universe-bom import patch 2.16.4.Final -> 2.16.6.Final

Release Notes

flowtype/flow-bin

v0.203.1

Compare Source

v0.203.0

Compare Source

v0.202.1

Compare Source

v0.202.0

Compare Source

rometools/rome

v2.1.0

Compare Source

What's Changed

New Features
🔨 Dependency Upgrades
🧹 Cleanup
Other Changes

New Contributors

Full Changelog: https://github.com/rometools/rome/compare/2.0.0...2.1.0

pgjdbc/pgjdbc

v42.6.0

Changed

fix: use PhantomReferences instead of Obejct.finalize() to track Connection leaks MR #​2847

The change replaces all uses of Object.finalize with PhantomReferences.
The leaked resources (Connections) are tracked in a helper thread that is active as long as
there are connections in use. By default, the thread keeps running for 30 seconds after all
the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.

refactor:(loom) replace the usages of synchronized with ReentrantLock MR #​2635 Fixes Issue #​1951

diffplug/spotless

v2.35.0

Added
  • CleanThat Java Refactorer. (#​1560)
  • Introduce LazyArgLogger to allow for lazy evaluation of log messages in slf4j logging. (#​1565)
Fixed
  • Allow multiple instances of the same npm-based formatter to be used by separating their node_modules directories. (#​1565)
  • ktfmt default style uses correct continuation indent. (#​1562)
Changes
  • Bump default ktfmt version to latest 0.42 -> 0.43 (#​1561)
  • Bump default jackson version to latest 2.14.1 -> 2.14.2 (#​1536)
quarkusio/quarkus

v2.16.6.Final

Compare Source

Complete changelog
  • #​32319 - [2.16] Revert io.netty.noUnsafe change
  • #​32302 - Qute - fix validation of expressions with the "cdi" namespace
  • #​32253 - (2.16) Upgrade to graphql-java 19.4
  • #​32223 - (2.16) Upgrade wildfly-elytron to 1.20.3.Final
  • #​32110 - Prevent splitting of cookie header values when using AWS Lambda
  • #​32107 - Fix Podman detection on Windows
  • #​32106 - Native building with container: Podman not detected on Windows
  • #​32093 - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects
  • #​32090 - K8s moved its registry
  • #​32088 - Remove the session cookie if ID token verification failed
  • #​32082 - Add missing quote in Hibernate Reactive with Panache guide
  • #​32079 - Quarkus JaCoCo extension fails to start Gradle daemon
  • #​32058 - Allow use of null in REST Client request body
  • #​32047 - rest client reactive throws npe on null request body
  • #​32041 - K8s is moving it's images
  • #​32037 - Set-Cookie Header is Split when using OIDC together with AWS Lambda
  • #​32015 - Support repeatable Incomings annotation for reactive messaging
  • #​32002 - Quarkus: Kafka Event Processor with 2 @incoming annotations throws Null Pointer SRMSG00212
  • #​31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #​31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #​31930 - Native build fails for JWT
  • #​31893 - Docker or Podman required for tests since 3.0.0.Alpha6
  • #​31857 - Container runtime detection cached in sys prop, container-docker extension
  • #​31811 - Check the expiry date for inactive OIDC tokens
  • #​31717 - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized
  • #​31714 - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore)
  • #​31662 - Warning when docker is not running
  • #​31525 - Bump Keycloak version to 21.0.1
  • #​31490 - Enable Podman and Docker Windows quarkus-container-image-docker testing
  • #​31307 - Native Build on Windows has incorrect resource slashes
  • #​30383 - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT

v2.16.5.Final

Compare Source

Complete changelog
  • #​31959 - New home for Narayana LRA coordinator Docker images
  • #​31931 - Support raw collections in RESTEasy Reactive server and client
  • #​31922 - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode
  • #​31904 - [2.16] Upgrade SmallRye GraphQL to 1.9.4
  • #​31894 - Supply missing extension metadata for reactive keycloak client
  • #​31891 - Fix truststore REST Client config when password is not set
  • #​31867 - Qute type-safe fragments - fix validation for loop metadata and globals
  • #​31866 - The behavior of the @RestHeader annotation is different from the @HeaderParam annotation when the parameter is of type List
  • #​31864 - Fix incorrect generic type passed to MessageBodyWriter#writeTo
  • #​31818 - Jackson JAX-RS YAML Provider for Resteasy Reactive
  • #​31804 - [2.16] A test to make sure non-existing modules are ignored during workspace discovery
  • #​31793 - [2.16] Fix NPE loading workspace modules
  • #​31770 - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java
  • #​31769 - Capability added for quarkus-rest-client-reactive-jackson
  • #​31756 - quarkus-rest-client-reactive-jackson doesn't provide capabilities
  • #​31728 - Register additional cache implementations for reflection
  • #​31718 - Properly close metadata file in integration tests
  • #​31713 - "Too many open files" When test native image.
  • #​31712 - Make request scoped beans work properly in ReaderInterceptors
  • #​31705 - Remove all dev services for kubernetes dependencies from kubernetes-client-internal
  • #​31692 - RequestScoped context not active when using a ReaderInterceptor with large HTTP requests
  • #​31688 - Suppress config changed warning for quarkus.test.arg-line
  • #​31643 - Fix iterator issue when executing a zrange with score on a missing key
  • #​31626 - quarkus.test.arg-line has become a built-time fixed property in 2.16.4
  • #​31624 - native compilation : quarkus-jdbc-oracle with elasticsearch-java strange behaviour
  • #​31617 - Bump Stork version 1.4.2
  • #​31579 - Reinitialize sun.security.pkcs11.P11Util at runtime
  • #​31560 - Prevent SSE writing from potentially causing accumulation of headers
  • #​31559 - SseUtil unexpectedly stores headers in Serialisers.EMPTY_MULTI_MAP
  • #​31551 - Scheduler - detect scheduled methods of the same name on a class
  • #​31547 - Scheduler - it's possible to declare two scheduled methods of the same name on the same class
  • #​31545 - Append System.lineSeparator() to config error messages
  • #​31536 - Missing newline characters in config error message
  • #​31532 - Interpret negative/zero body-limit as infinite when logging REST Client request body
  • #​31523 - Request rejected by CORS for fonts in dev UI when quarkus.http.cors=true is set
  • #​31496 - Filter out RESTEasy related warning in ProviderConfigInjectionWarningsTest
  • #​31482 - Remove incorrect default value for keepAliveEnabled
  • #​31440 - Several quarkus integration tests fail to compile to native with latest GraalVM master
  • #​31384 - Ignore required documentation for @ConfigMapping default methods
  • #​30757 - Allow same origin CORS requests without 3rd party origins being configured
  • #​30744 - [Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
  • #​30698 - CORS Request same origin ignored if no other origin set
quarkusio/quarkus-platform

v2.16.6.Final

Compare Source

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