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.
38
38
<scala .binary.version>2.12</scala .binary.version>
39
39
<scala-library .version>2.12.7</scala-library .version>
40
40
<assertj .version>3.23.1</assertj .version>
41
- <jackson .version>2.15.2</jackson .version>
42
41
<postgres .version>42.5.1</postgres .version>
43
42
<oracle .version>21.8.0.0</oracle .version>
44
43
<trino .version>418</trino .version>
@@ -263,13 +262,13 @@ under the License.
263
262
<dependency >
264
263
<groupId >com.fasterxml.jackson.core</groupId >
265
264
<artifactId >jackson-databind</artifactId >
266
- <version >${jackson.version} </version >
265
+ <version >2.13.4.2 </version >
267
266
<scope >test</scope >
268
267
</dependency >
269
268
<dependency >
270
269
<groupId >com.fasterxml.jackson.datatype</groupId >
271
270
<artifactId >jackson-datatype-jsr310</artifactId >
272
- <version >${jackson.version} </version >
271
+ <version >2.13.4 </version >
273
272
<scope >test</scope >
274
273
</dependency >
275
274
You can’t perform that action at this time.
0 commit comments