File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 81
81
<dep .j2objc.version>2.8</dep .j2objc.version>
82
82
<dep .avro.version>1.11.3</dep .avro.version>
83
83
<dep .commons.compress.version>1.23.0</dep .commons.compress.version>
84
+ <dep .protobuf-java.version>3.25.5</dep .protobuf-java.version>
84
85
85
86
<!--
86
87
America/Bahia_Banderas has:
557
558
<dependency >
558
559
<groupId >com.google.protobuf</groupId >
559
560
<artifactId >protobuf-java</artifactId >
560
- <version >3.25.1</version >
561
+ <version >${dep.protobuf-java.version} </version >
562
+ </dependency >
563
+
564
+ <dependency >
565
+ <groupId >com.google.protobuf</groupId >
566
+ <artifactId >protobuf-java-util</artifactId >
567
+ <version >${dep.protobuf-java.version} </version >
561
568
</dependency >
562
569
563
570
<dependency >
Original file line number Diff line number Diff line change 319
319
<dependency >
320
320
<groupId >com.google.protobuf</groupId >
321
321
<artifactId >protobuf-java</artifactId >
322
- <version >3.21.7</version >
323
322
</dependency >
324
323
<dependency >
325
324
<groupId >io.grpc</groupId >
Original file line number Diff line number Diff line change 89
89
<dependency >
90
90
<groupId >com.google.protobuf</groupId >
91
91
<artifactId >protobuf-java</artifactId >
92
- <version >3.21.7</version >
93
92
<scope >runtime</scope >
94
93
</dependency >
95
94
You can’t perform that action at this time.
0 commit comments