Skip to content

Commit b11a143

Browse files
committed
dependency updates
1 parent a882efc commit b11a143

File tree

7 files changed

+18
-21
lines changed

7 files changed

+18
-21
lines changed

build/spotbugs-exclude.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@
8181
<Bug pattern="PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_LOCAL_VARIABLE_NAMES"/>
8282
</Match>
8383

84+
<Match>
85+
<!-- introduced with spotbugs 4.8 and require code refactoring -->
86+
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE"/>
87+
</Match>
88+
89+
8490
</FindBugsFilter>

data-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>com.google.code.gson</groupId>
168168
<artifactId>gson</artifactId>
169-
<version>2.11.0</version>
169+
<version>2.12.1</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.jetbrains.xodus</groupId>

docker/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@
4545
<configuration>
4646
<skip>${skipDocker}</skip>
4747
<from>
48-
<!--v
49-
https://hub.docker.com/layers/library/eclipse-temurin/11/images/sha256-10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34
50-
-->
51-
<!--
52-
jdk 11.0.22+7
53-
-->
54-
<!--
55-
<image>eclipse-temurin:11-jre@sha256:10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34</image>
56-
-->
5748
<image>eclipse-temurin:21-jre@sha256:c1f2e1f082e26dd30c4ea73b3b17b24b473ab122226225dd8dcba71406167537</image>
5849
</from>
5950
<to>

onejar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<name>PWM Password Self Service: Executable Server JAR</name>
1818

1919
<properties>
20-
<tomcat.version>9.0.98</tomcat.version>
20+
<tomcat.version>9.0.99</tomcat.version>
2121
</properties>
2222

2323
<build>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
<dependency>
261261
<groupId>com.puppycrawl.tools</groupId>
262262
<artifactId>checkstyle</artifactId>
263-
<version>10.21.1</version>
263+
<version>10.21.2</version>
264264
</dependency>
265265
</dependencies>
266266
<executions>
@@ -336,12 +336,12 @@
336336
<plugin>
337337
<groupId>com.github.spotbugs</groupId>
338338
<artifactId>spotbugs-maven-plugin</artifactId>
339-
<version>4.8.6.6</version>
339+
<version>4.9.1.0</version>
340340
<dependencies>
341341
<dependency>
342342
<groupId>com.github.spotbugs</groupId>
343343
<artifactId>spotbugs</artifactId>
344-
<version>4.9.0</version>
344+
<version>4.9.1</version>
345345
</dependency>
346346
</dependencies>
347347
<configuration>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.owasp</groupId>
391391
<artifactId>dependency-check-maven</artifactId>
392-
<version>12.0.0</version>
392+
<version>12.0.2</version>
393393
<executions>
394394
<execution>
395395
<goals>
@@ -450,7 +450,7 @@
450450
<dependency>
451451
<groupId>com.github.spotbugs</groupId>
452452
<artifactId>spotbugs-annotations</artifactId>
453-
<version>4.9.0</version>
453+
<version>4.9.1</version>
454454
<scope>provided</scope>
455455
</dependency>
456456

@@ -470,13 +470,13 @@
470470
<dependency>
471471
<groupId>org.assertj</groupId>
472472
<artifactId>assertj-core</artifactId>
473-
<version>3.27.2</version>
473+
<version>3.27.3</version>
474474
<scope>test</scope>
475475
</dependency>
476476
<dependency>
477477
<groupId>org.wiremock</groupId>
478478
<artifactId>wiremock-standalone</artifactId>
479-
<version>3.10.0</version>
479+
<version>3.12.0</version>
480480
<scope>test</scope>
481481
</dependency>
482482
<dependency>

rest-test-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.google.code.gson</groupId>
8282
<artifactId>gson</artifactId>
83-
<version>2.11.0</version>
83+
<version>2.12.1</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>commons-io</groupId>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>com.google.code.gson</groupId>
316316
<artifactId>gson</artifactId>
317-
<version>2.11.0</version>
317+
<version>2.12.1</version>
318318
</dependency>
319319
<dependency>
320320
<groupId>com.blueconic</groupId>
@@ -340,7 +340,7 @@
340340
<dependency>
341341
<groupId>com.github.ben-manes.caffeine</groupId>
342342
<artifactId>caffeine</artifactId>
343-
<version>3.1.8</version>
343+
<version>3.2.0</version>
344344
</dependency>
345345
<dependency>
346346
<groupId>com.nulab-inc</groupId>

0 commit comments

Comments
 (0)