This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit adea35221bc7a03246b39dca0b0d6dd4387e50c2 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Jan 27 11:59:44 2025 +0100 Revert "chore(deps): Bump protostream-version from 5.0.12.Final to 15.0.13.Final (#16913)" This reverts commit 825cfa6a510e4a0a65596bee40ba62a3b030f889. --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index cb60bc21783..4d0ee6014ab 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -417,7 +417,7 @@ <protobuf-version>3.25.5</protobuf-version> <protobuf-maven-plugin-version>2.10.2</protobuf-maven-plugin-version> <protonpack-version>1.8</protonpack-version> - <protostream-version>15.0.13.Final</protostream-version> + <protostream-version>5.0.12.Final</protostream-version> <prowide-version>SRU2024-10.2.6</prowide-version> <pubnub-version>10.4.1</pubnub-version> <pulsar-version>3.3.3</pulsar-version>
