Skip to content

Commit b165df2

Browse files
authored
Merge pull request #3207 from dbmdz/renovate/all
fix(deps): update all dependencies
2 parents a4c4b24 + 107970d commit b165df2

File tree

4 files changed

+25
-26
lines changed

4 files changed

+25
-26
lines changed

client/package-lock.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-paginate": "^8.2.0",
5858
"react-scripts": "5.0.1",
5959
"reactstrap": "^8.10.1",
60-
"scheduler": "^0.23.0",
60+
"scheduler": "^0.27.0",
6161
"use-context-selector": "^1.4.1"
6262
},
6363
"devDependencies": {

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.5</version>
9+
<version>3.5.10</version>
1010
</parent>
1111

1212
<groupId>io.github.dbmdz.cudami</groupId>
@@ -81,13 +81,13 @@
8181
<dependency>
8282
<groupId>com.github.spotbugs</groupId>
8383
<artifactId>spotbugs-annotations</artifactId>
84-
<version>4.9.4</version>
84+
<version>4.9.8</version>
8585
<optional>true</optional>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.guava</groupId>
8989
<artifactId>guava</artifactId>
90-
<version>33.4.8-jre</version>
90+
<version>33.5.0-jre</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>commons-codec</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>io.github.dbmdz.metadata</groupId>
9898
<artifactId>metasvc-client</artifactId>
99-
<version>11.1.1-SNAPSHOT</version>
99+
<version>12.0.0-rc.1</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>javax.servlet</groupId>
@@ -265,7 +265,7 @@
265265
<dependency>
266266
<groupId>org.webjars.npm</groupId>
267267
<artifactId>bootstrap-table</artifactId>
268-
<version>1.21.2</version>
268+
<version>1.26.0</version>
269269
<scope>runtime</scope>
270270
</dependency>
271271
<dependency>
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>org.webjars.npm</groupId>
279279
<artifactId>es-module-shims</artifactId>
280-
<version>1.5.10</version>
280+
<version>1.10.0</version>
281281
<scope>runtime</scope>
282282
</dependency>
283283
<dependency>
@@ -289,13 +289,13 @@
289289
<dependency>
290290
<groupId>org.webjars.npm</groupId>
291291
<artifactId>fontsource__source-sans-pro</artifactId>
292-
<version>4.2.2</version>
292+
<version>4.5.11</version>
293293
<scope>runtime</scope>
294294
</dependency>
295295
<dependency>
296296
<groupId>org.webjars.npm</groupId>
297297
<artifactId>linkifyjs</artifactId>
298-
<version>4.0.0-beta.6</version>
298+
<version>4.3.2</version>
299299
<scope>runtime</scope>
300300
</dependency>
301301
<dependency>
@@ -318,19 +318,19 @@
318318
<dependency>
319319
<groupId>org.webjars.npm</groupId>
320320
<artifactId>tiptap__extension-link</artifactId>
321-
<version>2.1.0-rc.1</version>
321+
<version>2.11.5</version>
322322
<scope>runtime</scope>
323323
</dependency>
324324
<dependency>
325325
<groupId>org.webjars.npm</groupId>
326326
<artifactId>tiptap__extension-subscript</artifactId>
327-
<version>2.1.0-rc.1</version>
327+
<version>2.11.5</version>
328328
<scope>runtime</scope>
329329
</dependency>
330330
<dependency>
331331
<groupId>org.webjars.npm</groupId>
332332
<artifactId>tiptap__extension-superscript</artifactId>
333-
<version>2.1.0-rc.1</version>
333+
<version>2.11.5</version>
334334
<scope>runtime</scope>
335335
</dependency>
336336
<dependency>
@@ -348,7 +348,7 @@
348348
<dependency>
349349
<groupId>org.webjars.npm</groupId>
350350
<artifactId>url-search-params-polyfill</artifactId>
351-
<version>8.1.1</version>
351+
<version>8.2.5</version>
352352
<scope>runtime</scope>
353353
</dependency>
354354
</dependencies>
@@ -397,7 +397,7 @@
397397
<plugin>
398398
<groupId>com.spotify.fmt</groupId>
399399
<artifactId>fmt-maven-plugin</artifactId>
400-
<version>2.27</version>
400+
<version>2.29</version>
401401
<executions>
402402
<execution>
403403
<goals>
@@ -409,13 +409,13 @@
409409
<plugin>
410410
<groupId>com.github.spotbugs</groupId>
411411
<artifactId>spotbugs-maven-plugin</artifactId>
412-
<version>4.9.4.0</version>
412+
<version>4.9.8.2</version>
413413
<dependencies>
414414
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
415415
<dependency>
416416
<groupId>com.github.spotbugs</groupId>
417417
<artifactId>spotbugs</artifactId>
418-
<version>4.9.4</version>
418+
<version>4.9.8</version>
419419
</dependency>
420420
</dependencies>
421421
<executions>
@@ -468,7 +468,7 @@
468468
<plugin>
469469
<groupId>org.jacoco</groupId>
470470
<artifactId>jacoco-maven-plugin</artifactId>
471-
<version>0.8.13</version>
471+
<version>0.8.14</version>
472472
<executions>
473473
<execution>
474474
<id>pre-unit-test</id>
@@ -549,7 +549,7 @@
549549
<plugin>
550550
<groupId>org.jacoco</groupId>
551551
<artifactId>jacoco-maven-plugin</artifactId>
552-
<version>0.8.13</version>
552+
<version>0.8.14</version>
553553
</plugin>
554554
</plugins>
555555
</reporting>
@@ -575,7 +575,7 @@
575575
<plugin>
576576
<groupId>com.github.eirslett</groupId>
577577
<artifactId>frontend-maven-plugin</artifactId>
578-
<version>1.15.1</version>
578+
<version>1.15.4</version>
579579
<configuration>
580580
<installDirectory>client/bin</installDirectory>
581581
<workingDirectory>client</workingDirectory>
@@ -663,7 +663,7 @@
663663
<plugin>
664664
<groupId>org.sonatype.central</groupId>
665665
<artifactId>central-publishing-maven-plugin</artifactId>
666-
<version>0.8.0</version>
666+
<version>0.10.0</version>
667667
<extensions>true</extensions>
668668
<configuration>
669669
<publishingServerId>central</publishingServerId>

src/main/java/io/github/dbmdz/cudami/interceptors/RequestIdLoggingInterceptor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package io.github.dbmdz.cudami.interceptors;
22

3+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
34
import jakarta.servlet.http.HttpServletRequest;
45
import jakarta.servlet.http.HttpServletResponse;
56
import org.slf4j.MDC;
@@ -23,6 +24,7 @@ public void postHandle(
2324
* Register the request identifier (if received from client/frontend server) in the logging
2425
* context.
2526
*/
27+
@SuppressFBWarnings("HRS_REQUEST_PARAMETER_TO_HTTP_HEADER")
2628
@Override
2729
public boolean preHandle(
2830
@NonNull HttpServletRequest request,

0 commit comments

Comments
 (0)