Skip to content

Commit dfd9c7c

Browse files
authored
Merge pull request #426 from swlodarski-sumoheavy/10.3.x-deps
Update dependencies
2 parents 47906b9 + 2948867 commit dfd9c7c

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
@@ -49,7 +49,7 @@
4949
<maven.compiler.source>1.8</maven.compiler.source>
5050
<maven.compiler.target>1.8</maven.compiler.target>
5151
<slf4j.version>2.0.17</slf4j.version>
52-
<jackson.version>2.20.0</jackson.version>
52+
<jackson.version>2.21.1</jackson.version>
5353
</properties>
5454

5555
<build>
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-source-plugin</artifactId>
69-
<version>3.3.1</version>
69+
<version>3.4.0</version>
7070
<executions>
7171
<execution>
7272
<id>attach-sources</id>
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.codehaus.mojo</groupId>
177177
<artifactId>exec-maven-plugin</artifactId>
178-
<version>3.6.2</version>
178+
<version>3.6.3</version>
179179
<executions>
180180
<execution>
181181
<id>setup</id>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>com.fasterxml.jackson.core</groupId>
230230
<artifactId>jackson-annotations</artifactId>
231-
<version>2.20</version>
231+
<version>2.21</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)