File tree 2 files changed +2
-2
lines changed
hiero-dependency-versions
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies.constraints {
13
13
val grpcIoVersion = " 1.72.0"
14
14
val helidonVersion = " 4.1.6"
15
15
// When Upgrading pbjVersion, also need to update pbjCompiler version on stream/build.gradle.kts
16
- val pbjVersion = " 0.11.0 "
16
+ val pbjVersion = " 0.11.1 "
17
17
val protobufVersion = " 4.30.2"
18
18
val swirldsVersion = " 0.61.3"
19
19
val mockitoVersion = " 5.17.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id(" org.hiero.gradle.feature.protobuf" )
7
7
// When upgrading pbjVersion, also need to update pbjVersion on
8
8
// hiero-dependency-versions/build.gradle.kts
9
- id(" com.hedera.pbj.pbj-compiler" ) version " 0.11.0 "
9
+ id(" com.hedera.pbj.pbj-compiler" ) version " 0.11.1 "
10
10
}
11
11
12
12
description = " Hiero API"
You can’t perform that action at this time.
0 commit comments