Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pio protos v1.17.0-rc1 #495

Merged
merged 1 commit into from
Oct 26, 2023
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
update protos v1.17.0-rc1
  • Loading branch information
nullpointer0x00 committed Oct 24, 2023
commit 7e19fdc6a1089bd09be2c9ce211db76dcc1796cf
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Versions {
const val SpringBoot = PluginVersions.SpringBoot
const val Swagger = "3.0.0"
const val Grpc = "1.50.2"
const val ProvProto = "1.16.0"
const val ProvProto = "1.17.0-rc1"
const val Postgres = "42.2.23"
const val Protobuf = "3.21.9"

Expand Down
Loading