File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.ohdsi</groupId >
8
8
<artifactId >standardized-analysis-utils</artifactId >
9
- <version >1.3.1-SNAPSHOT </version >
9
+ <version >1.3.1</version >
10
10
<properties >
11
11
<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>
12
14
</properties >
13
15
14
16
<build >
49
51
<dependency >
50
52
<groupId >com.fasterxml.jackson.core</groupId >
51
53
<artifactId >jackson-core</artifactId >
52
- <version >2.9.8 </version >
54
+ <version >${jackson.version} </version >
53
55
</dependency >
54
56
<dependency >
55
57
<groupId >com.fasterxml.jackson.core</groupId >
56
58
<artifactId >jackson-annotations</artifactId >
57
- <version >2.9.8 </version >
59
+ <version >${jackson.version} </version >
58
60
</dependency >
59
61
<dependency >
60
62
<groupId >com.fasterxml.jackson.core</groupId >
61
63
<artifactId >jackson-databind</artifactId >
62
- <version >2.9.8 </version >
64
+ <version >${jackson.databind.version} </version >
63
65
</dependency >
64
66
<dependency >
65
67
<groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments