Skip to content

Commit cf44086

Browse files
Bump jackson-databind from 2.11.2 to 2.12.6.1 in /installer (#222)
* Bump jackson-databind from 2.11.2 to 2.12.6.1 in /installer Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.2 to 2.12.6.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade to the latest Jackson libraries Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Beardsley <mibeard@amazon.com>
1 parent 3a58a67 commit cf44086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ limitations under the License.
172172
<dependency>
173173
<groupId>com.fasterxml.jackson.dataformat</groupId>
174174
<artifactId>jackson-dataformat-yaml</artifactId>
175-
<version>2.11.2</version>
175+
<version>2.13.3</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-databind</artifactId>
180-
<version>2.11.2</version>
180+
<version>2.13.3</version>
181181
</dependency>
182182
</dependencies>
183183

0 commit comments

Comments
 (0)