summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-05-09 01:32:52 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2023-05-09 01:38:14 +0200
commit5419a62f19c984beaada575d9ab53662e39325e4 (patch)
treeb22dfddadc8843cfe34496779a73c47f38f41c64
parent90d9990534a575bf7e1a5a51e0cebb005be7d9fd (diff)
upgrade protobuf
-rw-r--r--gradle/libs.versions.toml2
-rw-r--r--tunnel/tools/libwg-go/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index e933607b..ca89ae86 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@ agp = "8.0.1"
grpc = "1.55.1"
kotlin = "1.8.21"
protobuf = "0.9.3"
-protoc = "3.22.2"
+protoc = "3.22.4"
protocgengrpc = '1.55.1'
[libraries]
diff --git a/tunnel/tools/libwg-go/Makefile b/tunnel/tools/libwg-go/Makefile
index 8085ded1..5ae4548d 100644
--- a/tunnel/tools/libwg-go/Makefile
+++ b/tunnel/tools/libwg-go/Makefile
@@ -28,7 +28,7 @@ GO_HASH_darwin-amd64 := c1e1161d6d859deb576e6cfabeb40e3d042ceb1c6f444f617c3c9d76
GO_HASH_darwin-arm64 := 86b0ed0f2b2df50fa8036eea875d1cf2d76cefdacf247c44639a1464b7e36b95
GO_HASH_linux-amd64 := 979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca
-PROTOC_VERSION := 3.22.2
+PROTOC_VERSION := 3.22.4
PROTOC_GEN_GO := $(GOPATH)/bin/protoc-gen-go
PROTOC := $(GRADLE_USER_HOME)/caches/protoc-bin-$(PROTOC_VERSION)/protoc
PROTODIR = $(CURDIR)/../../src/main/proto