diff --git a/CHANGELOG.md b/CHANGELOG.md index 66332bed..e2937d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements -* Updated Prov Protos to 1.19.0-rc2 [#522](https://github.com/provenance-io/explorer-service/pull/522) +* Updated Prov Protos to 1.19.0 [#527](https://github.com/provenance-io/explorer-service/pull/527) * Updated gRPC query to use `query` field instead of `events` field [#523](https://github.com/provenance-io/explorer-service/pull/523) * Fixed transaction details endpoint by handling Base64 and string encoding changes [#525](https://github.com/provenance-io/explorer-service/pull/525) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 49f90e3f..e222bb53 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-rc2" + const val ProvProto = "1.19.0" const val Postgres = "42.2.23" const val Protobuf = "3.21.9" const val Reflections = "0.9.12"