Skip to content

Commit 3afec21

Browse files
fix(deps): update all dependencies
1 parent 029c945 commit 3afec21

File tree

3 files changed

+27
-30
lines changed

3 files changed

+27
-30
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.25.0",
6161
"use-context-selector": "^1.4.1"
6262
},
6363
"devDependencies": {

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -81,33 +81,33 @@
8181
<dependency>
8282
<groupId>com.github.spotbugs</groupId>
8383
<artifactId>spotbugs-annotations</artifactId>
84-
<version>4.8.6</version>
84+
<version>4.9.1</version>
8585
<optional>true</optional>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.guava</groupId>
8989
<artifactId>guava</artifactId>
90-
<version>33.3.0-jre</version>
90+
<version>33.4.0-jre</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>commons-beanutils</groupId>
9494
<artifactId>commons-beanutils</artifactId>
95-
<version>1.9.4</version>
95+
<version>1.10.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>commons-codec</groupId>
9999
<artifactId>commons-codec</artifactId>
100-
<version>1.17.1</version>
100+
<version>1.18.0</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>commons-io</groupId>
104104
<artifactId>commons-io</artifactId>
105-
<version>2.16.1</version>
105+
<version>2.18.0</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>io.github.dbmdz.metadata</groupId>
109109
<artifactId>metasvc-client</artifactId>
110-
<version>9.3.2</version>
110+
<version>9.5.2</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>javax.servlet</groupId>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>net.logstash.logback</groupId>
119119
<artifactId>logstash-logback-encoder</artifactId>
120-
<version>7.3</version>
120+
<version>7.4</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.apache.commons</groupId>
@@ -127,19 +127,19 @@
127127
<dependency>
128128
<groupId>org.assertj</groupId>
129129
<artifactId>assertj-core</artifactId>
130-
<version>3.26.3</version>
130+
<version>3.27.3</version>
131131
<scope>test</scope>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.junit.jupiter</groupId>
135135
<artifactId>junit-jupiter</artifactId>
136-
<version>5.11.0</version>
136+
<version>5.11.4</version>
137137
<scope>test</scope>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.mockito</groupId>
141141
<artifactId>mockito-core</artifactId>
142-
<version>5.13.0</version>
142+
<version>5.15.2</version>
143143
<scope>test</scope>
144144
</dependency>
145145
<dependency>
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.passay</groupId>
157157
<artifactId>passay</artifactId>
158-
<version>1.6.5</version>
158+
<version>1.6.6</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>io.micrometer</groupId>
@@ -257,7 +257,7 @@
257257
<dependency>
258258
<groupId>org.webjars.npm</groupId>
259259
<artifactId>bootstrap-table</artifactId>
260-
<version>1.21.2</version>
260+
<version>1.24.0</version>
261261
<scope>runtime</scope>
262262
</dependency>
263263
<dependency>
@@ -269,7 +269,7 @@
269269
<dependency>
270270
<groupId>org.webjars.npm</groupId>
271271
<artifactId>es-module-shims</artifactId>
272-
<version>1.5.10</version>
272+
<version>1.10.0</version>
273273
<scope>runtime</scope>
274274
</dependency>
275275
<dependency>
@@ -281,13 +281,13 @@
281281
<dependency>
282282
<groupId>org.webjars.npm</groupId>
283283
<artifactId>fontsource__source-sans-pro</artifactId>
284-
<version>4.2.2</version>
284+
<version>4.5.11</version>
285285
<scope>runtime</scope>
286286
</dependency>
287287
<dependency>
288288
<groupId>org.webjars.npm</groupId>
289289
<artifactId>linkifyjs</artifactId>
290-
<version>4.0.0-beta.6</version>
290+
<version>4.1.3</version>
291291
<scope>runtime</scope>
292292
</dependency>
293293
<dependency>
@@ -340,7 +340,7 @@
340340
<dependency>
341341
<groupId>org.webjars.npm</groupId>
342342
<artifactId>url-search-params-polyfill</artifactId>
343-
<version>8.1.1</version>
343+
<version>8.2.5</version>
344344
<scope>runtime</scope>
345345
</dependency>
346346
</dependencies>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>com.spotify.fmt</groupId>
391391
<artifactId>fmt-maven-plugin</artifactId>
392-
<version>2.24</version>
392+
<version>2.25</version>
393393
<executions>
394394
<execution>
395395
<goals>
@@ -401,13 +401,13 @@
401401
<plugin>
402402
<groupId>com.github.spotbugs</groupId>
403403
<artifactId>spotbugs-maven-plugin</artifactId>
404-
<version>4.8.6.2</version>
404+
<version>4.8.6.6</version>
405405
<dependencies>
406406
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
407407
<dependency>
408408
<groupId>com.github.spotbugs</groupId>
409409
<artifactId>spotbugs</artifactId>
410-
<version>4.8.6</version>
410+
<version>4.9.1</version>
411411
</dependency>
412412
</dependencies>
413413
<executions>
@@ -428,7 +428,7 @@
428428
<plugin>
429429
<groupId>org.apache.maven.plugins</groupId>
430430
<artifactId>maven-failsafe-plugin</artifactId>
431-
<version>3.5.0</version>
431+
<version>3.5.2</version>
432432
</plugin>
433433
<plugin>
434434
<groupId>org.apache.maven.plugins</groupId>
@@ -457,7 +457,7 @@
457457
<plugin>
458458
<groupId>org.apache.maven.plugins</groupId>
459459
<artifactId>maven-surefire-plugin</artifactId>
460-
<version>3.5.0</version>
460+
<version>3.5.2</version>
461461
</plugin>
462462
<plugin>
463463
<groupId>org.jacoco</groupId>
@@ -566,7 +566,7 @@
566566
<plugin>
567567
<groupId>com.github.eirslett</groupId>
568568
<artifactId>frontend-maven-plugin</artifactId>
569-
<version>1.15.0</version>
569+
<version>1.15.1</version>
570570
<configuration>
571571
<installDirectory>client/bin</installDirectory>
572572
<workingDirectory>client</workingDirectory>
@@ -672,7 +672,7 @@
672672
<plugin>
673673
<groupId>org.apache.maven.plugins</groupId>
674674
<artifactId>maven-gpg-plugin</artifactId>
675-
<version>3.2.5</version>
675+
<version>3.2.7</version>
676676
<executions>
677677
<execution>
678678
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)