Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2025

This PR contains the following updates:

Package Change Age Confidence
com.gradleup.shadow 8.3.8 -> 8.3.9 age confidence
io.swagger.core.v3:swagger-annotations 2.2.34 -> 2.2.36 age confidence
org.postgresql:postgresql (source) 42.7.3 -> 42.7.7 age confidence
org.mariadb.jdbc:mariadb-java-client (source) 3.5.3 -> 3.5.5 age confidence
org.eclipse.milo:milo-dtd-manager 1.0.0 -> 1.0.4 age confidence
org.eclipse.milo:milo-dtd-reader 1.0.0 -> 1.0.4 age confidence
org.eclipse.milo:milo-encoding-xml 1.0.0 -> 1.0.4 age confidence
org.eclipse.milo:milo-encoding-json 1.0.0 -> 1.0.4 age confidence
org.eclipse.milo:milo-sdk-server 1.0.0 -> 1.0.4 age confidence
org.eclipse.milo:milo-sdk-client 1.0.0 -> 1.0.4 age confidence
org.junit.jupiter:junit-jupiter (source) 5.13.2 -> 5.13.4 age confidence
org.junit:junit-bom (source) 5.13.2 -> 5.13.4 age confidence
org.glassfish.jersey.media:jersey-media-multipart (source) 3.1.10 -> 3.1.11 age confidence
org.glassfish.jersey.media:jersey-media-json-jackson (source) 3.1.10 -> 3.1.11 age confidence
org.glassfish.jersey.inject:jersey-hk2 (source) 3.1.10 -> 3.1.11 age confidence
org.glassfish.jersey.containers:jersey-container-jdk-http (source) 3.1.10 -> 3.1.11 age confidence
com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider 2.19.1 -> 2.19.2 age confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.19.1 -> 2.19.2 age confidence
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.19.1 -> 2.19.2 age confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.19.1 -> 2.19.2 age confidence
com.hivemq:hivemq-mqtt-client 1.3.6 -> 1.3.8 age confidence
io.dropwizard.metrics:metrics-logback (source) 4.2.33 -> 4.2.34 age confidence
io.dropwizard.metrics:metrics-jvm (source) 4.2.33 -> 4.2.34 age confidence
io.dropwizard.metrics:metrics-jmx (source) 4.2.33 -> 4.2.34 age confidence
io.dropwizard.metrics:metrics-core (source) 4.2.33 -> 4.2.34 age confidence
com.digitalpetri.modbus:modbus-tcp 2.1.0 -> 2.1.1 age confidence
net.bytebuddy:byte-buddy 1.17.5 -> 1.17.7 age confidence
org.assertj:assertj-core (source) 3.27.3 -> 3.27.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

v2.2.36: Swagger-core 2.2.36 released!

  • fix: Fix ClassCastException on resolving JsonSchema. This solves issu… (#​4950)

v2.2.35: Swagger-core 2.2.35 released!

  • chore: bump jackson versions to 2.19.2 (#​4943)
  • Bump github classgraph version to 4.8.181 (#​4940)
  • chore: update common lang3 to 3.18 (#​4938)
  • chore: add GitHub issue and pull request templates (#​4934)
  • docs: provide a better formatting for README (#​4930)
  • Revert temp workarounds for sonatype 502 (#​4922)
  • Ticket-4910 | Added FailedApiResponse.java (#​4911)
pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.7

Security
  • security: Client Allows Fallback to Insecure Authentication Despite channelBinding=require configuration.
    Fix channel binding required handling to reject non-SASL authentication
    Previously, when channel binding was set to "require", the driver would silently ignore this
    requirement for non-SASL authentication methods. This could lead to a false sense of security
    when channel binding was explicitly requested but not actually enforced. The fix ensures that when
    channel binding is set to "require", the driver will reject connections that use
    non-SASL authentication methods or when SASL authentication has not completed properly.
    See the Security Advisory for more detail. Reported by George MacKerron
    The following CVE-2025-49146 has been issued
Added
  • test: Added ChannelBindingRequiredTest to verify proper behavior of channel binding settings

v42.7.6

Features
  • fix: Enhanced DatabaseMetadata.getIndexInfo() method, added index comment as REMARKS property PR #​3513
Performance Improvements
  • performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) PR #​3510
  • feat:Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed PR #​3613

v42.7.5

Added
Fixed
  • regression: revert change in fc60537 PR #​3476
  • fix: PgDatabaseMetaData implementation of catalog as param and return value PR #​3390
  • fix: Support default GSS credentials in the Java Postgres client PR #​3451
  • fix: return only the transactions accessible by the current_user in XAResource.recover PR #​3450
  • feat: don't force send extra_float_digits for PostgreSQL >= 12 fix Issue #​3432 PR #​3446
  • fix: exclude "include columns" from the list of primary keys PR #​3434
  • perf: Enhance the meta query performance by specifying the oid. PR #​3427
  • feat: support getObject(int, byte[].class) for bytea PR #​3274
  • docs: document infinity and some minor edits PR #​3407
  • fix: Added way to check for major server version, fixed check for RULE PR #​3402
  • docs: fixed remaining paragraphs PR #​3398
  • docs: fixed paragraphs in javadoc comments PR #​3397
  • fix: Reuse buffers and reduce allocations in GSSInputStream addresses Issue #​3251 PR #​3255
  • chore: Update Gradle to 8.10.2 PR #​3388
  • fix: getSchemas() PR #​3386
  • fix: Update rpm postgresql-jdbc.spec.tpl with scram-client PR #​3324
  • fix: Clearing thisRow and rowBuffer on close() of ResultSet Issue #​3383 PR #​3384
  • fix: Package was renamed to maven-bundle-plugin PR #​3382
  • fix: As of version 18 the RULE privilege has been removed PR #​3378
  • fix: use buffered inputstream to create GSSInputStream PR #​3373
  • test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 PR #​3372
  • Changed docker-compose version and renamed script file in instructions to match the real file name PR #​3363
  • test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest PR #​3364
  • try to categorize dependencies PR #​3362

v42.7.4

Added
  • chore: SCRAM dependency to 3.1 and support channel binding PR #​3188
  • chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests PR #​3299
  • test: Update to 17beta3 PR #​3308
  • chore: Implement direct SSL ALPN connections PR #​3252
  • translation: Add Korean translation file PR #​3276
Fixed
  • fix: PgInterval ignores case for represented interval string PR #​3344
  • perf: Avoid extra copies when receiving int4 and int2 in PGStream PR #​3295
  • fix: Add support for Infinity::numeric values in ResultSet.getObject PR #​3304
  • fix: Ensure order of results for getDouble PR #​3301
  • perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes PR #​3248
  • fix: Fix SSL tests PR #​3260
  • fix: Support bytea in preferQueryMode=simple PR #​3243
  • fix: Fix #​3234 - Return -1 as update count for stored procedure calls PR #​3235
  • fix: Fix #​3224 - conversion for TIME '24:00' to LocalTime breaks in binary-mode PR #​3225
  • perf: Speed up getDate by parsing bytes instead of String PR #​3141
  • fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length PR #​3136
  • fix: Validates resultset Params in PGStatement constructor. uses assertThro… PR #​3171
  • fix: Validates resultset parameters PR #​3167
  • docs: Replace greater to with greater than PR #​3315
  • docs: Clarify binaryTransfer and prepareThreshold PR #​3338
  • docs: use.md, typo PR #​3314
  • test: Use docker v2 which changes docker-compose to docker compose #​3339
  • refactor: Merge PgPreparedStatement#setBinaryStream int and long methods PR #​3165
  • test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest PR #​3231
  • docs: Fixed typos in all source code and documentations PR #​3242
  • chore: Remove self-hosted runner PR #​3227
  • docs: Add cancelSignalTimeout in README PR #​3190
  • docs: Document READ_ONLY_MODE in README PR #​3175
  • test: Test for +/- infinity double values PR #​3294
  • test: Switch localhost and auth-test around for test-gss PR #​3343
  • fix: remove preDescribe from internalExecuteBatch PR #​2883
Deprecated
  • test: Deprecate all PostgreSQL versions older than 9.1 PR #​3335
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v3.5.5

Compare Source

Full Changelog

Issues Resolved
  • CONJ-1265 - ensure rollback and release savepoint operation to be sent to server, even when there is no transaction in progress
  • CONJ-1270 - forceConnectionTimeZoneToSession doesn't always set the timezone to server

v3.5.4

Compare Source

Full Changelog

Key Enhancements
  • CONJ-1261 - Added caching option for loadCodecs results to improve performance
Issues Resolved
  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
eclipse-milo/milo (org.eclipse.milo:milo-dtd-manager)

v1.0.4

1.0.4

What's Changed
New Contributors

Full Changelog: eclipse-milo/milo@v1.0.3...v1.0.4

v1.0.3

1.0.3

What's Changed

Full Changelog: eclipse-milo/milo@v1.0.2...v1.0.3

v1.0.2

1.0.2

What's Changed

Full Changelog: eclipse-milo/milo@v1.0.1...v1.0.2

v1.0.1

1.0.1

What's Changed

Full Changelog: eclipse-milo/milo@v1.0.0...v1.0.1

eclipse-ee4j/jersey (org.glassfish.jersey.media:jersey-media-multipart)

v3.1.11

Compare Source

  • [Pull 5676] - [3.1] Helidon 4.x container
  • [Pull 5823] - Improve multipart behaviour to comply with MP REST Client 4.0 TCK tests
  • [Pull 5831] - Support MP REST Client 4.0
  • [Pull 5844] - Do not stuck Netty on header-setting exception
  • [Pull 5857] - Compatibility with RestEasy injecting no Configuration
  • [Pull 5868] - Bug Fix: SSE Events lines MUST NOT contain \r
  • [Pull 5870] - Do not include port -1 in the HOST header.
  • [Pull 5877] - jnh-connector: Fixed issue where FirstByteCachingStream failed to inc…
  • [Pull 5887] - File upload handling after redirect
  • [Pull 5903] - Fix for #​5902; support optional @​FormParam
  • [Pull 5917] - Replace String UTF-8 with a charset
  • [Pull 5944] - Versions update [3.1]
  • [Pull 5958] - Support Helidon3 and Helidon4 (precedence) by helidon connector.
  • [Pull 5960] - Support for ValidatorContext#{clockProvider,addValueExtractor}
  • hivemq/hivemq-mqtt-client (com.hivemq:hivemq-mqtt-client)

    v1.3.8: 1.3.8

    What's Changed

    Full Changelog: hivemq/hivemq-mqtt-client@v1.3.7...v1.3.8

    v1.3.7: 1.3.7

    What's Changed

    New Contributors

    Full Changelog: hivemq/hivemq-mqtt-client@v1.3.6...v1.3.7

    dropwizard/metrics (io.dropwizard.metrics:metrics-logback)

    v4.2.34

    What's Changed

    • fix(deps): update dependency org.checkerframework:checker-qual to v3.49.5 (release/4.2.x) by @​renovate[bot] in #​4849
    • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.0 (release/4.2.x) by @​renovate[bot] in #​4852
    • chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8 (release/4.2.x) by @​renovate[bot] in #​4848
    • Automatically assign milestone on PR creation by @​joschi in #​4853
    • fix(deps): update jetty monorepo to v12.0.23 (release/4.2.x) (patch) by @​renovate[bot] in #​4850
    • fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.2 (release/4.2.x) by @​renovate[bot] in #​4858
    • fix(deps): update log4j2 monorepo to v2.25.1 (release/4.2.x) (patch) by @​renovate[bot] in #​4859
    • chore(deps): update dependency org.apache.commons:commons-lang3 to v3.18.0 (release/4.2.x) by @​renovate[bot] in #​4861
    • chore(deps): update dependency maven to v3.9.11 (release/4.2.x) by @​renovate[bot] in #​4867
    • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.1 (release/4.2.x) by @​renovate[bot] in #​4868
    • build: change repository URLs to Portal OSSRH Staging API by @​joschi in #​4857
    • chore(config): migrate renovate config by @​renovate[bot] in #​4873
    • build: migrate from nexus-staging-maven-plugin to central-publishing-maven-plugin by @​joschi in #​4875
    • fix(deps): update dependency com.rabbitmq:amqp-client to v5.26.0 (release/4.2.x) by @​renovate[bot] in #​4877
    • fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.1.11 (release/4.2.x) by @​renovate[bot] in #​4884
    • chore(deps): update dependency org.assertj:assertj-core to v3.27.4 (release/4.2.x) by @​renovate[bot] in #​4883
    • chore(deps): update actions/cache action to v4.2.4 (release/4.2.x) by @​renovate[bot] in #​4882
    • fix(deps): update jetty monorepo to v12.0.25 (release/4.2.x) (patch) by @​renovate[bot] in #​4885
    • chore(deps): update github actions to v5 (release/4.2.x) (major) by @​renovate[bot] in #​4897
    • fix(deps): update dependency net.bytebuddy:byte-buddy to v1.17.7 (release/4.2.x) by @​renovate[bot] in #​4909
    • chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.3 (release/4.2.x) by @​renovate[bot] in #​4908
    • fix(deps): update jetty monorepo (release/4.2.x) (patch) by @​renovate[bot] in #​4910
    • chore(deps): update dependency org.mockito:mockito-core to v5.19.0 (release/4.2.x) by @​renovate[bot] in #​4900
    • fix(deps): update jetty monorepo to v12.1.0 (release/4.2.x) (minor) by @​renovate[bot] in #​4901
    • chore(deps): update dependency org.ehcache:ehcache to v3.11.0 (release/4.2.x) by @​renovate[bot] in #​4911
    • Add modules to support Jetty 12 for Jakarta EE 11 by @​joschi in #​4912
    • chore: retry flaky tests in metrics-jetty12-ee* by @​joschi in #​4919
    • chore(deps): update github actions to v5 (release/4.2.x) (major) by @​renovate[bot] in #​4915

    Full Changelog: dropwizard/metrics@v4.2.33...v4.2.34

    digitalpetri/modbus (com.digitalpetri.modbus:modbus-tcp)

    v2.1.1

    What's Changed

    Full Changelog: digitalpetri/modbus@v2.1.0...v2.1.1


    Configuration

    📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

    This PR was generated by Mend Renovate. View the repository job log.

    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 2 times, most recently from 17ead5a to e66c014 Compare June 28, 2025 01:23
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 2 times, most recently from d98a804 to b6105ca Compare July 5, 2025 02:04
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 2 times, most recently from 5f58e6f to 857723f Compare July 12, 2025 17:55
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 2 times, most recently from d09b55c to 7c53956 Compare July 26, 2025 02:43
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch from 7c53956 to 75ca458 Compare August 2, 2025 01:07
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 2 times, most recently from 8fffa72 to 6359bad Compare August 16, 2025 00:36
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 2 times, most recently from 9a825a3 to e2ea3b5 Compare August 23, 2025 00:53
    @renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch from e2ea3b5 to 0135366 Compare August 24, 2025 22:00
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants