Update GitHub Actions and driver dependencies#2283
Merged
jrgemignani merged 1 commit intoapache:Dev_Multiple_Labelsfrom Dec 20, 2025
Merged
Update GitHub Actions and driver dependencies#2283jrgemignani merged 1 commit intoapache:Dev_Multiple_Labelsfrom
jrgemignani merged 1 commit intoapache:Dev_Multiple_Labelsfrom
Conversation
NOTE: This PR used AI tools and a human. Updated GitHub Actions and driver dependencies to latest versions GitHub Actions: - actions/cache v3 → v4 - actions/setup-python v4 → v5 - actions/setup-go v3 → v5 - actions/setup-java v3 → v4 - actions/setup-node v3 → v4 - Go test matrix: 1.20/1.21 → 1.21/1.22/1.23 Driver dependencies: - Go: minimum version 1.19 → 1.21 - Python: antlr4-python3-runtime 4.11.1 → 4.13.2 - JDBC: postgresql 42.6.0 → 42.7.4, antlr4 4.12.0 → 4.13.2, commons-text 1.10.0 → 1.12.0, junit 5.9.3 → 5.11.3, testcontainers 1.18.0 → 1.20.4, slf4j 2.0.7 → 2.0.16 - Node.js: pg >=6.0.0 → >=8.0.0, typescript 4.x → 5.7.2, jest 26.x → 29.7.0, eslint 7.x → 9.17.0 These updates address security fixes (postgresql driver), improve compatibility with current language runtimes, and use supported versions of build tooling. modified: .github/workflows/go-driver.yml modified: .github/workflows/installcheck.yaml modified: .github/workflows/jdbc-driver.yaml modified: .github/workflows/nodejs-driver.yaml modified: .github/workflows/python-driver.yaml modified: drivers/golang/go.mod modified: drivers/jdbc/lib/build.gradle.kts modified: drivers/nodejs/package.json modified: drivers/python/pyproject.toml
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.
NOTE: This PR used AI tools and a human.
Updated GitHub Actions and driver dependencies to latest versions
GitHub Actions:
Driver dependencies:
These updates address security fixes (postgresql driver), improve compatibility with current language runtimes, and use supported versions of build tooling.
modified: .github/workflows/go-driver.yml
modified: .github/workflows/installcheck.yaml
modified: .github/workflows/jdbc-driver.yaml
modified: .github/workflows/nodejs-driver.yaml
modified: .github/workflows/python-driver.yaml
modified: drivers/golang/go.mod
modified: drivers/jdbc/lib/build.gradle.kts
modified: drivers/nodejs/package.json
modified: drivers/python/pyproject.toml