File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
oauth2-server-integration-base Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1111
1212 <artifactId >oauth2-server-integration-base</artifactId >
1313
14+ <properties >
15+ <jackson .version>2.9.9</jackson .version>
16+ </properties >
17+
1418 <dependencies >
1519 <dependency >
1620 <groupId >com.squareup.okhttp3</groupId >
5155 <dependency >
5256 <groupId >com.fasterxml.jackson.core</groupId >
5357 <artifactId >jackson-core</artifactId >
54- <version >2.9.8 </version >
58+ <version >${jackson.version} </version >
5559 </dependency >
5660 <dependency >
5761 <groupId >com.fasterxml.jackson.core</groupId >
5862 <artifactId >jackson-databind</artifactId >
59- <version >2.9.8 </version >
63+ <version >${jackson.version} </version >
6064 </dependency >
6165 <dependency >
6266 <groupId >com.fasterxml.jackson.module</groupId >
6367 <artifactId >jackson-module-kotlin</artifactId >
64- <version >2.9.8 </version >
68+ <version >${jackson.version} </version >
6569 </dependency >
6670 <dependency >
6771 <groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments