mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue