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 @@ -3,7 +3,7 @@ plugins {
3
3
id(" org.hiero.gradle.module.library" )
4
4
id(" org.hiero.gradle.feature.protobuf" )
5
5
id(" org.hiero.gradle.feature.test-fixtures" )
6
- id(" com.hedera.pbj.pbj-compiler" ) version " 0.10.0 "
6
+ id(" com.hedera.pbj.pbj-compiler" ) version " 0.10.3 "
7
7
}
8
8
9
9
description = " Hedera API"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ val jackson = "2.18.3"
27
27
val junit5 = " 5.10.3!!" // no updates beyond 5.10.3 until #17125 is resolved
28
28
val log4j = " 2.24.3"
29
29
val mockito = " 5.16.1"
30
- val pbj = " 0.10.0 " // ATTENTION: keep in sync with plugin version in 'hapi/build.gradle.kts'
30
+ val pbj = " 0.10.3 " // ATTENTION: keep in sync with plugin version in 'hapi/build.gradle.kts'
31
31
val protobuf = " 4.30.2"
32
32
val testContainers = " 1.20.6"
33
33
val tuweni = " 2.4.2"
You can’t perform that action at this time.
0 commit comments