Skip to content

Commit

Permalink
Version bump to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsedykh committed Mar 30, 2022
1 parent e27b014 commit dd3ea95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ into `pom.xml` for your project.
<dependency>
<groupId>com.uploadcare</groupId>
<artifactId>uploadcare</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.uploadcare</groupId>
<artifactId>uploadcare</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/uploadcare/api/RequestHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit dd3ea95

Please sign in to comment.