Skip to content

Commit

Permalink
Update jib version to newest one that does work with recent docker (#506
Browse files Browse the repository at this point in the history
)
  • Loading branch information
msizov authored Jun 11, 2024
1 parent f9667e2 commit 3e898cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ bouncycastle = ["bouncycastle-pkix", "bouncycastle-prov"]

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
jib = { id = "com.google.cloud.tools.jib", version = "2.7.1" }
jib = { id = "com.google.cloud.tools.jib", version = "3.4.3" }
spring = { id = "org.springframework.boot", version = "2.6.0" }
git = { id = "com.palantir.git-version", version = "0.12.3" }
protobuf = { id = "com.google.protobuf", version = "0.9.1" }
Expand Down

0 comments on commit 3e898cf

Please sign in to comment.