Skip to content

Commit 1bb0343

Browse files
authored
Merge branch 'main' into main-2.x
2 parents 0552709 + 1423f01 commit 1bb0343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
</plugin>
261261
<plugin>
262262
<artifactId>maven-compiler-plugin</artifactId>
263-
<version>3.10.1</version>
263+
<version>3.13.0</version>
264264
<configuration>
265265
<source>11</source>
266266
<target>11</target>
@@ -394,7 +394,7 @@
394394
<dependency>
395395
<groupId>com.fasterxml.jackson</groupId>
396396
<artifactId>jackson-bom</artifactId>
397-
<version>2.15.3</version>
397+
<version>2.17.1</version>
398398
<scope>import</scope>
399399
<type>pom</type>
400400
</dependency>
@@ -534,7 +534,7 @@
534534
<dependency>
535535
<groupId>org.slf4j</groupId>
536536
<artifactId>slf4j-simple</artifactId>
537-
<version>2.0.7</version>
537+
<version>2.0.13</version>
538538
<scope>test</scope>
539539
</dependency>
540540
</dependencies>
@@ -688,7 +688,7 @@
688688
<plugin>
689689
<groupId>org.apache.maven.plugins</groupId>
690690
<artifactId>maven-enforcer-plugin</artifactId>
691-
<version>3.2.1</version>
691+
<version>3.5.0</version>
692692
<executions>
693693
<execution>
694694
<id>enforce-jacoco-exist</id>

0 commit comments

Comments
 (0)