File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <
[email protected] >.
200
200
<dependency >
201
201
<groupId >javax.activation</groupId >
202
202
<artifactId >activation</artifactId >
203
- <version >1.1.1 </version >
203
+ <version >${activation.version} </version >
204
204
</dependency >
205
205
<dependency >
206
206
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
113
113
<dependency >
114
114
<groupId >javax.activation</groupId >
115
115
<artifactId >activation</artifactId >
116
- <version >1.1 </version >
116
+ <version >${activation.version} </version >
117
117
</dependency >
118
118
<dependency >
119
119
<groupId >org.webjars</groupId >
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
77
77
<maven-surefire .version>2.22.2</maven-surefire .version>
78
78
<apache-commons-lang3 .version>3.9</apache-commons-lang3 .version>
79
79
<micrometer .version>1.5.4</micrometer .version>
80
+ <activation .version>1.1.1</activation .version>
80
81
</properties >
81
82
82
83
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments