Skip to content

Commit

Permalink
Merge pull request #47 from citrusframework/security/46/update-jackso…
Browse files Browse the repository at this point in the history
…n-databind

(#46) Updated jackson to 2.9.10.1
  • Loading branch information
svettwer authored Oct 29, 2019
2 parents 31b29ce + 59234b0 commit 59ebae0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2006-2019 the original author or authors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +37,7 @@
<!-- dependencies -->
<slf4j.version>1.7.25</slf4j.version>
<logback.classic.version>1.2.3</logback.classic.version>
<jackson.version>2.9.8</jackson.version>
<jackson.version>2.9.10.1</jackson.version>
<apache.http.client.version>4.5.7</apache.http.client.version>
<apache.http.core.version>4.4.11</apache.http.core.version>
<spark.version>2.8.0</spark.version>
Expand Down

0 comments on commit 59ebae0

Please sign in to comment.