From e803cb88fdb2b3e16324deb2c0ecc334e67fb0ff Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 23 Sep 2024 13:30:57 +0200 Subject: [PATCH] OZG-6710 adjust protobuf runtime --- bayernid-proxy-interface/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml index 6d3d697..129f54e 100644 --- a/bayernid-proxy-interface/pom.xml +++ b/bayernid-proxy-interface/pom.xml @@ -80,7 +80,7 @@ <goal>run</goal> </goals> <configuration> - <protocVersion>${protobuf.version}</protocVersion> + <protocVersion>4.27.3</protocVersion> <includeMavenTypes>direct</includeMavenTypes> <outputTargets> <outputTarget> -- GitLab