Skip to content

Commit

Permalink
fix: switch to the new version 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 Nov 25, 2024
1 parent e1a2399 commit 0b8301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencyResolutionManagement {
val protobufVersion = "4.28.2"
val helidonVersion = "4.1.1"
val grpcIoVersion = "1.65.1"
var pbjVersion = "0.9.10"
var pbjVersion = "0.9.11"

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

0 comments on commit 0b8301c

Please sign in to comment.