Skip to content

Commit 6e3b5ed

Browse files
chore: upgrade PBJ to v0.10.3 (#18597)
Signed-off-by: Anthony Petrov <[email protected]>
1 parent cdea376 commit 6e3b5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hapi/hapi/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("org.hiero.gradle.module.library")
44
id("org.hiero.gradle.feature.protobuf")
55
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"
77
}
88

99
description = "Hedera API"

hiero-dependency-versions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val jackson = "2.18.3"
2727
val junit5 = "5.10.3!!" // no updates beyond 5.10.3 until #17125 is resolved
2828
val log4j = "2.24.3"
2929
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'
3131
val protobuf = "4.30.2"
3232
val testContainers = "1.20.6"
3333
val tuweni = "2.4.2"

0 commit comments

Comments
 (0)