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 ## unreleased
### Dependencies ### Dependencies
* Updated Jackson to 2.15.0 * Updated Jackson to 2.15.2
### Test ### Test
* Tested against Vault 1.2.0 to 1.13.2 * Tested against Vault 1.2.0 to 1.13.2

12
pom.xml
View File

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