Skip to content

Commit 2bf43c2

Browse files
authored
Update dependencies, changelog, and readme in preparation for release. (#10)
* Update dependencies, update changelog * Update readme
1 parent 59b89f4 commit 2bf43c2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 0.5.0 (unreleased)
5+
## 0.5.0 (07/14/2018)
66
- Add support for Form, Email Template end points.
77
- Updates jackson dependency for [CVE-2018-7489](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489).
88

9-
## 0.4.0 (12/25/17)
9+
## 0.4.0 (12/25/2017)
1010
- Add support for CustomField, CustomRedirect API, EmailClicks, and Opportunity end points.
1111
- Client will change configured API version from 3 to 4 automatically upon login.
1212
- Fixed bug in VisitorQueryRequest around querying for multiple foreign key ids.
1313
- Fixed bug in ordering of request parameters.
1414

15-
## 0.3.0 (12/15/17)
15+
## 0.3.0 (12/15/2017)
1616
- Add support for Visitor and VisitorActivity API endpoints.
1717
- Bugfix to Prospect parser.
1818

19-
## 0.2.0 (11/11/17)
19+
## 0.2.0 (11/11/2017)
2020
- Support Api version 4 via configuration method .withApiVersion4()
2121
- Add support for List and ListMembership API endpoints.
2222

23-
## 0.1.0 (08/15/17)
23+
## 0.1.0 (08/15/2017)
2424
- Initial release!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This client library is released on Maven Central. Add a new dependency to your
2121
<dependency>
2222
<groupId>com.darksci</groupId>
2323
<artifactId>pardot-api-client</artifactId>
24-
<version>0.4.0</version>
24+
<version>0.5.0</version>
2525
</dependency>
2626
```
2727

pom.xml

Lines changed: 5 additions & 5 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.9.5</jackson.version>
50+
<jackson.version>2.9.6</jackson.version>
5151

5252
<!-- Define which version of junit you'll be running -->
5353
<junit.version>4.12</junit.version>
@@ -58,7 +58,7 @@
5858
<checkstyle.version>8.0</checkstyle.version>
5959

6060
<!-- Log4J Version -->
61-
<log4j2.version>2.8.2</log4j2.version>
61+
<log4j2.version>2.11.0</log4j2.version>
6262

6363
<!-- test toggling -->
6464
<skipTests>false</skipTests>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.apache.httpcomponents</groupId>
7777
<artifactId>httpclient</artifactId>
78-
<version>4.5.4</version>
78+
<version>4.5.6</version>
7979
</dependency>
8080

8181
<!-- For parsing XML responses to POJOs -->
@@ -168,12 +168,12 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-surefire-plugin</artifactId>
171-
<version>2.19.1</version>
171+
<version>2.22.0</version>
172172
<dependencies>
173173
<dependency>
174174
<groupId>org.apache.maven.surefire</groupId>
175175
<artifactId>surefire-junit47</artifactId>
176-
<version>2.19</version>
176+
<version>2.22.0</version>
177177
</dependency>
178178
</dependencies>
179179
<configuration>

0 commit comments

Comments
 (0)