mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +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>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>4.0.0-rc-2</version>
|
||||
<version>3.19.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in a new issue