We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11ce3d commit 602b29cCopy full SHA for 602b29c
2 files changed
mise.toml
@@ -3,7 +3,7 @@
3
hugo = "0.161.1"
4
java = "temurin-25.0.3+9.0.LTS"
5
node = "24.15.0"
6
-protoc = "34.1"
+protoc = "35.0"
7
8
# Linters
9
actionlint = "1.7.12"
pom.xml
@@ -20,7 +20,7 @@
20
<properties>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
<automatic.module.name>--module-name-need-to-be-overridden--</automatic.module.name>
23
- <protobuf-java.version>4.34.1</protobuf-java.version>
+ <protobuf-java.version>4.35.0</protobuf-java.version>
24
<guava.version>33.6.0-jre</guava.version>
25
<junit-jupiter.version>6.0.3</junit-jupiter.version>
26
<otel.instrumentation.version>2.28.0-alpha</otel.instrumentation.version>
0 commit comments