Skip to content

Commit 3ff858c

Browse files
committed
fix: build align dependencies
1 parent 84ae06e commit 3ff858c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
<maven.compiler.target>11</maven.compiler.target>
4545
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
4646

47-
<jackson.version>2.15.1</jackson.version>
47+
<jackson.version>2.15.2</jackson.version>
48+
<slf4j.version>2.0.12</slf4j.version>
4849
</properties>
4950

5051
<repositories>
@@ -306,7 +307,7 @@
306307
<dependency>
307308
<groupId>com.github.jknack</groupId>
308309
<artifactId>handlebars</artifactId>
309-
<version>2.2.3</version>
310+
<version>4.2.1</version>
310311
<exclusions>
311312
<exclusion>
312313
<groupId>org.mozilla</groupId>
@@ -331,7 +332,7 @@
331332
<dependency>
332333
<groupId>io.github.classgraph</groupId>
333334
<artifactId>classgraph</artifactId>
334-
<version>4.8.160</version>
335+
<version>4.8.168</version>
335336
</dependency>
336337
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
337338
<dependency>
@@ -352,12 +353,12 @@
352353
<dependency>
353354
<groupId>org.slf4j</groupId>
354355
<artifactId>slf4j-api</artifactId>
355-
<version>1.7.21</version>
356+
<version>${slf4j.version}</version>
356357
</dependency>
357358
<dependency>
358359
<groupId>org.slf4j</groupId>
359360
<artifactId>slf4j-simple</artifactId>
360-
<version>1.7.21</version>
361+
<version>${slf4j.version}</version>
361362
</dependency>
362363
<dependency>
363364
<groupId>org.webjars</groupId>
@@ -384,7 +385,7 @@
384385
<dependency>
385386
<groupId>org.apache.commons</groupId>
386387
<artifactId>commons-lang3</artifactId>
387-
<version>3.8.1</version>
388+
<version>3.13.0</version>
388389
</dependency>
389390
<dependency>
390391
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)