diff --git a/dot_local/bin/executable_install-protoc-gen-go b/dot_local/bin/executable_install-protoc-gen-go
index 971d498..d2d65a2 100755
--- a/dot_local/bin/executable_install-protoc-gen-go
+++ b/dot_local/bin/executable_install-protoc-gen-go
@@ -6,7 +6,7 @@ set -euo pipefail
 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh"
 
 APP=protoc-gen-go
-VERSION=${VERSION:-1.36.0}
+VERSION=${VERSION:-1.36.2}
 DEST="${XDG_DATA_HOME}/apps/releases/${APP}"
 URL=https://github.com/protocolbuffers/protobuf-go/releases/download/v${VERSION}/protoc-gen-go.v${VERSION}.$(get_os).$(get_arch).tar.gz
 
diff --git a/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 b/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2
index 8913f9e..8876122 100755
--- a/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2
+++ b/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2
@@ -5,7 +5,7 @@ set -euo pipefail
 # shellcheck disable=SC1090
 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh"
 
-VERSION=${VERSION:-2.24.0}
+VERSION=${VERSION:-2.25.1}
 DEST=${XDG_DATA_HOME}/apps/releases/protoc-grpc-gateway
 BASE_URL=https://github.com/grpc-ecosystem/grpc-gateway/releases/download/v${VERSION}
 GRPC_GATEWAY_URL=${BASE_URL}/protoc-gen-grpc-gateway-v${VERSION}-$(get_os)-$(uname -m)
diff --git a/dot_local/bin/executable_install-protoc-home b/dot_local/bin/executable_install-protoc-home
index 85482bc..bb9445c 100755
--- a/dot_local/bin/executable_install-protoc-home
+++ b/dot_local/bin/executable_install-protoc-home
@@ -5,7 +5,7 @@ set -euo pipefail
 # shellcheck disable=SC1091
 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh"
 
-VERSION=${VERSION:-29.1}
+VERSION=${VERSION:-29.2}
 APP=protoc
 APPS_DIR=${XDG_DATA_HOME}/apps/releases/${APP}
 VER_DIR=${APPS_DIR}/${VERSION}
diff --git a/dot_local/bin/executable_install-protoc-system b/dot_local/bin/executable_install-protoc-system
index 4164d4e..c550290 100755
--- a/dot_local/bin/executable_install-protoc-system
+++ b/dot_local/bin/executable_install-protoc-system
@@ -5,7 +5,7 @@ set -euo pipefail
 # shellcheck disable=SC1091
 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh"
 
-PROTOC_VERSION=${VERSION:-29.1}
+PROTOC_VERSION=${VERSION:-29.2}
 PROTOC_ZIP=protoc-$PROTOC_VERSION-linux-x86_64.zip
 TMP_DIR=$(mktemp --directory)
 DEST_FILE=$TMP_DIR/$PROTOC_ZIP