Skip to content

Commit f6837d5

Browse files
Releasing 1.3.1. Jackson dependencies update (#3)
1 parent ee863c3 commit f6837d5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
<groupId>org.ohdsi</groupId>
88
<artifactId>standardized-analysis-utils</artifactId>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.3.1</version>
1010
<properties>
1111
<graalvm.version>1.0.0-rc15</graalvm.version>
12+
<jackson.version>2.10.5</jackson.version>
13+
<jackson.databind.version>2.10.5.1</jackson.databind.version>
1214
</properties>
1315

1416
<build>
@@ -49,17 +51,17 @@
4951
<dependency>
5052
<groupId>com.fasterxml.jackson.core</groupId>
5153
<artifactId>jackson-core</artifactId>
52-
<version>2.9.8</version>
54+
<version>${jackson.version}</version>
5355
</dependency>
5456
<dependency>
5557
<groupId>com.fasterxml.jackson.core</groupId>
5658
<artifactId>jackson-annotations</artifactId>
57-
<version>2.9.8</version>
59+
<version>${jackson.version}</version>
5860
</dependency>
5961
<dependency>
6062
<groupId>com.fasterxml.jackson.core</groupId>
6163
<artifactId>jackson-databind</artifactId>
62-
<version>2.9.8</version>
64+
<version>${jackson.databind.version}</version>
6365
</dependency>
6466
<dependency>
6567
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)