From 3eff7fa3241756076454dab519556c613dc4183a Mon Sep 17 00:00:00 2001 From: Michel Kraemer Date: Wed, 10 Nov 2021 18:21:36 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b628d2..6aa9672 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson: de.undercouch bson4jackson - 2.12.0 + 2.13.0 ``` @@ -41,7 +41,7 @@ following snippet to your `build.gradle`: ```gradle dependencies { - implementation 'de.undercouch:bson4jackson:2.12.0' + implementation 'de.undercouch:bson4jackson:2.13.0' } ```