Skip to content

Conversation

@jrgemignani
Copy link
Contributor

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

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
@github-actions github-actions bot added the override-stale To keep issues/PRs untouched from stale action label Dec 20, 2025
@jrgemignani jrgemignani merged commit 041096f into apache:Dev_Multiple_Labels Dec 20, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

override-stale To keep issues/PRs untouched from stale action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant