From 13af08dc542d92cd9d315c4e73dc5bb142670ab0 Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Tue, 5 Mar 2024 15:12:50 -0500 Subject: [PATCH] Update protos. --- CHANGELOG.md | 1 + buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bfcc479..1748d885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements * Add aggregation of orderbooks for hash historical pricing [#496](https://github.com/provenance-io/explorer-service/issues/496) * Updated Prov Protos from 1.17.0 [#505](https://github.com/provenance-io/explorer-service/issues/505) +* * Updated Prov Protos to 1.18.0-rc2 [#510](https://github.com/provenance-io/explorer-service/issues/510) ### Bug Fixes * Fix parsing of ibc json packet [#501](https://github.com/provenance-io/explorer-service/issues/501) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 94ea7297..3628b04e 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -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.17.0" + const val ProvProto = "1.18.0-rc2" const val Postgres = "42.2.23" const val Protobuf = "3.21.9"