Skip to content

chore(deps): apply all open Dependabot updates#14

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-dependency-issues
Closed

chore(deps): apply all open Dependabot updates#14
Copilot wants to merge 2 commits intomainfrom
copilot/fix-dependency-issues

Conversation

Copy link

Copilot AI commented Mar 9, 2026

Consolidates all 6 open Dependabot PRs (#8#13) into a single update across GitHub Actions and Gradle dependencies.

Summary

Bumps GitHub Actions and JVM dependencies to their latest versions as proposed by Dependabot. All updates are non-breaking; 469 tests pass with the new versions.

Changes

GitHub Actions (.github/workflows/release.yml, docs.yml):

  • docker/setup-buildx-action v3 → v4
  • docker/login-action v3 → v4
  • docker/metadata-action v5 → v6
  • docker/build-push-action v6 → v7
  • actions/setup-node v4 → v6

Gradle (build.gradle.kts):

  • okhttp 4.12.0 → 5.3.2
  • sqlite-jdbc 3.45.3.0 → 3.51.2.0
  • mysql-connector-j 8.3.0 → 9.6.0
  • postgresql 42.7.2 → 42.7.10
  • junit-jupiter 5.11.0 → 6.0.3
  • h2 2.2.224 → 2.4.240
  • kotest-runner-junit5 + kotest-assertions-core 5.9.1 → 6.1.5

Testing

  • make test passes locally
  • make check passes locally
  • New tests added for new behaviour (if applicable)
  • Manually tested in the web dashboard (if applicable)

Checklist

  • The change is focused — no unrelated edits bundled in
  • No secrets, API keys, or .env files included
  • DOT examples updated if pipeline format changed
  • README updated if user-facing behaviour changed

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- docker/setup-buildx-action: v3 → v4
- docker/login-action: v3 → v4
- docker/metadata-action: v5 → v6
- docker/build-push-action: v6 → v7
- actions/setup-node: v4 → v6
- okhttp: 4.12.0 → 5.3.2
- sqlite-jdbc: 3.45.3.0 → 3.51.2.0
- mysql-connector-j: 8.3.0 → 9.6.0
- postgresql: 42.7.2 → 42.7.10
- junit-jupiter: 5.11.0 → 6.0.3
- h2: 2.2.224 → 2.4.240
- kotest: 5.9.1 → 6.1.5

Co-authored-by: coreydaley <5060301+coreydaley@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix open pull requests from Dependabot chore(deps): apply all open Dependabot updates Mar 9, 2026
@coreydaley coreydaley closed this Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants