We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdec65 commit 432c56dCopy full SHA for 432c56d
2 files changed
mise.toml
@@ -5,7 +5,7 @@ java = "temurin-25.0.2+10.0.LTS"
5
lychee = "0.23.0"
6
node = "24.14.0"
7
"npm:renovate" = "43.45.1"
8
-protoc = "33.5"
+protoc = "34.0"
9
10
[env]
11
RENOVATE_TRACKED_DEPS_EXCLUDE="github-actions,github-runners"
pom.xml
@@ -22,7 +22,7 @@
22
<properties>
23
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24
<automatic.module.name>--module-name-need-to-be-overridden--</automatic.module.name>
25
- <protobuf-java.version>4.33.5</protobuf-java.version>
+ <protobuf-java.version>4.34.0</protobuf-java.version>
26
<guava.version>33.5.0-jre</guava.version>
27
<junit-jupiter.version>6.0.3</junit-jupiter.version>
28
<otel.instrumentation.version>2.25.0-alpha</otel.instrumentation.version>
0 commit comments