Skip to content

Commit b6da950

Browse files
committed
Upgrade a bunch of plugins and some libraries.
1 parent 8547039 commit b6da950

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

plugin/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.guava</groupId>
4949
<artifactId>guava</artifactId>
50-
<version>33.1.0-jre</version>
50+
<version>33.3.0-jre</version>
5151
</dependency>
5252

5353
<dependency>
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>commons-cli</groupId>
6161
<artifactId>commons-cli</artifactId>
62-
<version>1.6.0</version>
62+
<version>1.9.0</version>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>commons-io</groupId>
6767
<artifactId>commons-io</artifactId>
68-
<version>2.16.0</version>
68+
<version>2.16.1</version>
6969
</dependency>
7070

7171
<dependency>
@@ -77,13 +77,13 @@
7777
<dependency>
7878
<groupId>org.apache.commons</groupId>
7979
<artifactId>commons-csv</artifactId>
80-
<version>1.10.0</version>
80+
<version>1.11.0</version>
8181
</dependency>
8282

8383
<dependency>
8484
<groupId>org.apache.commons</groupId>
8585
<artifactId>commons-lang3</artifactId>
86-
<version>3.14.0</version>
86+
<version>3.16.0</version>
8787
</dependency>
8888

8989
<dependency>
@@ -95,20 +95,20 @@
9595
<dependency>
9696
<groupId>org.apache.httpcomponents.core5</groupId>
9797
<artifactId>httpcore5</artifactId>
98-
<version>5.2.4</version>
98+
<version>5.2.5</version>
9999
</dependency>
100100

101101
<dependency>
102102
<groupId>org.apache.maven</groupId>
103103
<artifactId>maven-plugin-api</artifactId>
104-
<version>3.9.6</version>
104+
<version>3.9.9</version>
105105
<scope>provided</scope>
106106
</dependency>
107107

108108
<dependency>
109109
<groupId>org.apache.maven.plugin-tools</groupId>
110110
<artifactId>maven-plugin-annotations</artifactId>
111-
<version>3.12.0</version>
111+
<version>3.15.0</version>
112112
<scope>provided</scope>
113113
</dependency>
114114

@@ -128,13 +128,13 @@
128128
<dependency>
129129
<groupId>org.jfree</groupId>
130130
<artifactId>jfreechart</artifactId>
131-
<version>1.5.4</version>
131+
<version>1.5.5</version>
132132
</dependency>
133133

134134
<dependency>
135135
<groupId>org.json</groupId>
136136
<artifactId>json</artifactId>
137-
<version>20231013</version>
137+
<version>20240303</version>
138138
</dependency>
139139

140140
<dependency>
@@ -192,10 +192,10 @@
192192
</build>
193193

194194
<properties>
195-
<version.fasterxml.jackson>2.17.0</version.fasterxml.jackson>
195+
<version.fasterxml.jackson>2.17.2</version.fasterxml.jackson>
196196
<!-- 3.0.3+ version of eclipse.persistence requires jakarta.xml.bind instead of jaxb -->
197-
<version.eclipse.persistence>2.7.14</version.eclipse.persistence>
198-
<version.junit.jupiter>5.10.2</version.junit.jupiter>
197+
<version.eclipse.persistence>2.7.15</version.eclipse.persistence>
198+
<version.junit.jupiter>5.11.0</version.junit.jupiter>
199199
</properties>
200200

201201
</project>

pom.xml

100755100644
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-dependency-plugin</artifactId>
51-
<version>3.6.1</version>
51+
<version>3.8.0</version>
5252
</plugin>
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-plugin-plugin</artifactId>
56-
<version>3.12.0</version>
56+
<version>3.15.0</version>
5757
</plugin>
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-release-plugin</artifactId>
61-
<version>3.0.1</version>
61+
<version>3.1.1</version>
6262
</plugin>
6363
</plugins>
6464
</pluginManagement>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-clean-plugin</artifactId>
96-
<version>3.3.2</version>
96+
<version>3.4.0</version>
9797
</plugin>
9898

9999
<plugin>
@@ -111,13 +111,13 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-deploy-plugin</artifactId>
114-
<version>3.1.1</version>
114+
<version>3.1.3</version>
115115
</plugin>
116116

117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-enforcer-plugin</artifactId>
120-
<version>3.4.1</version>
120+
<version>3.5.0</version>
121121
<dependencies>
122122
<dependency>
123123
<groupId>org.codehaus.mojo</groupId>
@@ -161,25 +161,25 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-install-plugin</artifactId>
164-
<version>3.1.1</version>
164+
<version>3.1.3</version>
165165
</plugin>
166166

167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-jar-plugin</artifactId>
170-
<version>3.3.0</version>
170+
<version>3.4.2</version>
171171
</plugin>
172172

173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-jxr-plugin</artifactId>
176-
<version>3.3.2</version>
176+
<version>3.5.0</version>
177177
</plugin>
178178

179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-project-info-reports-plugin</artifactId>
182-
<version>3.5.0</version>
182+
<version>3.7.0</version>
183183
</plugin>
184184

185185
<plugin>
@@ -191,7 +191,7 @@
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
193193
<artifactId>maven-site-plugin</artifactId>
194-
<version>4.0.0-M13</version>
194+
<version>4.0.0-M16</version>
195195
<dependencies>
196196
<!-- Explicitly declare these dependencies so the versions plugin and library bots will flag available updates. The fluido-skin
197197
plugin is referenced in src/site/site.xml using the same fluido version property. -->
@@ -206,13 +206,13 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-surefire-plugin</artifactId>
209-
<version>3.2.5</version>
209+
<version>3.5.0</version>
210210
</plugin>
211211

212212
<plugin>
213213
<groupId>org.codehaus.mojo</groupId>
214214
<artifactId>versions-maven-plugin</artifactId>
215-
<version>2.16.2</version>
215+
<version>2.17.1</version>
216216
</plugin>
217217

218218
<plugin>
@@ -312,7 +312,7 @@
312312
<plugin>
313313
<groupId>com.internetitem</groupId>
314314
<artifactId>write-properties-file-maven-plugin</artifactId>
315-
<version>1.0.1</version>
315+
<version>2.0.0</version>
316316
</plugin>
317317

318318
</plugins>
@@ -358,7 +358,7 @@
358358
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
359359
<java.target>11</java.target>
360360
<log.directory>${project.build.directory}/log</log.directory>
361-
<version.fluido>2.0.0-M8</version.fluido>
361+
<version.fluido>2.0.0-M10</version.fluido>
362362
</properties>
363363

364364
</project>

0 commit comments

Comments
 (0)