mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
Dev: downgraded protobuf lib for build compatibility (fix #8575);
This commit is contained in:
parent
6177896a07
commit
d995be0ee6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.protobuf</groupId>
|
<groupId>com.google.protobuf</groupId>
|
||||||
<artifactId>protobuf-java</artifactId>
|
<artifactId>protobuf-java</artifactId>
|
||||||
<version>4.0.0-rc-2</version>
|
<version>3.19.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue