commit 7e146ee02053599df9a5198340cd9eebf072c999 parent b8c7ab876a692ef4cee3db2dda7c257f61f98a1f Author: Wim Dupont <wim@wimdupont.com> Date: Sat, 13 Jan 2024 19:58:08 +0100 version bump Diffstat:
M | pom.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml @@ -16,7 +16,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.16.0</version> + <version>2.16.1</version> </dependency> </dependencies> <build>