Skip to content

Commit 2735f4f

Browse files
committed
dependency updates
1 parent 1ec8fa1 commit 2735f4f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

api/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2016, 2022 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -86,11 +86,11 @@
8686
<release.spec.feedback>[email protected]</release.spec.feedback>
8787
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8888
<milestone.number>01</milestone.number>
89-
<new.spec.version>3.0.0</new.spec.version>
89+
<new.spec.version>3.0.1</new.spec.version>
9090
<non.final>false</non.final>
9191
<skip.release.tests>false</skip.release.tests>
9292
<spec.version>3.0</spec.version>
93-
<jakarta.json.version>2.1.0</jakarta.json.version>
93+
<jakarta.json.version>2.1.3</jakarta.json.version>
9494
<!-- The version of JSON-B API to compare against to verify we follow semantic versioning rules -->
9595
<baseline.compare.version>2.0.0</baseline.compare.version>
9696
<api_package>jakarta.json.bind</api_package>
@@ -172,7 +172,7 @@
172172
<plugins>
173173
<plugin>
174174
<artifactId>maven-resources-plugin</artifactId>
175-
<version>3.1.0</version>
175+
<version>3.3.1</version>
176176
</plugin>
177177
<plugin>
178178
<groupId>org.codehaus.mojo</groupId>
@@ -196,19 +196,19 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-compiler-plugin</artifactId>
199-
<version>3.8.0</version>
199+
<version>3.12.1</version>
200200
<configuration>
201201
<compilerArgs>
202202
<arg>-Xlint:all</arg>
203203
</compilerArgs>
204-
<release>11</release>
204+
<release>17</release>
205205
</configuration>
206206
</plugin>
207207
<plugin>
208208
<!-- This plugin generates the buildNumber property used in maven-bundle-plugin -->
209209
<groupId>org.codehaus.mojo</groupId>
210210
<artifactId>buildnumber-maven-plugin</artifactId>
211-
<version>1.4</version>
211+
<version>3.2.0</version>
212212
<configuration>
213213
<format>{0,date,MM/dd/yyyy hh:mm aa}</format>
214214
<items>
@@ -254,7 +254,7 @@
254254
<plugin>
255255
<groupId>org.apache.felix</groupId>
256256
<artifactId>maven-bundle-plugin</artifactId>
257-
<version>3.5.1</version>
257+
<version>5.1.9</version>
258258
<extensions>true</extensions>
259259
<configuration>
260260
<archive>
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>org.apache.maven.plugins</groupId>
290290
<artifactId>maven-jar-plugin</artifactId>
291-
<version>3.1.0</version>
291+
<version>3.3.0</version>
292292
<configuration>
293293
<archive>
294294
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-javadoc-plugin</artifactId>
301-
<version>3.1.0</version>
301+
<version>3.6.3</version>
302302
<configuration>
303303
<source>11</source>
304304
<doctitle>Jakarta JSON Binding ${project.version} API Specification</doctitle>
@@ -332,7 +332,7 @@
332332
<plugin>
333333
<groupId>org.apache.maven.plugins</groupId>
334334
<artifactId>maven-source-plugin</artifactId>
335-
<version>3.0.1</version>
335+
<version>3.3.0</version>
336336
<executions>
337337
<execution>
338338
<id>attach-sources</id>
@@ -345,7 +345,7 @@
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-jxr-plugin</artifactId>
348-
<version>3.0.0</version>
348+
<version>3.3.2</version>
349349
<executions>
350350
<execution>
351351
<goals>
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-checkstyle-plugin</artifactId>
388-
<version>3.0.0</version>
388+
<version>3.3.1</version>
389389
<dependencies>
390390
<dependency>
391391
<groupId>com.puppycrawl.tools</groupId>
@@ -412,7 +412,7 @@
412412
<plugin>
413413
<groupId>org.apache.maven.plugins</groupId>
414414
<artifactId>maven-gpg-plugin</artifactId>
415-
<version>1.6</version>
415+
<version>3.1.0</version>
416416
</plugin>
417417
</plugins>
418418
</pluginManagement>

0 commit comments

Comments
 (0)