Skip to content

Commit d3b30bd

Browse files
fix(deps): update test, build and logging dependencies (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 467ef4e commit d3b30bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<maven.compiler.source>17</maven.compiler.source>
1919
<maven.compiler.target>17</maven.compiler.target>
20-
<junit.version>5.11.4</junit.version>
21-
<jackson.version>2.18.2</jackson.version>
20+
<junit.version>5.12.0</junit.version>
21+
<jackson.version>2.18.3</jackson.version>
2222
</properties>
2323
<licenses>
2424
<license>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>ch.qos.logback</groupId>
4646
<artifactId>logback-classic</artifactId>
47-
<version>1.5.16</version>
47+
<version>1.5.17</version>
4848
<scope>provided</scope>
4949
<optional>true</optional>
5050
</dependency>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>com.diffplug.spotless</groupId>
126126
<artifactId>spotless-maven-plugin</artifactId>
127-
<version>2.44.2</version>
127+
<version>2.44.3</version>
128128
<configuration>
129129
<!-- define a language-specific format -->
130130
<java>

0 commit comments

Comments
 (0)