File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ under the License.
3838 <scala .binary.version>2.12</scala .binary.version>
3939 <scala-library .version>2.12.7</scala-library .version>
4040 <assertj .version>3.23.1</assertj .version>
41- <jackson .version>2.15.2</jackson .version>
4241 <postgres .version>42.5.1</postgres .version>
4342 <oracle .version>21.8.0.0</oracle .version>
4443 <trino .version>418</trino .version>
@@ -263,13 +262,13 @@ under the License.
263262 <dependency >
264263 <groupId >com.fasterxml.jackson.core</groupId >
265264 <artifactId >jackson-databind</artifactId >
266- <version >${jackson.version} </version >
265+ <version >2.13.4.2 </version >
267266 <scope >test</scope >
268267 </dependency >
269268 <dependency >
270269 <groupId >com.fasterxml.jackson.datatype</groupId >
271270 <artifactId >jackson-datatype-jsr310</artifactId >
272- <version >${jackson.version} </version >
271+ <version >2.13.4 </version >
273272 <scope >test</scope >
274273 </dependency >
275274
You can’t perform that action at this time.
0 commit comments