Skip to content

Commit 80f47d9

Browse files
fix(deps): pin dependencies (#8)
Co-authored-by: figure-renovate[bot] <108099378+figure-renovate[bot]@users.noreply.github.com>
1 parent c87b273 commit 80f47d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-java/protos/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
protobuf_version = '3.6.+'
3+
protobuf_version = '3.6.1'
44
}
55

66
repositories {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shadow = "9.0.0-rc2"
1313
kethereum = "0.86.0"
1414
jackson = "2.15.3"
1515
kotest = "5.7.2"
16-
kotest-4 = "4.4.+"
16+
kotest-4 = "4.4.3"
1717

1818
[plugins]
1919
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }

0 commit comments

Comments
 (0)