suumo-search

Perform advanced searches on Suumo.jp
git clone https://git.neuralcrash.com/suumo-search.git
Log | Files | Refs | README

commit af5e76748fa2b4fce02dbd48b49d76b75f9e0a3d
parent 5da71d4580de407cacf835ae9cd24ef9303b7c44
Author: Kebigon <git@kebigon.xyz>
Date:   Thu, 20 May 2021 09:14:21 +0000

Merge pull request #1 from Kebigon/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.10.5.1

Bump jackson-databind from 2.10.3 to 2.10.5.1
Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml @@ -21,7 +21,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.10.3</version> + <version>2.10.5.1</version> </dependency> <!-- Apache Commons Email -->