Skip to content

Bump the dependencies group with 5 updates#305

Merged
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-1818ddd2b5
Jul 6, 2026
Merged

Bump the dependencies group with 5 updates#305
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-1818ddd2b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 5 updates:

Package From To
org.jline:jline 4.2.1 4.3.1
org.postgresql:postgresql 42.7.12 42.7.13
org.jdbi:jdbi3-postgres 3.53.0 3.54.0
org.graalvm.sdk:nativeimage 25.0.3 25.1.3
com.gradleup.shadow 9.4.3 9.5.1

Updates org.jline:jline from 4.2.1 to 4.3.1

Release notes

Sourced from org.jline:jline's releases.

JLine 4.3.1 is a security patch release addressing ReDoS vulnerabilities.

🔒 Security Fixes

🐛 Bug Fixes

  • fix: warn on insecure permissions when history file created concurrently (#2013) @​gnodet
  • fix: add synchronized to fillInStackTrace override (#2019) @​gnodet

Full Changelog: jline/jline3@4.3.0...4.3.1

JLine 4.3.0 includes new features, security hardening, platform support, and display fixes.

✨ New Features

🔒 Security Hardening

🐛 Bug Fixes

🔧 Refactoring

  • refactor: defer exception allocation in Pty/redirect-pipe creation (#1976) @​raneashay

📦 Dependency Updates

  • chore: bump junit.version from 6.1.0 to 6.1.1 (#2005)
  • chore: bump com.palantir.javaformat:palantir-java-format (#1992)
  • chore: bump eu.maveniverse.maven.nisse:extension from 0.9.2 to 0.9.3 (#1997)
  • chore: bump org.graalvm.buildtools:native-maven-plugin (#2003)
  • chore: bump actions/cache from 5 to 6 (#1990)
Commits
  • 6b83c24 fix: add synchronized to fillInStackTrace override (S3551)
  • 1d5fc30 fix: guard regex matching against catastrophic backtracking (ReDoS)
  • 0e62bbf fix: warn on insecure permissions when history file created concurrently
  • 23862e3 Merge pull request #2002 from jline/fix/display-wrap-flicker-v2
  • 17ea394 fix: wrap mode 2026 BSU/ESU in try/finally and fix wrapNeeded test path
  • 2371d58 fix: correct broken regex in scrollOptimizationToggle test
  • 0a39f36 refactor: make Display.oldLines private and add reflow/wrap tests
  • 7482088 chore: bump junit.version from 6.1.0 to 6.1.1 (#2005)
  • 88c1a94 feat: add AIX support to FFM terminal provider (fixes #1984) (#1985)
  • 2dccc4b feat: expose ScreenTerminal scrollback history and cell decoding utilities (#...
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.12 to 42.7.13

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.13

Changes

  • docs: add 42.7.13 release changelog @​davecramer (#4270)
  • Adjust EditorConfig für Makefile @​BaumiCoder (#4279)
  • fix(scram): fail closed on channel-binding downgrade (no scram bump) @​vlsi (#4272)
  • Bump pgjdbc version from 42.7.12 to 42.7.13 @​davecramer (#4269)
  • chore: remove test-anorm-sbt module and its disabled CI wiring @​vlsi (#4261)
  • refactor(test-gss): convert to Java/JUnit 5 submodule of the main build @​vlsi (#4166)
  • ci: derive PG test versions from a Renovate-managed maxPgVersion @​vlsi (#4218)
  • feat(insert): cap reWriteBatchedInserts by the protocol limit, not 128 @​vlsi (#4207)
  • refactor(metadata): derive getPrimaryKeys from pg_constraint.conkey @​vlsi (#4202)
  • fix(protocol): defer flushes until response processing @​vlsi (#4196)
  • fix(build): resolve the Temurin 8 test toolchain by vendor @​vlsi (#4257)
  • build: include multi-release source sets in the JaCoCo coverage report @​vlsi (#4256)
  • fix(ci): read java_vendor before overwriting java_distribution @​vlsi (#4255)
  • ci: generate the whole matrix in one batch, coverage job included @​vlsi (#4253)
  • ci: pass CODECOV_TOKEN so protected-branch coverage uploads succeed @​vlsi (#4254)
  • ci: collect coverage on one pinned job @​vlsi (#4245)
  • ci: apply -DqueryTimeout from the matrix query_timeout axis @​vlsi (#4246)
  • ci: make Codecov project and patch statuses informational @​vlsi (#4244)
  • fix(build): restore JaCoCo XML report so Codecov receives coverage @​vlsi (#4240)
  • test(replication): shrink big-transaction inserts to avoid CI timeouts @​vlsi (#4243)
  • update maintainers @​davecramer (#4222)
  • test: add hermetic test for localSocketAddress @​vlsi (#4224)
  • docs(translation): clean up leftover German header in ja.po @​vlsi (#4206)
  • Update ja.po @​davecramer (#2004)
  • test: add PostgreSQL 18 to the CI test matrix @​vlsi (#4198)
  • test: silence expected SSPI warning stack trace in SSPIClientWaffleTest @​vlsi (#4197)
  • fix(ssl): build PKIX trust anchors without a KeyStore so FIPS-mode JVMs can load sslrootcert @​vlsi (#4193)
  • test: fix flaky sentLocationEqualToLastReceiveLSN replication test @​vlsi (#4175)
  • build: promote MethodCanBeStatic to error level @​vlsi (#4172)
  • Fix PGInterval.setSeconds to reject out of range and NaN values @​sehrope (#4194)
  • Replace connectThreadFactory with connectExecutor @​sehrope (#4165)
  • Fix deleting temp file when spooling large stream to disk in StreamWrapper @​sehrope (#4190)
  • chore: Add top level /scratch to gitignore @​sehrope (#4164)
  • refactor: favour composition over inheritance for Driver.ConnectTask @​vlsi (#4160)
  • Fix NumberParser.getFastLong(...) handling of overlong values @​sehrope (#4163)
  • build: produce a multi-release jar from reduced-pom.xml on Java 11+ @​vlsi (#4157)
  • Add connectThreadFactory and refactor Driver to use FutureTask for loginTimeout connection attempts @​sehrope (#4120)
  • test: verify custom properties reach socket factory @​vlsi (#4125)
  • test: fix LazyCleanerTest timeouts for the lingering Java 8 cleanup thread @​vlsi (#4122)
  • test: stabilise StatementTest.fastCloses on Windows @​vlsi (#4121)
  • fix: append default non-proxy hosts when socksNonProxyHosts is set @​davecramer (#4045)
  • test: budget terminating Sync in BatchDeadlockTest small-RETURNING branch @​vlsi (#4116)
  • test: make message assertions locale-independent @​vlsi (#4113)
  • build: drop xgettext default keywords; regenerate translations @​vlsi (#4100)
  • ci: opt-in scheduled workflows via ENABLE_SCHEDULED_JOBS repo variable @​vlsi (#4085)
  • Avoid direct java.lang.management dependency in maxResultBuffer parser @​mblakley-casana (#4069)
  • fix: restore pre-describe for generated-key batches @​bilalshehata (#4014)

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.13] (2026-07-06)

Added

  • feat: invalidate the prepared-statement cache when the server reports a search_path change via GUC_REPORT (PostgreSQL 18+), so cached plans are no longer used against the wrong schema [PR #4259](pgjdbc/pgjdbc#4259)
  • feat: reWriteBatchedInserts now merges up to 32768 rows into one multi-values INSERT (bounded by the 65535 bind-parameter limit on the extended protocol) instead of capping at 128, which speeds up batches of few-column rows. The new reWriteBatchedInsertsSize connection property lowers that cap when set; the default of 0 uses that maximum. [PR #4207](pgjdbc/pgjdbc#4207)
  • feat: invalidate the prepared-statement cache after CREATE/DROP/ALTER so callers no longer trip on "cached plan must not change result type" without opting into autosave=ALWAYS. Controlled by the new flushCacheOnDdl connection property (default true); set to false for the prior behaviour. [PR #4067](pgjdbc/pgjdbc#4067)
  • feat: add connectExecutor connection property to customize the Executor used to run the worker task that performs the connection attempt when loginTimeout is in effect. The value is the fully qualified name of a class implementing java.util.concurrent.Executor. With a null value, the default, the driver retains the prior behavior of running the connection attempt on a daemon thread named "PostgreSQL JDBC driver connection thread". The executor must run the task on a thread other than the caller's. Running the attempt on a named thread lets applications that monitor driver-created threads identify it. [PR #4165](pgjdbc/pgjdbc#4165)
  • feat: add classLoaderStrategy connection property to control which classloaders the driver searches when loading a class named by a connection property, for example socketFactory. The default driver-first now falls back to the thread context classloader when the driver's classloader cannot resolve the class, which fixes class loading in non-flat class paths such as Quarkus and OSGi. Set driver to keep the previous driver-classloader-only behaviour, or context-first to prefer the thread context classloader [Issue #2112](pgjdbc/pgjdbc#2112) [PR #4167](pgjdbc/pgjdbc#4167)
  • feat: add OID constants for geometric arrays, RECORD, and refcursor [PR #4220](pgjdbc/pgjdbc#4220)
  • feat: LargeObject BlobInputStream now skips by seeking instead of reading, and the driver exposes the server version so it can select the 64-bit large-object API where available [PR #4204](pgjdbc/pgjdbc#4204)

Changed

  • refactor: the worker that runs the connection attempt under loginTimeout is now a FutureTask (ConnectTask) instead of the hand-rolled ConnectThread. When the caller hits the timeout, the task is now cancelled with cancel(true), which interrupts the worker thread rather than letting it run to completion. This makes the connection attempt interruptible, so loginTimeout can stop a slow connection attempt instead of leaking a thread. As before, a connection that the worker still manages to establish after the caller gives up is closed by the worker so that it does not leak. There are no public API changes and this should only lead to faster background resource cleanup for connections that time out. [PR #4120](pgjdbc/pgjdbc#4120)
  • chore: PGXAConnection.ConnectionHandler now rejects setAutoCommit(false) and setSavepoint(...) during an active XA branch, in addition to the long-rejected setAutoCommit(true) / commit() / rollback(). The setSavepoint rejection was already meant to be in place but the guard misspelled the method name as setSavePoint, so savepoints silently went through. Both changes bring the proxy in line with JTA 1.2 §3.4. [PR #4114](pgjdbc/pgjdbc#4114)
  • chore: commitPrepared / rollback-of-prepared now return XAER_RMFAIL instead of XAER_RMERR when the underlying connection is left in a non-idle TransactionState. Transaction managers (Geronimo, Narayana, Atomikos) treat XAER_RMFAIL as retryable on a fresh XAResource; the prepared transaction is no longer abandoned. [PR #4114](pgjdbc/pgjdbc#4114)
  • refactor: derive getPrimaryKeys from pg_constraint.conkey [PR #4202](pgjdbc/pgjdbc#4202)

Fixed

  • fix: the published GitHub release now ships the released postgresql-<version>.jar and its detached PGP signature, taken from the same signed build that is uploaded to Maven Central, instead of a leftover SNAPSHOT jar [Issue #3812](pgjdbc/pgjdbc#3812) [PR #3814](pgjdbc/pgjdbc#3814)
  • fix: simplify the Statement#cancel state machine by dropping the redundant CANCELLED state. killTimerTask now waits for the state to return to IDLE directly, which removes a spin-forever case when more than one thread observes the cancel completing [PR #1827](pgjdbc/pgjdbc#1827).
  • perf: defer simple-query flushes until the driver reads the response, allowing BEGIN and the following query to share a network flush [Issue #3894](pgjdbc/pgjdbc#3894) [PR #4196](pgjdbc/pgjdbc#4196)
  • fix: reWriteBatchedInserts no longer throws IllegalArgumentException when batching a parameterless INSERT (for example INSERT INTO t VALUES (1, 2)) of 256 rows or more [PR #4207](pgjdbc/pgjdbc#4207)
  • fix: a comment before CALL in a CallableStatement no longer hides the native call, so OUT parameter registration works for /* comment */ call proc(?, ?) and similar. Parser.modifyJdbcCall now skips leading whitespace and SQL comments (both -- and /* */) before the call, tolerates a trailing comment after a { ... } escape, and no longer adds a spurious comma when moving an OUT parameter into a call whose arguments are only a comment [Issue #2538](pgjdbc/pgjdbc#2538) [PR #4209](pgjdbc/pgjdbc#4209)
  • fix: PreparedStatement.toString() no longer throws for a bytea value supplied as text via PGobject. Hex-format values (\x...) are validated and rendered as a bytea literal, and escape-format values are quoted and cast like any other literal [Issue #3757](pgjdbc/pgjdbc#3757) [PR #4201](pgjdbc/pgjdbc#4201)
  • fix: the driver no longer nulls the contextClassLoader of shared ForkJoinPool.commonPool() worker threads, which previously left unrelated tasks on those threads running with a null classloader [Issue #4155](pgjdbc/pgjdbc#4155) [PR #4156](pgjdbc/pgjdbc#4156)
  • fix: PgResultSet#getCharacterStream wraps String in a StringReader [PR #4063](pgjdbc/pgjdbc#4063)
  • fix: PGXAConnection no longer saves and restores the underlying connection's JDBC autoCommit flag. All XA-protocol SQL (BEGIN, PREPARE TRANSACTION, COMMIT, ROLLBACK, COMMIT PREPARED, ROLLBACK PREPARED, the recover() SELECT) is sent through QUERY_SUPPRESS_BEGIN, so the caller's autoCommit value is invariant across every XAResource call. Fixes the "2nd phase commit must be issued using an idle connection" failure during recovery on managed datasources that pool connections with autoCommit=false (TomEE, WildFly, WebSphere Liberty) [PR #4114](pgjdbc/pgjdbc#4114)
  • fix: PGXAConnection.prepare() now mutates XA state only after PREPARE TRANSACTION succeeds. A failed PREPARE previously left the driver thinking the branch was already prepared, so the follow-up rollback(xid) tried ROLLBACK PREPARED against a non-existent gid and returned XAER_RMERR. Transaction managers (Narayana) escalated this to HeuristicMixedException. With the fix, rollback(xid) takes the active-branch path and issues a plain ROLLBACK, which the server accepts cleanly. Fixes [Issue #3153](pgjdbc/pgjdbc#3153), [Issue #3123](pgjdbc/pgjdbc#3123). [PR #4114](pgjdbc/pgjdbc#4114)
  • fix: an updatable result set over an unqualified table name is now classified using only the table visible through search_path. When two schemas held a table with the same name and the same primary or unique index name but a different set of key columns, the driver took the union of both schemas' columns, so the result set could be wrongly rejected as not updatable [PR #4214](pgjdbc/pgjdbc#4214). Supersedes [PR #3400](pgjdbc/pgjdbc#3400).
  • fix: LargeObject.close() now flushes a buffered output stream before marking the object closed, so closing a large object without an explicit flush() no longer drops buffered writes. The flush runs while the object is still open (it calls back into LargeObject.write()), and lo_close always runs afterward; a failure from lo_close no longer masks an earlier flush error, and the transaction is not committed when the flush failed [Issue #4247](pgjdbc/pgjdbc#4247) [PR #4248](pgjdbc/pgjdbc#4248).
  • fix: reject empty timestamp, timestamptz, and date text with a clear SQLException (SQLState 22007) instead of an ArrayIndexOutOfBoundsException [PR #4278](pgjdbc/pgjdbc#4278)
  • fix: return null CHAR_OCTET_LENGTH for non-character columns [PR #4231](pgjdbc/pgjdbc#4231)
  • fix: honor scale in ResultSet.getBigDecimal(int, int) [PR #4211](pgjdbc/pgjdbc#4211)
  • fix: support java.time values in an updatable ResultSet updateRow() / insertRow() [PR #3848](pgjdbc/pgjdbc#3848)
  • fix: improve batching when the RETURNING clause contains varchar or numeric types [PR #4014](pgjdbc/pgjdbc#4014)
  • fix: correct estimatedReceiveBufferBytes accounting after a forced Sync [PR #4014](pgjdbc/pgjdbc#4014)
  • fix: avoid creating a transient ResultSet for describe-statement purposes, and restore the pre-describe path for generated-key batches [PR #4014](pgjdbc/pgjdbc#4014)
  • fix: add an explicit failure message when a multi-statement command executes in a batch [PR #4014](pgjdbc/pgjdbc#4014)
  • fix: detect search_path changes case-insensitively [PR #4216](pgjdbc/pgjdbc#4216)
  • fix: auto-detect the SSL key format instead of relying on the .key extension [PR #3946](pgjdbc/pgjdbc#3946)
  • fix: build PKIX trust anchors without a KeyStore so FIPS JVMs work [PR #4193](pgjdbc/pgjdbc#4193)
  • fix: use gssResponseTimeout rather than sslResponseTimeout for GSS connections [PR #4076](pgjdbc/pgjdbc#4076)
  • fix: skip the autosave savepoint for SET LOCAL / SET SESSION TRANSACTION [PR #4203](pgjdbc/pgjdbc#4203)
  • fix: do not throw AssertionError from BatchResultHandler on a closed connection [PR #4187](pgjdbc/pgjdbc#4187)
  • fix: reject SQL_TSI_FRAC_SECOND with an explicit, explained error [PR #4229](pgjdbc/pgjdbc#4229)
  • fix: reject a null URL in Driver.acceptsURL with a clear NullPointerException [PR #4205](pgjdbc/pgjdbc#4205)
  • fix: reject overlong inputs in NumberParser.getFastLong instead of silently wrapping [PR #4163](pgjdbc/pgjdbc#4163)
  • fix: reject out-of-range and NaN values in PGInterval.setSeconds [PR #4194](pgjdbc/pgjdbc#4194)
  • fix: close the socket when PgConnection setup fails after connect [PR #4161](pgjdbc/pgjdbc#4161)
  • fix: keep the LazyCleanerImpl cleanup task alive across a transient empty queue [PR #4038](pgjdbc/pgjdbc#4038)

... (truncated)

Commits
  • 3297557 docs: add 42.7.13 release changelog (#4270)
  • d93d370 style: apply Autostyle to docs/ and .github/
  • 2e05ff9 build: check docs/ and .github/ formatting with Autostyle
  • b4a6087 Adjust EditorConfig für Makefiles
  • 725cebb fix(jdbc): reject empty timestamp/timestamptz text with a clear error
  • 23a1b0d fix(scram): fail closed on channel-binding downgrade (no scram bump)
  • 0b4077a Bump pgjdbc version from 42.7.12 to 42.7.13 (#4269)
  • 394800a fix: flush LargeObject output stream before marking closed (#4248)
  • 83780f1 Maintain consistency with the use of the word maintainer vs comitter (#4234)
  • d42cad5 fix(jdbc): classify updatable result set by search_path visibility
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-postgres from 3.53.0 to 3.54.0

Release notes

Sourced from org.jdbi:jdbi3-postgres's releases.

3.54.0

  • fix deadlock in configuration caching (#2980)
  • fix prepared batch first-time-null binding (#2975)
  • Add @SqlPreflight (Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the same Handle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue #2979.
  • update postgres driver due to CVE-2026-42198
Changelog

Sourced from org.jdbi:jdbi3-postgres's changelog.

3.54.0

  • fix deadlock in configuration caching (#2980)
  • fix prepared batch first-time-null binding (#2975)
  • Add @SqlPreflight (Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the same Handle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue #2979.
  • update postgres driver due to CVE-2026-42198
Commits

Updates org.graalvm.sdk:nativeimage from 25.0.3 to 25.1.3

Commits
  • d9de820 [GR-74345] Append global benchmark filters in PolyBench and implicitly exclud...
  • a121746 [GR-76692] Update CI overlay
  • 46e72d0 [GR-76684] Add test for build-time invokedynamic/constantdynamic bootstrap me...
  • fe5c7d6 [GR-76591] Add Project Terminus docs
  • 923ec69 [GR-68442] Update Barista bench suite to be graalhost aware.
  • 048c371 [GR-21590] Update version numbers for upcoming release.
  • 08de586 [GR-71949] Track nullSeen in Ristretto type profiles.
  • 522dfaa Update js import to GraalJS 25.1.3
  • b222ccc [GR-61365] Use reflection and service providers for protocol handling.
  • 30d7ddb GR-76591 Restore Terminus migration note
  • Additional commits viewable in compare view

Updates com.gradleup.shadow from 9.4.3 to 9.5.1

Release notes

Sourced from com.gradleup.shadow's releases.

9.5.1

Fixed

  • Fix eager calls for toolchainSpec in Kotlin DSL.
    This fixes the regression when using toolchain without targetCompatibility in Kotlin DSL.

9.5.0

Added

  • Check DuplicatesStrategy for merging transformers. (#2026)
    This will log warnings when an incompatible DuplicatesStrategy (e.g., EXCLUDE) is applied in Gradle configuration for built-in ResourceTransformers.
  • Add KotlinModuleMetadataTransformer. (#2073)
  • Add R8 as an opt-in minimize { r8 { ... } } tool for shrinking the final shadowed JAR. (#2077)

Changed

  • Bump min Gradle requirement to 9.2.0. (#2057)
  • Remove afterEvaluate when adding variants. (#2056)
  • Deprecate enableKotlinModuleRemapping for ShadowJar. (#2073)
    Apply KotlinModuleMetadataTransformer explicitly to support relocating inside Kotlin module metadata files.
  • Deprecate everything under ShadowCopyAction. (#2083)

Fixed

  • Fix the conflicts when using afterEvaluate with other plugins. (#2055)
Commits
  • c33612d Prepare version 9.5.1
  • 485e412 Fix eager calls for toolchainSpec in Kotlin DSL (#2087)
  • d062fa2 Fix DuplicatesStrategyCheckerTest resource loading on Windows (#2085)
  • e71a2c1 Add description for shadow configuration (#2084)
  • 7ba43b0 Prepare next development version
  • 6e00cb7 Prepare version 9.5.0
  • ca03909 Deprecate everything under ShadowCopyAction (#2083)
  • 7d7da27 Revert "Mark CONSTANT_TIME_FOR_ZIP_ENTRIES as const (#2074)"
  • da18cc0 Deprecate enableKotlinModuleRemapping for ShadowJar (#2073)
  • ec6e55a Replace system properties with buildConfig consts (#2082)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jline:jline](https://github.com/jline/jline3) | `4.2.1` | `4.3.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.12` | `42.7.13` |
| [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) | `3.53.0` | `3.54.0` |
| [org.graalvm.sdk:nativeimage](https://github.com/oracle/graal) | `25.0.3` | `25.1.3` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.3` | `9.5.1` |


Updates `org.jline:jline` from 4.2.1 to 4.3.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.2.1...4.3.1)

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.12...REL42.7.13)

Updates `org.jdbi:jdbi3-postgres` from 3.53.0 to 3.54.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.53.0...v3.54.0)

Updates `org.graalvm.sdk:nativeimage` from 25.0.3 to 25.1.3
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-25.0.3...vm-25.1.3)

Updates `com.gradleup.shadow` from 9.4.3 to 9.5.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.4.3...9.5.1)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.graalvm.sdk:nativeimage
  dependency-version: 25.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.gradleup.shadow
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 6, 2026
@rfresh2 rfresh2 merged commit e1afd6c into 1.21.4 Jul 6, 2026
2 checks passed
@rfresh2 rfresh2 deleted the dependabot/gradle/dependencies-1818ddd2b5 branch July 6, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant