This commit is contained in:
Peter Schuller 2026-03-25 15:34:40 +01:00
commit 1ff8371b09

View file

@ -14,8 +14,8 @@
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<exec-maven-plugin.version>3.6.3</exec-maven-plugin.version> <exec-maven-plugin.version>3.6.3</exec-maven-plugin.version>
<vertx.version>5.0.7</vertx.version> <vertx.version>5.0.9</vertx.version>
<junit-jupiter.version>6.0.2</junit-jupiter.version> <junit-jupiter.version>6.0.3</junit-jupiter.version>
</properties> </properties>
<scm> <scm>
@ -67,7 +67,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.21.0</version> <version>2.21.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>