From dd3ea9562a1c28074edbbff2cab6fbdb5ac4f274 Mon Sep 17 00:00:00 2001 From: Roman Sedykh Date: Wed, 30 Mar 2022 20:43:01 +0200 Subject: [PATCH] Version bump to 3.5.1 --- HISTORY.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- src/main/java/com/uploadcare/api/RequestHelper.java | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9f818c3..1726d88 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 3.5.1 +### Changed +- Security update. Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.7 to 2.12.6.1. + ## 3.5.0 ### Changed - Expand file size property from `int` to `long` to fix an issue with reading files that are larger than 2.1 GB. diff --git a/README.md b/README.md index df2694d..b89ffc0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ into `pom.xml` for your project. com.uploadcare uploadcare - 3.5.0 + 3.5.1 ``` diff --git a/pom.xml b/pom.xml index ed27842..8e47890 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.uploadcare uploadcare - 3.5.0 + 3.5.1 jar diff --git a/src/main/java/com/uploadcare/api/RequestHelper.java b/src/main/java/com/uploadcare/api/RequestHelper.java index 0734e6b..1740cc5 100644 --- a/src/main/java/com/uploadcare/api/RequestHelper.java +++ b/src/main/java/com/uploadcare/api/RequestHelper.java @@ -44,7 +44,7 @@ public class RequestHelper { private final Client client; - public static final String LIBRARY_VERSION = "3.5.0"; + public static final String LIBRARY_VERSION = "3.5.1"; public static final String DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss Z";