95
95
<plugin >
96
96
<groupId >org.apache.maven.plugins</groupId >
97
97
<artifactId >maven-compiler-plugin</artifactId >
98
- <version >3.10.1 </version >
98
+ <version >3.14.0 </version >
99
99
<configuration >
100
+ <useModulePath >false</useModulePath >
100
101
<compilerArgs >
101
102
<arg >--add-exports</arg >
102
103
<arg >java.base/sun.security.x509=ALL-UNNAMED</arg >
109
110
<plugin >
110
111
<groupId >org.apache.maven.plugins</groupId >
111
112
<artifactId >maven-surefire-plugin</artifactId >
112
- <version >3.5.0 </version >
113
+ <version >3.5.3 </version >
113
114
<configuration >
115
+ <useModulePath >false</useModulePath >
114
116
<argLine >--add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.util=ALL-UNNAMED</argLine >
115
117
<properties >
116
118
<property >
124
126
<plugin >
125
127
<groupId >org.apache.maven.plugins</groupId >
126
128
<artifactId >maven-source-plugin</artifactId >
127
- <version >3.2 .1</version >
129
+ <version >3.3 .1</version >
128
130
<executions >
129
131
<execution >
130
132
<id >attach-sources</id >
137
139
<plugin >
138
140
<groupId >org.apache.maven.plugins</groupId >
139
141
<artifactId >maven-javadoc-plugin</artifactId >
140
- <version >3.4.1 </version >
142
+ <version >3.11.2 </version >
141
143
<executions >
142
144
<execution >
143
145
<id >attach-javadocs</id >
158
160
<plugin >
159
161
<groupId >org.sonatype.plugins</groupId >
160
162
<artifactId >nexus-staging-maven-plugin</artifactId >
161
- <version >1.6.13 </version >
163
+ <version >1.7.0 </version >
162
164
<extensions >true</extensions >
163
165
<configuration >
164
166
<serverId >ossrh</serverId >
169
171
<plugin >
170
172
<groupId >org.apache.maven.plugins</groupId >
171
173
<artifactId >maven-gpg-plugin</artifactId >
172
- <version >1.5 </version >
174
+ <version >3.2.7 </version >
173
175
<executions >
174
176
<execution >
175
177
<id >sign-artifacts</id >
188
190
</build >
189
191
</profile >
190
192
</profiles >
191
- </project >
193
+ </project >
0 commit comments