deps: update jackson to 2.15.2

Plus some minor dev-dependency updates
This commit is contained in:
Stefan Kalscheuer 2023-06-13 18:40:59 +02:00
parent fea27910bb
commit c97308fb4f
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
## unreleased
### Dependencies
* Updated Jackson to 2.15.0
* Updated Jackson to 2.15.2
### Test
* Tested against Vault 1.2.0 to 1.13.2

12
pom.xml
View File

@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<configuration>
<argLine>
@{argLine}
@ -103,12 +103,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<configuration>
<argLine>
@{argLine}
@ -140,7 +140,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.0</version>
<version>2.15.2</version>
</dependency>
<dependency>
@ -170,13 +170,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>
<scope>test</scope>
</dependency>
<dependency>