Skip to content

Commit 9b266a9

Browse files
SP-645 Dependency updates - Java SDK
1 parent de56bd0 commit 9b266a9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4949
<maven.compiler.source>1.8</maven.compiler.source>
5050
<maven.compiler.target>1.8</maven.compiler.target>
51+
<slf4j.version>2.0.12</slf4j.version>
52+
<jackson.version>2.16.1</jackson.version>
5153
</properties>
5254

5355
<distributionManagement>
@@ -66,7 +68,7 @@
6668
<plugin>
6769
<groupId>org.apache.maven.plugins</groupId>
6870
<artifactId>maven-source-plugin</artifactId>
69-
<version>2.2.1</version>
71+
<version>3.3.0</version>
7072
<executions>
7173
<execution>
7274
<id>attach-sources</id>
@@ -232,12 +234,12 @@
232234
<dependency>
233235
<groupId>com.fasterxml.jackson.core</groupId>
234236
<artifactId>jackson-core</artifactId>
235-
<version>2.14.2</version>
237+
<version>${jackson.version}</version>
236238
</dependency>
237239
<dependency>
238240
<groupId>com.fasterxml.jackson.core</groupId>
239241
<artifactId>jackson-databind</artifactId>
240-
<version>2.14.2</version>
242+
<version>${jackson.version}</version>
241243
</dependency>
242244
<dependency>
243245
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -247,12 +249,12 @@
247249
<dependency>
248250
<groupId>org.slf4j</groupId>
249251
<artifactId>slf4j-api</artifactId>
250-
<version>2.0.6</version>
252+
<version>${slf4j.version}</version>
251253
</dependency>
252254
<dependency>
253255
<groupId>org.slf4j</groupId>
254256
<artifactId>slf4j-simple</artifactId>
255-
<version>2.0.6</version>
257+
<version>${slf4j.version}</version>
256258
</dependency>
257259
<dependency>
258260
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)