File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId > <!-- for dependencies + plugin config such as git.properties -->
16
- <version >2.3.7 .RELEASE</version >
16
+ <version >2.3.9 .RELEASE</version >
17
17
</parent >
18
18
<modules >
19
19
<module >weblab-common</module >
91
91
92
92
93
93
<!-- jackson - Spring 5 requires 2.9.x -->
94
- <jackson .version>2.9.4 </jackson .version>
95
- <jackson-databind .version>2.9.4-CA-SNAPSHOT </jackson-databind .version>
96
- <jackson-module-jsonSchema .version>2.9.4-CA-SNAPSHOT </jackson-module-jsonSchema .version>
94
+ <jackson .version>2.9.6 </jackson .version>
95
+ <jackson-databind .version>2.9.6 </jackson-databind .version> <!-- Note: doesn't include https://github.com/cambridgeweblab/jackson-databind/commit/54a988aba00b81d3664d5294827e3678c775152f -- >
96
+ <jackson-module-jsonSchema .version>2.9.6 </jackson-module-jsonSchema .version>
97
97
98
98
</properties >
99
99
You can’t perform that action at this time.
0 commit comments