Bump the dependencies group with 5 updates#305
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 5 updates:
4.2.14.3.142.7.1242.7.133.53.03.54.025.0.325.1.39.4.39.5.1Updates
org.jline:jlinefrom 4.2.1 to 4.3.1Release notes
Sourced from org.jline:jline's releases.
Commits
6b83c24fix: add synchronized to fillInStackTrace override (S3551)1d5fc30fix: guard regex matching against catastrophic backtracking (ReDoS)0e62bbffix: warn on insecure permissions when history file created concurrently23862e3Merge pull request #2002 from jline/fix/display-wrap-flicker-v217ea394fix: wrap mode 2026 BSU/ESU in try/finally and fix wrapNeeded test path2371d58fix: correct broken regex in scrollOptimizationToggle test0a39f36refactor: make Display.oldLines private and add reflow/wrap tests7482088chore: bump junit.version from 6.1.0 to 6.1.1 (#2005)88c1a94feat: add AIX support to FFM terminal provider (fixes #1984) (#1985)2dccc4bfeat: expose ScreenTerminal scrollback history and cell decoding utilities (#...Updates
org.postgresql:postgresqlfrom 42.7.12 to 42.7.13Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
3297557docs: add 42.7.13 release changelog (#4270)d93d370style: apply Autostyle to docs/ and .github/2e05ff9build: check docs/ and .github/ formatting with Autostyleb4a6087Adjust EditorConfig für Makefiles725cebbfix(jdbc): reject empty timestamp/timestamptz text with a clear error23a1b0dfix(scram): fail closed on channel-binding downgrade (no scram bump)0b4077aBump pgjdbc version from 42.7.12 to 42.7.13 (#4269)394800afix: flush LargeObject output stream before marking closed (#4248)83780f1Maintain consistency with the use of the word maintainer vs comitter (#4234)d42cad5fix(jdbc): classify updatable result set by search_path visibilityUpdates
org.jdbi:jdbi3-postgresfrom 3.53.0 to 3.54.0Release notes
Sourced from org.jdbi:jdbi3-postgres's releases.
Changelog
Sourced from org.jdbi:jdbi3-postgres's changelog.
Commits
d474ac8[maven-release-plugin] prepare release v3.54.09ffc0adrelease 3.54.0549844erelease notes #2975 and #2984f678692SqlPreflightFactory: use pattern-matching instanceof for the container annota...3f3b02eMerge branch 'master' into claude-sqlpreflight-stmtcustomizer-2979e6d9696Run@SqlPreflightas a main-statement customizer instead of a handler decoratore97bb38Fix argument type when type is object but a value given05be656Add regression tests for PreparedBatch null-first binding3949421add AI policy draftbffbb6caddress CVE-2026-42198Updates
org.graalvm.sdk:nativeimagefrom 25.0.3 to 25.1.3Commits
d9de820[GR-74345] Append global benchmark filters in PolyBench and implicitly exclud...a121746[GR-76692] Update CI overlay46e72d0[GR-76684] Add test for build-time invokedynamic/constantdynamic bootstrap me...fe5c7d6[GR-76591] Add Project Terminus docs923ec69[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.522dfaaUpdate js import to GraalJS 25.1.3b222ccc[GR-61365] Use reflection and service providers for protocol handling.30d7ddbGR-76591 Restore Terminus migration noteUpdates
com.gradleup.shadowfrom 9.4.3 to 9.5.1Release notes
Sourced from com.gradleup.shadow's releases.
Commits
c33612dPrepare version 9.5.1485e412Fix eager calls for toolchainSpec in Kotlin DSL (#2087)d062fa2Fix DuplicatesStrategyCheckerTest resource loading on Windows (#2085)e71a2c1Add description for shadow configuration (#2084)7ba43b0Prepare next development version6e00cb7Prepare version 9.5.0ca03909Deprecate everything under ShadowCopyAction (#2083)7d7da27Revert "Mark CONSTANT_TIME_FOR_ZIP_ENTRIES as const (#2074)"da18cc0Deprecate enableKotlinModuleRemapping for ShadowJar (#2073)ec6e55aReplace system properties with buildConfig consts (#2082)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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