Skip to content

Commit

Permalink
Bump protobuf from 3.25.3 to 4.26.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdevbot[bot] authored Mar 19, 2024
1 parent ca7560d commit 4b6ca5d
Show file tree
Hide file tree
Showing 11 changed files with 1,302 additions and 3,041 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=25.0
version=26.0

mkdir protobuf

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,13 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.3</version>
<version>4.26.0</version>
</dependency>
<!-- tests -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.25.3</version>
<version>4.26.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
103 changes: 36 additions & 67 deletions src/main/java/dev/katsute/onemta/CrowdingProto.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4b6ca5d

Please sign in to comment.