Bump jackson.version from 2.11.0 to 2.11.1 (#1430)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Jacomb <timjacomb1+github@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-03 16:48:04 +01:00 committed by GitHub
parent e60562ed08
commit fceebefe95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip> <!-- no need to be deployed during release, this is a test-only module -->
<jackson.version>2.11.0</jackson.version>
<jackson.version>2.11.1</jackson.version>
<netty.version>4.1.47.Final</netty.version>
</properties>

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>snakeyaml-api</artifactId>
<version>1.26.1</version>
<version>1.26.3</version>
</dependency>
<dependency>

View File

@ -12,7 +12,7 @@
<description>Functionality to make testing jcasc integration easier</description>
<properties>
<jackson.version>2.11.0</jackson.version>
<jackson.version>2.11.1</jackson.version>
<spotbugs.skip>true</spotbugs.skip>
</properties>