File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/test/java/com/darksci/pardot/api/parser/dynamiccontent Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
55## 2.1.0 (07/30/2020)
66- [ ISSUE-56] ( https://github.com/Crim/pardot-java-client/issues/56 ) Adds support for Dynamic Content.
77
8+ #### Internal Dependency Updates
9+ - Upgraded Jackson from version 2.10.2 to 2.11.1.
10+ - Upgraded HttpComponents Client from version 4.5.11 to 4.5.12.
11+
812## 2.0.0 (03/05/2020)
913- [ ISSUE-50] ( https://github.com/Crim/pardot-java-client/issues/50 ) Improve support for record multiple fields.
1014
Original file line number Diff line number Diff line change 4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848
4949 <!-- Jackson version -->
50- <jackson .version>2.10.2 </jackson .version>
50+ <jackson .version>2.11.1 </jackson .version>
5151
5252 <!-- Define which version of junit you'll be running -->
5353 <junit .version>4.13</junit .version>
7676 <dependency >
7777 <groupId >org.apache.httpcomponents</groupId >
7878 <artifactId >httpclient</artifactId >
79- <version >4.5.11 </version >
79+ <version >4.5.12 </version >
8080 </dependency >
8181
8282 <!-- For parsing XML responses to POJOs -->
Original file line number Diff line number Diff line change 3232 * Tests parsing Dynamic Content Query api responses.
3333 */
3434public class DynamicContentReadResponseParserTest extends BaseResponseParserTest {
35- private static final Logger logger = LoggerFactory .getLogger (DynamicContentQueryResponseParserTest .class );
35+ private static final Logger logger = LoggerFactory .getLogger (DynamicContentReadResponseParserTest .class );
3636
3737 /**
3838 * Validates we can parse a dynamic content query response A-OK.
You can’t perform that action at this time.
0 commit comments