File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
<plugin >
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-compiler-plugin</artifactId >
28
- <version >3.11 .0</version >
28
+ <version >3.14 .0</version >
29
29
<configuration >
30
30
<source >8</source >
31
31
<target >8</target >
36
36
<plugin >
37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-antrun-plugin</artifactId >
39
- <version >1.3 </version >
39
+ <version >3.1.0 </version >
40
40
<executions >
41
41
<execution >
42
42
<id >create-generated-directory</id >
55
55
<plugin >
56
56
<groupId >org.codehaus.mojo</groupId >
57
57
<artifactId >build-helper-maven-plugin</artifactId >
58
- <version >3.4 .0</version >
58
+ <version >3.6 .0</version >
59
59
<executions >
60
60
<execution >
61
61
<id >add-source</id >
84
84
<plugin >
85
85
<groupId >org.codehaus.mojo</groupId >
86
86
<artifactId >exec-maven-plugin</artifactId >
87
- <version >3.1 .0</version >
87
+ <version >3.5 .0</version >
88
88
<executions >
89
89
<execution >
90
90
<phase >generate-sources</phase >
105
105
<plugin >
106
106
<groupId >org.apache.maven.plugins</groupId >
107
107
<artifactId >maven-jar-plugin</artifactId >
108
- <version >3.3.0 </version >
108
+ <version >3.4.2 </version >
109
109
<configuration >
110
110
<archive >
111
111
<manifest >
154
154
<dependency >
155
155
<groupId >com.google.protobuf</groupId >
156
156
<artifactId >protobuf-java</artifactId >
157
- <version >3.25.5 </version >
157
+ <version >4.30.2 </version >
158
158
</dependency >
159
159
</dependencies >
160
160
You can’t perform that action at this time.
0 commit comments