Skip to content

Commit cb43c30

Browse files
authored
Merge pull request #992 from openviglet/dependabot/maven/0.3.9/java-5c094cd7af
Bump the java group across 1 directory with 38 updates
2 parents a08f09a + 11d8b62 commit cb43c30

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<revision>0.3.9</revision>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
<spring-boot.version>3.4.2</spring-boot.version>
17+
<spring-boot.version>3.4.4</spring-boot.version>
1818
<sonar.organization>viglet-turing</sonar.organization>
1919
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2020
</properties>
@@ -80,12 +80,12 @@
8080
<plugin>
8181
<groupId>org.jacoco</groupId>
8282
<artifactId>jacoco-maven-plugin</artifactId>
83-
<version>0.8.12</version>
83+
<version>0.8.13</version>
8484
</plugin>
8585
<plugin>
8686
<groupId>org.codehaus.mojo</groupId>
8787
<artifactId>flatten-maven-plugin</artifactId>
88-
<version>1.6.0</version>
88+
<version>1.7.0</version>
8989
<configuration>
9090
<updatePomFile>true</updatePomFile>
9191
<flattenMode>resolveCiFriendliesOnly</flattenMode>
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>ch.qos.logback</groupId>
162162
<artifactId>logback-core</artifactId>
163-
<version>1.5.16</version>
163+
<version>1.5.18</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.viglet.turing</groupId>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>ch.qos.logback</groupId>
172172
<artifactId>logback-classic</artifactId>
173-
<version>1.5.16</version>
173+
<version>1.5.18</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.json</groupId>
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>commons-io</groupId>
187187
<artifactId>commons-io</artifactId>
188-
<version>2.18.0</version>
188+
<version>2.19.0</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>org.apache.commons</groupId>
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>com.google.guava</groupId>
197197
<artifactId>guava</artifactId>
198-
<version>33.4.0-jre</version>
198+
<version>33.4.7-jre</version>
199199
</dependency>
200200
<dependency>
201201
<groupId>org.apache.commons</groupId>
@@ -205,17 +205,17 @@
205205
<dependency>
206206
<groupId>org.slf4j</groupId>
207207
<artifactId>slf4j-simple</artifactId>
208-
<version>2.0.16</version>
208+
<version>2.0.17</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>org.slf4j</groupId>
212212
<artifactId>slf4j-api</artifactId>
213-
<version>2.0.16</version>
213+
<version>2.0.17</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.xerial</groupId>
217217
<artifactId>sqlite-jdbc</artifactId>
218-
<version>3.48.0.0</version>
218+
<version>3.49.1.0</version>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.apache.logging.log4j</groupId>
@@ -225,12 +225,12 @@
225225
<dependency>
226226
<groupId>com.fasterxml.jackson.core</groupId>
227227
<artifactId>jackson-databind</artifactId>
228-
<version>2.18.2</version>
228+
<version>2.18.3</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.apache.httpcomponents.client5</groupId>
232232
<artifactId>httpclient5</artifactId>
233-
<version>5.4.1</version>
233+
<version>5.4.3</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>com.jayway.jsonpath</groupId>
@@ -240,12 +240,12 @@
240240
<dependency>
241241
<groupId>org.jsoup</groupId>
242242
<artifactId>jsoup</artifactId>
243-
<version>1.18.3</version>
243+
<version>1.19.1</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.projectlombok</groupId>
247247
<artifactId>lombok</artifactId>
248-
<version>1.18.36</version>
248+
<version>1.18.38</version>
249249
</dependency>
250250
</dependencies>
251251
</dependencyManagement>

shio-app/pom.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<url>https://github.com/openshio/shio</url>
1616
<packaging>jar</packaging>
1717
<properties>
18-
<spring-boot.version>3.4.2</spring-boot.version>
18+
<spring-boot.version>3.4.4</spring-boot.version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121
<maven.compiler.source>21</maven.compiler.source>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>co.elastic.clients</groupId>
4141
<artifactId>elasticsearch-java</artifactId>
42-
<version>8.17.1</version>
42+
<version>8.17.4</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework.boot</groupId>
@@ -80,18 +80,18 @@
8080
<dependency>
8181
<groupId>org.apache.activemq</groupId>
8282
<artifactId>artemis-jms-server</artifactId>
83-
<version>2.39.0</version>
83+
<version>2.40.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.itextpdf</groupId>
8787
<artifactId>itext-core</artifactId>
88-
<version>9.0.0</version>
88+
<version>9.1.0</version>
8989
<type>pom</type>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.itextpdf</groupId>
9393
<artifactId>cleanup</artifactId>
94-
<version>5.0.0</version>
94+
<version>5.0.1</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.apache.commons</groupId>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>org.mariadb.jdbc</groupId>
126126
<artifactId>mariadb-java-client</artifactId>
127-
<version>3.5.1</version>
127+
<version>3.5.3</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.postgresql</groupId>
@@ -153,33 +153,33 @@
153153
<dependency>
154154
<groupId>org.apache.tika</groupId>
155155
<artifactId>tika-core</artifactId>
156-
<version>3.0.0</version>
156+
<version>3.1.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.apache.tika</groupId>
160160
<artifactId>tika-parsers</artifactId>
161-
<version>3.0.0</version>
161+
<version>3.1.0</version>
162162
<type>pom</type>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.apache.tika</groupId>
166166
<artifactId>tika-parser-pdf-module</artifactId>
167-
<version>3.0.0</version>
167+
<version>3.1.0</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.apache.tika</groupId>
171171
<artifactId>tika-parser-text-module</artifactId>
172-
<version>3.0.0</version>
172+
<version>3.1.0</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.apache.tika</groupId>
176176
<artifactId>tika-parser-ocr-module</artifactId>
177-
<version>3.0.0</version>
177+
<version>3.1.0</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.apache.tika</groupId>
181181
<artifactId>tika-parser-microsoft-module</artifactId>
182-
<version>3.0.0</version>
182+
<version>3.1.0</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>com.levigo.jbig2</groupId>
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>org.springdoc</groupId>
201201
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
202-
<version>2.8.4</version>
202+
<version>2.8.6</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>com.squins.google.fork.schema-org-client</groupId>
@@ -209,12 +209,12 @@
209209
<dependency>
210210
<groupId>com.google.guava</groupId>
211211
<artifactId>guava</artifactId>
212-
<version>33.4.0-jre</version>
212+
<version>33.4.7-jre</version>
213213
</dependency>
214214
<dependency>
215215
<groupId>org.languagetool</groupId>
216216
<artifactId>language-en</artifactId>
217-
<version>6.5</version>
217+
<version>6.6</version>
218218
<exclusions>
219219
<exclusion>
220220
<groupId>org.apache.lucene</groupId>
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>org.languagetool</groupId>
227227
<artifactId>language-pt</artifactId>
228-
<version>6.5</version>
228+
<version>6.6</version>
229229
<exclusions>
230230
<exclusion>
231231
<groupId>org.apache.lucene</groupId>
@@ -252,12 +252,12 @@
252252
<dependency>
253253
<groupId>org.apache.solr</groupId>
254254
<artifactId>solr-solrj</artifactId>
255-
<version>9.8.0</version>
255+
<version>9.8.1</version>
256256
</dependency>
257257
<dependency>
258258
<groupId>org.springframework.security</groupId>
259259
<artifactId>spring-security-test</artifactId>
260-
<version>6.4.2</version>
260+
<version>6.4.4</version>
261261
<scope>test</scope>
262262
</dependency>
263263
<dependency>
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.apache.maven.plugins</groupId>
295295
<artifactId>maven-compiler-plugin</artifactId>
296-
<version>3.13.0</version>
296+
<version>3.14.0</version>
297297
<configuration>
298298
<parameters>true</parameters>
299299
</configuration>
@@ -350,12 +350,12 @@
350350
<plugin>
351351
<groupId>org.apache.maven.plugins</groupId>
352352
<artifactId>maven-surefire-plugin</artifactId>
353-
<version>3.5.2</version>
353+
<version>3.5.3</version>
354354
</plugin>
355355
<plugin>
356356
<groupId>org.apache.maven.plugins</groupId>
357357
<artifactId>maven-failsafe-plugin</artifactId>
358-
<version>3.5.2</version>
358+
<version>3.5.3</version>
359359
<executions>
360360
<execution>
361361
<goals>
@@ -377,12 +377,12 @@
377377
<plugin>
378378
<groupId>org.apache.maven.plugins</groupId>
379379
<artifactId>maven-project-info-reports-plugin</artifactId>
380-
<version>3.8.0</version>
380+
<version>3.9.0</version>
381381
</plugin>
382382
<plugin>
383383
<groupId>org.apache.maven.plugins</groupId>
384384
<artifactId>maven-pdf-plugin</artifactId>
385-
<version>1.6.1</version>
385+
<version>1.6.2</version>
386386
</plugin>
387387
</plugins>
388388
</build>
@@ -391,7 +391,7 @@
391391
<plugin>
392392
<groupId>org.apache.maven.plugins</groupId>
393393
<artifactId>maven-surefire-report-plugin</artifactId>
394-
<version>3.5.2</version>
394+
<version>3.5.3</version>
395395
</plugin>
396396
</plugins>
397397
</reporting>

0 commit comments

Comments
 (0)