Skip to content

Commit

Permalink
fix: upgrade to version 4.1.6 of helidon and 0.9.12 of PBJ
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jan 6, 2025
1 parent 287adeb commit 3469f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ dependencyResolutionManagement {

// Define a constant for protobuf version.
val protobufVersion = "4.28.2"
val helidonVersion = "4.1.1"
val helidonVersion = "4.1.6"
val grpcIoVersion = "1.65.1"
val pbjVersion = "0.9.11"
val pbjVersion = "0.9.12"

// Compile time dependencies
version("io.helidon.webserver.http2", helidonVersion)
Expand Down

0 comments on commit 3469f9e

Please sign in to comment.