Skip to content

Commit 1d33d18

Browse files
Dependency updates (#453)
Merging changes from: - #441 - #448 - #449 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a192e5a commit 1d33d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@
236236
<dependency>
237237
<groupId>org.slf4j</groupId>
238238
<artifactId>slf4j-api</artifactId>
239-
<version>2.0.9</version>
239+
<version>2.0.11</version>
240240
</dependency>
241241

242242
<dependency>
243243
<!-- Drop-in replacement of log4j -->
244244
<groupId>org.slf4j</groupId>
245245
<artifactId>slf4j-reload4j</artifactId>
246-
<version>2.0.9</version>
246+
<version>2.0.11</version>
247247
</dependency>
248248

249249
<dependency>
@@ -371,7 +371,7 @@
371371
<plugin>
372372
<groupId>org.apache.maven.plugins</groupId>
373373
<artifactId>maven-compiler-plugin</artifactId>
374-
<version>3.12.0</version>
374+
<version>3.12.1</version>
375375
<configuration>
376376
<source>${maven.compiler.source}</source>
377377
<target>${maven.compiler.target}</target>

0 commit comments

Comments
 (0)