Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {
project.version = projectVersion

ext {
grpcVersion = '1.76.0'
grpcVersion = '1.77.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The pull request title states there are '6 updates', but only grpcVersion and partiqlVersion (on line 56) are being updated in this file. To ensure clarity and accurate tracking, could you please either adjust the title to reflect two updates or include the missing four updates in this PR?

protocVersion = '3.25.8'
picoCliVersion = '4.7.7'
guiceVersion = '5.1.0'
Expand Down Expand Up @@ -53,7 +53,7 @@ subprojects {
googleJavaFormatVersion = '1.7'
dockerPluginVersion = '0.34.0'
bouncyCastleCryptoVersion = '1.70'
partiqlVersion = '1.3.1'
partiqlVersion = '1.3.2'

dockerVersion = project.properties['dockerVersion'] ?: project.version
}
Expand Down