We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406a2d9 commit e52f449Copy full SHA for e52f449
hiero-dependency-versions/build.gradle.kts
@@ -14,7 +14,7 @@ val dagger = "2.59.2"
14
val eclipseCollections = "13.0.0"
15
val grpc = "1.73.0"
16
val hederaCryptography = "3.7.8"
17
-val helidon = "4.3.4"
+val helidon = "4.4.0"
18
val jackson = "2.21.1"
19
val junit5 = "5.10.3!!" // no updates beyond 5.10.3 until #17125 is resolved
20
val log4j = "2.25.3"
settings.gradle.kts
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: Apache-2.0
2
plugins {
3
id("org.hiero.gradle.build") version "0.7.6"
4
- id("com.hedera.pbj.pbj-compiler") version "0.14.0" apply false
+ id("com.hedera.pbj.pbj-compiler") version "0.14.4" apply false
5
}
6
7
javaModules {
0 commit comments