1
1
<!--
2
- Copyright 2011-2023 JSON-SMART authors
2
+ Copyright 2011-2024 JSON-SMART authors
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ limitations under the License.
31
31
<id >uriel</id >
32
32
<name >Uriel Chemouni</name >
33
33
34
- <timezone >GMT+3 </timezone >
34
+ <timezone >GMT+1 </timezone >
35
35
</developer >
36
36
<developer >
37
37
<id >shoothzj</id >
@@ -90,9 +90,10 @@ limitations under the License.
90
90
<build >
91
91
<plugins >
92
92
<plugin >
93
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
93
94
<groupId >org.apache.maven.plugins</groupId >
94
95
<artifactId >maven-gpg-plugin</artifactId >
95
- <version >1.6 </version >
96
+ <version >3.2.7 </version >
96
97
<executions >
97
98
<execution >
98
99
<id >sign-artifacts</id >
@@ -105,9 +106,10 @@ limitations under the License.
105
106
</plugin >
106
107
<!-- Publish also javadocs when releasing - required by Sonatype -->
107
108
<plugin >
109
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
108
110
<groupId >org.apache.maven.plugins</groupId >
109
111
<artifactId >maven-javadoc-plugin</artifactId >
110
- <version >3.2.0 </version >
112
+ <version >3.10.1 </version >
111
113
<configuration >
112
114
<source >8</source >
113
115
</configuration >
@@ -125,9 +127,10 @@ limitations under the License.
125
127
to perform: mvn release:prepare release:perform Read http://nexus.sonatype.org/oss-repository-hosting.html#3
126
128
for instructions on releasing to this project's Sonatype repository -->
127
129
<plugin >
130
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin -->
128
131
<groupId >org.apache.maven.plugins</groupId >
129
132
<artifactId >maven-release-plugin</artifactId >
130
- <version >3.0 .1</version >
133
+ <version >3.1 .1</version >
131
134
<configuration >
132
135
<mavenExecutorId >forked-path</mavenExecutorId >
133
136
<arguments >-Psonatype-oss-release</arguments >
@@ -159,9 +162,10 @@ limitations under the License.
159
162
<build >
160
163
<plugins >
161
164
<plugin >
165
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin -->
162
166
<groupId >org.apache.maven.plugins</groupId >
163
167
<artifactId >maven-source-plugin</artifactId >
164
- <version >3.2 .1</version >
168
+ <version >3.3 .1</version >
165
169
<executions >
166
170
<execution >
167
171
<id >bind-sources</id >
@@ -172,32 +176,36 @@ limitations under the License.
172
176
</executions >
173
177
</plugin >
174
178
<plugin >
179
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
175
180
<groupId >org.apache.maven.plugins</groupId >
176
181
<artifactId >maven-compiler-plugin</artifactId >
177
- <version >3.8.1 </version >
182
+ <version >3.13.0 </version >
178
183
<configuration >
179
184
<encoding >UTF-8</encoding >
180
185
<source >${maven.compiler.source} </source >
181
186
<target >${maven.compiler.target} </target >
182
187
</configuration >
183
188
</plugin >
184
189
<plugin >
190
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin -->
185
191
<groupId >org.apache.maven.plugins</groupId >
186
192
<artifactId >maven-resources-plugin</artifactId >
187
- <version >3.2.0 </version >
193
+ <version >3.3.1 </version >
188
194
<configuration >
189
195
<encoding >UTF-8</encoding >
190
196
</configuration >
191
197
</plugin >
192
198
<plugin >
199
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
193
200
<groupId >org.apache.maven.plugins</groupId >
194
201
<artifactId >maven-jar-plugin</artifactId >
195
- <version >3.2.0 </version >
202
+ <version >3.4.2 </version >
196
203
</plugin >
197
204
<plugin >
205
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
198
206
<groupId >org.apache.maven.plugins</groupId >
199
207
<artifactId >maven-javadoc-plugin</artifactId >
200
- <version >3.2.0 </version >
208
+ <version >3.10.1 </version >
201
209
<!-- ONLY NEEDED With jdk 1.7+ -->
202
210
<configuration >
203
211
<source >8</source >
@@ -214,9 +222,10 @@ limitations under the License.
214
222
</executions >
215
223
</plugin >
216
224
<plugin >
225
+ <!-- https://mvnrepository.com/artifact/org.apache.felix/maven-bundle-plugin -->
217
226
<groupId >org.apache.felix</groupId >
218
227
<artifactId >maven-bundle-plugin</artifactId >
219
- <version >5.1.2 </version > <!-- 3.0.0 need java 7+ -->
228
+ <version >5.1.9 </version > <!-- 3.0.0 need java 7+ -->
220
229
<extensions >true</extensions >
221
230
<configuration >
222
231
<instructions >
@@ -239,14 +248,14 @@ limitations under the License.
239
248
<dependency >
240
249
<groupId >org.junit.jupiter</groupId >
241
250
<artifactId >junit-jupiter-api</artifactId >
242
- <version >5.10.0 </version >
251
+ <version >5.11.2 </version >
243
252
<scope >test</scope >
244
253
</dependency >
245
254
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
246
255
<dependency >
247
256
<groupId >org.ow2.asm</groupId >
248
257
<artifactId >asm</artifactId >
249
- <version >9.6 </version >
258
+ <version >9.7.1 </version >
250
259
</dependency >
251
260
</dependencies >
252
261
</project >
0 commit comments