File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ 1.0.20] ( https://search.maven.org/artifact/com.envimate.httpmate/core/1.0.20/jar ) - 2019-06-11
8+
9+
10+ * New Builder for convenience.
11+ * Update dependencies.
12+
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >com.envimate</groupId >
3030 <artifactId >httpmate-parent</artifactId >
31- <version >1.0.19 </version >
31+ <version >1.0.20 </version >
3232 </parent >
3333
3434 <groupId >com.envimate.httpmate</groupId >
Original file line number Diff line number Diff line change 4949 <parent >
5050 <groupId >com.envimate.httpmate.examples</groupId >
5151 <artifactId >parent</artifactId >
52- <version >1.0.19 </version >
52+ <version >1.0.20 </version >
5353 </parent >
5454
5555 <artifactId >aws-lambda</artifactId >
6464 <dependency >
6565 <groupId >com.envimate.httpmate</groupId >
6666 <artifactId >core</artifactId >
67- <version >1.0.19 </version >
67+ <version >1.0.20 </version >
6868 </dependency >
6969 <!-- As we want to run our endpoint on aws-lambda we need the httpmate awslambda integration dependency to take care of translating requests from ApiGateway-->
7070 <dependency >
7171 <groupId >com.envimate.httpmate.integrations</groupId >
7272 <artifactId >httpmate-awslambda</artifactId >
73- <version >1.0.19 </version >
73+ <version >1.0.20 </version >
7474 </dependency >
7575
7676 <dependency >
9393 <dependency >
9494 <groupId >com.envimate.httpmate.integrations</groupId >
9595 <artifactId >httpmate-client</artifactId >
96- <version >1.0.19 </version >
96+ <version >1.0.20 </version >
9797 <scope >test</scope >
9898 </dependency >
9999 </dependencies >
Original file line number Diff line number Diff line change 4949 <parent >
5050 <groupId >com.envimate.httpmate.examples</groupId >
5151 <artifactId >parent</artifactId >
52- <version >1.0.19 </version >
52+ <version >1.0.20 </version >
5353 </parent >
5454
5555 <artifactId >hello-world</artifactId >
5858 <checkstyle .suppressions.location>
5959 ${project.basedir} /src/test/checkstyle/checkstyle-suppressions.xml
6060 </checkstyle .suppressions.location>
61- <httpmate .version>1.0.19 </httpmate .version>
61+ <httpmate .version>1.0.20 </httpmate .version>
6262 </properties >
6363
6464 <dependencies >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >com.envimate</groupId >
3030 <artifactId >httpmate-parent</artifactId >
31- <version >1.0.19 </version >
31+ <version >1.0.20 </version >
3232 </parent >
3333
3434 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >com.envimate.httpmate</groupId >
3030 <artifactId >integrations-parent</artifactId >
31- <version >1.0.19 </version >
31+ <version >1.0.20 </version >
3232 </parent >
3333
3434 <groupId >com.envimate.httpmate.integrations</groupId >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >com.envimate.httpmate</groupId >
3030 <artifactId >integrations-parent</artifactId >
31- <version >1.0.19 </version >
31+ <version >1.0.20 </version >
3232 </parent >
3333
3434 <groupId >com.envimate.httpmate.integrations</groupId >
5454 <dependency >
5555 <groupId >org.apache.httpcomponents</groupId >
5656 <artifactId >httpmime</artifactId >
57- <version >4.5.8 </version >
57+ <version >4.5.9 </version >
5858 </dependency >
5959 </dependencies >
6060</project >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >com.envimate.httpmate</groupId >
3030 <artifactId >integrations-parent</artifactId >
31- <version >1.0.19 </version >
31+ <version >1.0.20 </version >
3232 </parent >
3333
3434 <groupId >com.envimate.httpmate.integrations</groupId >
Original file line number Diff line number Diff line change 4242 <parent >
4343 <groupId >com.envimate.httpmate</groupId >
4444 <artifactId >integrations-parent</artifactId >
45- <version >1.0.19 </version >
45+ <version >1.0.20 </version >
4646 </parent >
4747
4848 <groupId >com.envimate.httpmate.integrations</groupId >
112112 <dependency >
113113 <groupId >com.envimate.httpmate.integrations</groupId >
114114 <artifactId >httpmate-client</artifactId >
115- <version >1.0.19 </version >
115+ <version >1.0.20 </version >
116116 <scope >test</scope >
117117 </dependency >
118118 <dependency >
130130 <dependency >
131131 <groupId >com.envimate.httpmate.integrations</groupId >
132132 <artifactId >httpmate-multipart</artifactId >
133- <version >1.0.19 </version >
133+ <version >1.0.20 </version >
134134 <scope >test</scope >
135135 </dependency >
136136 </dependencies >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >com.envimate.httpmate</groupId >
3030 <artifactId >integrations-parent</artifactId >
31- <version >1.0.19 </version >
31+ <version >1.0.20 </version >
3232 </parent >
3333
3434 <groupId >com.envimate.httpmate.integrations</groupId >
You can’t perform that action at this time.
0 commit comments