Skip to content

Commit 94ea0f1

Browse files
committed
Update dependencies
1 parent 3c0bdb3 commit 94ea0f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This release has several breaking changes. See [3.0.0 Migration Notes](3_0_0_mig
1010
- [ISSUE-58](https://github.com/Crim/pardot-java-client/issues/58) Add support for Salesforce SSO authentication.
1111
- [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.
1212

13+
#### Internal Dependency Updates
14+
- Upgraded Jackson from version 2.11.1 to 2.11.2.
1315

1416
## 2.1.0 (07/30/2020)
1517
- [ISSUE-56](https://github.com/Crim/pardot-java-client/issues/56) Adds support for Dynamic Content.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848

4949
<!-- Jackson version -->
50-
<jackson.version>2.11.1</jackson.version>
50+
<jackson.version>2.11.2</jackson.version>
5151

5252
<!-- Define which version of junit you'll be running -->
5353
<junit.version>4.13</junit.version>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>commons-io</groupId>
139139
<artifactId>commons-io</artifactId>
140-
<version>2.6</version>
140+
<version>2.8.0</version>
141141
<scope>test</scope>
142142
</dependency>
143143

0 commit comments

Comments
 (0)