Skip to content

Commit 4211207

Browse files
Update Test, build and logging dependencies (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4dc6a3 commit 4211207

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.guava</groupId>
5353
<artifactId>guava</artifactId>
54-
<version>33.5.0-jre</version>
54+
<version>33.6.0-jre</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.leonard</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<maven.compiler.source>21</maven.compiler.source>
3030
<maven.compiler.target>21</maven.compiler.target>
3131
<junit.version>6.0.3</junit.version>
32-
<jackson.version>2.21.1</jackson.version>
32+
<jackson.version>2.21.2</jackson.version>
3333
</properties>
3434
<licenses>
3535
<license>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>com.diffplug.spotless</groupId>
8585
<artifactId>spotless-maven-plugin</artifactId>
86-
<version>3.2.1</version>
86+
<version>3.4.0</version>
8787
<configuration>
8888
<!-- define a language-specific format -->
8989
<java>

0 commit comments

Comments
 (0)