|
39 | 39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
40 | 40 |
|
41 | 41 | <protoc.version>3.22.2</protoc.version>
|
42 |
| - <google.protobuf.version>3.24.3</google.protobuf.version> |
| 42 | + <google.protobuf.version>3.25.1</google.protobuf.version> |
43 | 43 | <protobuf.maven.plugin.version>0.6.1</protobuf.maven.plugin.version>
|
44 | 44 |
|
45 | 45 | <re2j.version>1.7</re2j.version>
|
46 | 46 | <commons.validator.version>1.7</commons.validator.version>
|
47 |
| - <grpc.version>1.58.0</grpc.version> |
| 47 | + <grpc.version>1.59.0</grpc.version> |
48 | 48 | <junit.version>4.13.2</junit.version>
|
49 | 49 | <assertj.version>3.24.2</assertj.version>
|
50 | 50 | <java.release>8</java.release>
|
51 | 51 | <java.version>1.8</java.version>
|
52 |
| - <proto-google-common-protos.version>2.25.1</proto-google-common-protos.version> |
| 52 | + <proto-google-common-protos.version>2.28.0</proto-google-common-protos.version> |
53 | 53 | </properties>
|
54 | 54 |
|
55 | 55 | <dependencies>
|
|
84 | 84 | <plugin>
|
85 | 85 | <groupId>org.apache.maven.plugins</groupId>
|
86 | 86 | <artifactId>maven-surefire-plugin</artifactId>
|
87 |
| - <version>3.1.2</version> |
| 87 | + <version>3.2.2</version> |
88 | 88 | <configuration>
|
89 | 89 | <useSystemClassLoader>false</useSystemClassLoader>
|
90 | 90 | </configuration>
|
|
93 | 93 | <plugin>
|
94 | 94 | <groupId>org.apache.maven.plugins</groupId>
|
95 | 95 | <artifactId>maven-javadoc-plugin</artifactId>
|
96 |
| - <version>3.6.0</version> |
| 96 | + <version>3.6.2</version> |
97 | 97 | <configuration>
|
98 | 98 | <author>false</author>
|
99 | 99 | <breakiterator>true</breakiterator>
|
|
151 | 151 | <plugin>
|
152 | 152 | <groupId>org.codehaus.mojo</groupId>
|
153 | 153 | <artifactId>versions-maven-plugin</artifactId>
|
154 |
| - <version>2.16.1</version> |
| 154 | + <version>2.16.2</version> |
155 | 155 | </plugin>
|
156 | 156 |
|
157 | 157 | <plugin>
|
|
0 commit comments