Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Sep 21, 2020
1 parent 3c0bdb3 commit 94ea0f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This release has several breaking changes. See [3.0.0 Migration Notes](3_0_0_mig
- [ISSUE-58](https://github.com/Crim/pardot-java-client/issues/58) Add support for Salesforce SSO authentication.
- [PR-60](https://github.com/Crim/pardot-java-client/pull/60) Alters return values from `PardotClient.readXYZ()` and `PardotClient.deleteXYZ()` to allow for better error handling.

#### Internal Dependency Updates
- Upgraded Jackson from version 2.11.1 to 2.11.2.

## 2.1.0 (07/30/2020)
- [ISSUE-56](https://github.com/Crim/pardot-java-client/issues/56) Adds support for Dynamic Content.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Jackson version -->
<jackson.version>2.11.1</jackson.version>
<jackson.version>2.11.2</jackson.version>

<!-- Define which version of junit you'll be running -->
<junit.version>4.13</junit.version>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.8.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 94ea0f1

Please sign in to comment.