Skip to content

Commit 3b3faea

Browse files
Revert "update protobuf to 4.32.1 (#1223)"
This reverts commit 8ce391b
1 parent 9cfbcb3 commit 3b3faea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ mtconnect-protocol = "1.0.0"
4949
netty = "4.2.7.Final"
5050
pmd = "6.55.0"
5151
postgresql = "42.7.8"
52-
protobuf = "4.32.1"
5352
shrinkwrap = "1.2.6"
5453
slf4j = "2.0.17"
5554
spotBugs = "4.9.4"
@@ -150,7 +149,6 @@ plc4j-api = { module = "org.apache.plc4x:plc4j-api", version.ref = "apache-plc4x
150149
plc4j-s7 = { module = "org.apache.plc4x:plc4j-driver-s7", version.ref = "apache-plc4x" }
151150
plc4j-transport-raw-socket = { module = "org.apache.plc4x:plc4j-transport-raw-socket", version.ref = "apache-plc4x" }
152151
postgresql= { module = "org.postgresql:postgresql", version.ref = "postgresql" }
153-
protobuf = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
154152
shrinkwrap-api = { module = "org.jboss.shrinkwrap:shrinkwrap-api", version.ref = "shrinkwrap" }
155153
shrinkwrap-impl = { module = "org.jboss.shrinkwrap:shrinkwrap-impl-base", version.ref = "shrinkwrap" }
156154
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

hivemq-edge/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ dependencies {
214214
compileOnly("com.hivemq:hivemq-edge-module-file")
215215

216216
//FIXME: should be in module instead
217-
// we need better module isolation for that as the modules pick up Netty from the app class loader
218-
implementation("com.google.protobuf:protobuf-java:4.32.1")
217+
implementation("com.google.protobuf:protobuf-java:4.29.3")
219218
}
220219

221220
configurations.all {

0 commit comments

Comments
 (0)