[VOL-5056] - Build and release voltha-protos

go.mod
------
  o Use go mod edit --replace to generate a clean rewrite rule.
  o Update protobuf from v1.5.2 to v1.5.3

Change-Id: I43267471c9372320bb09d4720bb3c06e5e3c37fd
diff --git a/VERSION b/VERSION
index f13d194..f5b71c9 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.4.7
+5.4.8
diff --git a/go.mod b/go.mod
index d7ec472..dca1dc1 100755
--- a/go.mod
+++ b/go.mod
@@ -7,3 +7,11 @@
 	google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98
 	google.golang.org/grpc v1.56.2
 )
+
+replace github.com/opencord/voltha-protos/v5 => github.com/opencord/voltha-protos/v5 v5.4.7
+
+replace google.golang.org/grpc => google.golang.org/grpc v1.56.2
+
+replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98
+
+replace github.com/golang/protobuf => github.com/golang/protobuf v1.5.3