From 100ad3d8a50c23e3abf2db3b2fb67d0a93732fc2 Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Fri, 15 Nov 2024 09:51:38 -0700 Subject: [PATCH 1/2] upgrade protos to v1.20.1 --- buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 512c3013..1446ae1d 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.19.0" + const val ProvProto = "1.20.1" const val Postgres = "42.2.23" const val Protobuf = "3.21.9" const val Reflections = "0.9.12" From 4e3439e33b728415401293560547470cff73c6fe Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Fri, 15 Nov 2024 09:53:47 -0700 Subject: [PATCH 2/2] add change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02624c3e..7030fa8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Remove `running_count` and `total_count` columns from the `missed_blocks` table [#549](https://github.com/provenance-io/explorer-service/issues/549) * Remove `spotlight_cache` table [#559](https://github.com/provenance-io/explorer-service/pull/559) * Remove the `data` column from the `asset_pricing` table [#563](https://github.com/provenance-io/explorer-service/issues/563) +* Updated Prov Protos to 1.20.1 [#575](https://github.com/provenance-io/explorer-service/pull/575) ### Bug Fixes