Skip to content

Conversation

@devhawk
Copy link
Collaborator

@devhawk devhawk commented Jan 15, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates various project dependencies to their latest versions, including Jackson, JUnit, PostgreSQL driver, and other libraries. It also migrates deprecated Jackson API usage to maintain compatibility with the updated version.

Changes:

  • Updated multiple dependencies across build files to newer versions
  • Replaced deprecated Jackson setSerializationInclusion method with setDefaultPropertyInclusion
  • Added documentation for dependency update process

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
transact/build.gradle.kts Updates core dependencies including Jackson (2.17.0 → 2.20.1), PostgreSQL driver (42.7.2 → 42.7.9), HikariCP (5.0.1 → 7.0.2), and JUnit (5.12.1 → 6.0.2)
transact-cli/build.gradle.kts Updates CLI dependencies including Jackson and JUnit versions to match core project
gradle/wrapper/gradle-wrapper.properties Updates Gradle wrapper from version 9.1.0 to 9.2.1
transact/src/test/java/dev/dbos/transact/conductor/ConductorTest.java Migrates from deprecated setSerializationInclusion to setDefaultPropertyInclusion for Jackson compatibility
DEVELOPING.md Adds documentation for running dependency updates using Gradle

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devhawk devhawk requested a review from Copilot January 15, 2026 23:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devhawk devhawk merged commit d44766b into main Jan 15, 2026
21 checks passed
@devhawk devhawk deleted the devhawk/update-deps branch January 15, 2026 23:32
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.

3 participants