|
92 | 92 | <dependency> |
93 | 93 | <groupId>org.glassfish.jersey.connectors</groupId> |
94 | 94 | <artifactId>jersey-apache-connector</artifactId> |
95 | | - <version>3.1.0</version> |
| 95 | + <version>3.1.11</version> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>org.glassfish.jersey.media</groupId> |
99 | 99 | <artifactId>jersey-media-multipart</artifactId> |
100 | | - <version>3.1.0</version> |
| 100 | + <version>3.1.11</version> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>org.glassfish.jersey.media</groupId> |
104 | 104 | <artifactId>jersey-media-json-processing</artifactId> |
105 | | - <version>3.1.0</version> |
| 105 | + <version>3.1.11</version> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>com.sun.mail</groupId> |
109 | 109 | <artifactId>jakarta.mail</artifactId> |
110 | | - <version>2.0.1</version> |
| 110 | + <version>2.0.2</version> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
113 | 113 | <groupId>com.google.guava</groupId> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>com.atomgraph.etl.csv</groupId> |
119 | 119 | <artifactId>csv2rdf</artifactId> |
120 | | - <version>2.1.11</version> |
| 120 | + <version>2.2.0-SNAPSHOT</version> |
121 | 121 | <exclusions> |
122 | 122 | <!-- exclude SL4J from CSV2RDF - we already got another coming from Core. Otherwise we get https://www.slf4j.org/codes.html#multiple_bindings --> |
123 | 123 | <exclusion> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.apache.jena</groupId> |
131 | 131 | <artifactId>jena-shacl</artifactId> |
132 | | - <version>4.7.0</version> |
| 132 | + <version>6.0.0</version> |
| 133 | + </dependency> |
| 134 | + <dependency> |
| 135 | + <groupId>org.apache.jena</groupId> |
| 136 | + <artifactId>jena-arq</artifactId> |
| 137 | + <version>6.0.0</version> |
| 138 | + </dependency> |
| 139 | + <dependency> |
| 140 | + <groupId>com.github.jsonld-java</groupId> |
| 141 | + <artifactId>jsonld-java</artifactId> |
| 142 | + <version>0.13.4</version> |
133 | 143 | </dependency> |
134 | 144 | <dependency> |
135 | 145 | <groupId>${project.groupId}</groupId> |
136 | 146 | <artifactId>twirl</artifactId> |
137 | | - <version>1.0.33</version> |
| 147 | + <version>1.1.0-SNAPSHOT</version> |
138 | 148 | </dependency> |
139 | 149 | <dependency> |
140 | 150 | <groupId>${project.groupId}</groupId> |
141 | 151 | <artifactId>client</artifactId> |
142 | | - <version>4.2.11</version> |
| 152 | + <version>4.3.0-SNAPSHOT</version> |
143 | 153 | <classifier>classes</classifier> |
144 | 154 | </dependency> |
145 | 155 | <dependency> |
146 | 156 | <groupId>${project.groupId}</groupId> |
147 | 157 | <artifactId>client</artifactId> |
148 | | - <version>4.2.11</version> |
| 158 | + <version>4.3.0-SNAPSHOT</version> |
149 | 159 | <type>war</type> |
150 | 160 | </dependency> |
151 | 161 | <!-- required by jsonld-java - version same as Jersey's HTTP Client --> |
152 | 162 | <dependency> |
153 | 163 | <groupId>org.apache.httpcomponents</groupId> |
154 | 164 | <artifactId>httpclient-cache</artifactId> |
155 | | - <version>4.5.13</version> |
| 165 | + <version>4.5.14</version> |
156 | 166 | </dependency> |
157 | 167 | <dependency> |
158 | 168 | <groupId>com.auth0</groupId> |
159 | 169 | <artifactId>java-jwt</artifactId> |
160 | | - <version>3.19.3</version> |
| 170 | + <version>3.19.4</version> |
161 | 171 | </dependency> |
162 | 172 | <dependency> |
163 | 173 | <groupId>net.jodah</groupId> |
164 | 174 | <artifactId>expiringmap</artifactId> |
165 | | - <version>0.5.10</version> |
| 175 | + <version>0.5.11</version> |
166 | 176 | </dependency> |
167 | 177 | <dependency> |
168 | 178 | <groupId>org.jsoup</groupId> |
169 | 179 | <artifactId>jsoup</artifactId> |
170 | | - <version>1.15.3</version> |
| 180 | + <version>1.22.1</version> |
171 | 181 | </dependency> |
172 | 182 | <dependency> |
173 | 183 | <!-- comes with atomgraph/letsencrypt-tomcat --> |
174 | 184 | <groupId>org.apache.tomcat</groupId> |
175 | 185 | <artifactId>tomcat-coyote</artifactId> |
176 | | - <version>10.1.2</version> |
| 186 | + <version>10.1.46</version> |
177 | 187 | <type>jar</type> |
178 | 188 | </dependency> |
179 | 189 | <dependency> |
|
213 | 223 | <plugin> |
214 | 224 | <groupId>org.apache.maven.plugins</groupId> |
215 | 225 | <artifactId>maven-release-plugin</artifactId> |
216 | | - <version>2.5.3</version> |
| 226 | + <version>3.3.1</version> |
217 | 227 | <configuration> |
218 | 228 | <releaseProfiles>release</releaseProfiles> |
219 | 229 | </configuration> |
220 | 230 | </plugin> |
221 | 231 | <plugin> |
222 | 232 | <groupId>org.apache.maven.plugins</groupId> |
223 | 233 | <artifactId>maven-compiler-plugin</artifactId> |
224 | | - <version>3.10.1</version> |
| 234 | + <version>3.14.1</version> |
225 | 235 | <configuration> |
226 | | - <source>17</source> |
227 | | - <target>17</target> |
| 236 | + <source>21</source> |
| 237 | + <target>21</target> |
228 | 238 | <!-- ignore warnings about internal Java APIs which we use for WebIDCertGen --> |
229 | 239 | <compilerArgs> |
230 | 240 | <arg>-XDignore.symbol.file</arg> |
|
237 | 247 | <plugin> |
238 | 248 | <groupId>org.sonatype.central</groupId> |
239 | 249 | <artifactId>central-publishing-maven-plugin</artifactId> |
240 | | - <version>0.9.0</version> |
| 250 | + <version>0.10.0</version> |
241 | 251 | <extensions>true</extensions> |
242 | 252 | <configuration> |
243 | 253 | <publishingServerId>central-portal-snapshots</publishingServerId> |
|
248 | 258 | <plugin> |
249 | 259 | <groupId>org.codehaus.mojo</groupId> |
250 | 260 | <artifactId>exec-maven-plugin</artifactId> |
251 | | - <version>3.0.0</version> |
| 261 | + <version>3.6.3</version> |
252 | 262 | <executions> |
253 | 263 | <execution> |
254 | 264 | <id>find-xsl-files</id> |
|
281 | 291 | <plugin> |
282 | 292 | <groupId>org.honton.chas</groupId> |
283 | 293 | <artifactId>readfiles-maven-plugin</artifactId> |
284 | | - <version>0.0.1</version> |
| 294 | + <version>0.1.0</version> |
285 | 295 | <executions> |
286 | 296 | <execution> |
287 | 297 | <id>read-comma-separated-xsl-file-list</id> |
|
332 | 342 | <plugin> |
333 | 343 | <groupId>com.github.eirslett</groupId> |
334 | 344 | <artifactId>frontend-maven-plugin</artifactId> |
335 | | - <version>1.15.1</version> |
| 345 | + <version>1.15.4</version> |
336 | 346 | <configuration> |
337 | 347 | <nodeVersion>v22.16.0</nodeVersion> |
338 | 348 | <npmVersion>11.4.2</npmVersion> |
|
360 | 370 | <plugin> |
361 | 371 | <groupId>org.apache.maven.plugins</groupId> |
362 | 372 | <artifactId>maven-war-plugin</artifactId> |
363 | | - <version>3.3.2</version> |
| 373 | + <version>3.5.1</version> |
364 | 374 | <configuration> |
365 | 375 | <warName>${build.warName}</warName> |
366 | 376 | <webappDirectory>${project.build.directory}/${build.warName}</webappDirectory> |
|
426 | 436 | <plugin> |
427 | 437 | <groupId>org.apache.maven.plugins</groupId> |
428 | 438 | <artifactId>maven-source-plugin</artifactId> |
429 | | - <version>3.2.1</version> |
| 439 | + <version>3.4.0</version> |
430 | 440 | <executions> |
431 | 441 | <execution> |
432 | 442 | <id>attach-sources</id> |
|
439 | 449 | <plugin> |
440 | 450 | <groupId>org.apache.maven.plugins</groupId> |
441 | 451 | <artifactId>maven-javadoc-plugin</artifactId> |
442 | | - <version>3.2.0</version> |
| 452 | + <version>3.12.0</version> |
443 | 453 | <executions> |
444 | 454 | <execution> |
445 | 455 | <id>attach-javadocs</id> |
|
0 commit comments