Skip to content

Commit

Permalink
Update to Undertow 1.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Jun 17, 2016
1 parent b6d436e commit 5e18a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed

#### Changed
- Upgrade [pippo-undertow] to Undertow 1.3.21
- Upgrade [pippo-undertow] to Undertow 1.3.23
- Use `org.kohsuke.metainf-services:meta-services` annotation processor to automatically generate all META-INF/services files
- [pippo-csv] now properly collects all fields in a class hierarchy when deserializing objects
- [pippo-test] Automatically initialize RestAssurred with Pippo ContentType engines
Expand Down
2 changes: 1 addition & 1 deletion pippo-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.3.21.Final</version>
<version>1.3.23.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5e18a29

Please sign in to comment.