File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ buildscript {
46
46
47
47
dependencies {
48
48
compile ' com.sendgrid:java-http-client:4.1.0'
49
- compile ' com.fasterxml.jackson.core:jackson-core:2.5.3 '
50
- compile ' com.fasterxml.jackson.core:jackson-annotations:2.5.3 '
51
- compile ' com.fasterxml.jackson.core:jackson-databind:2.5.3 '
49
+ compile ' com.fasterxml.jackson.core:jackson-core:2.9.2 '
50
+ compile ' com.fasterxml.jackson.core:jackson-annotations:2.9.2 '
51
+ compile ' com.fasterxml.jackson.core:jackson-databind:2.9.2 '
52
52
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
53
53
}
54
54
Original file line number Diff line number Diff line change 19
19
<distribution >repo</distribution >
20
20
</license >
21
21
</licenses >
22
+ <properties >
23
+ <jackson .version>2.9.2</jackson .version>
24
+ </properties >
22
25
<scm >
23
26
<url >https://github.com/sendgrid/sendgrid-java</url >
24
27
<
connection >scm:git:
[email protected] :sendgrid/sendgrid-java.git</
connection >
102
105
<dependency >
103
106
<groupId >com.fasterxml.jackson.core</groupId >
104
107
<artifactId >jackson-core</artifactId >
105
- <version >2.5.3 </version >
108
+ <version >${jackson.version} </version >
106
109
</dependency >
107
110
<dependency >
108
111
<groupId >com.fasterxml.jackson.core</groupId >
109
112
<artifactId >jackson-annotations</artifactId >
110
- <version >2.5.3 </version >
113
+ <version >${jackson.version} </version >
111
114
</dependency >
112
115
<dependency >
113
116
<groupId >com.fasterxml.jackson.core</groupId >
114
117
<artifactId >jackson-databind</artifactId >
115
- <version >2.5.3 </version >
118
+ <version >${jackson.version} </version >
116
119
</dependency >
117
120
<dependency >
118
121
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments