Skip to content

Commit e87759f

Browse files
fix(maven): update packages
1 parent a02bcaf commit e87759f

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
@@ -64,13 +64,13 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.21.1</version>
67+
<version>2.21.2</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>com.fasterxml.jackson.dataformat</groupId>
7272
<artifactId>jackson-dataformat-yaml</artifactId>
73-
<version>2.21.1</version>
73+
<version>2.21.2</version>
7474
</dependency>
7575

7676
<dependency>
@@ -273,7 +273,7 @@
273273
<plugin>
274274
<groupId>org.apache.maven.plugins</groupId>
275275
<artifactId>maven-resources-plugin</artifactId>
276-
<version>3.4.0</version>
276+
<version>3.5.0</version>
277277
</plugin>
278278
<plugin>
279279
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)