Skip to content

Commit

Permalink
updating to dropwizard 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Mar 7, 2017
1 parent 8263b44 commit a454db2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.9.1 - 07 March 2017

Upgrade to Keycloak 2.5.4, fixes by @reneploetz. Previous Keycloak 2.x versions should still work. Update to Dropwizard 1.0.6.

# v0.9.0 - 10 August 2016

Upgrade to Keycloak 2.1.0 and Dropwizard 1.0. Some code changes due to the Dropwizard upgrade.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For completeness and as a very simple getting started a standard Servlet configu

### License

Copyright 2015-2016 Alexander Schwartz
Copyright 2015-2017 Alexander Schwartz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<properties>
<keycloak.version>2.5.4.Final</keycloak.version>
<dropwizard.version>1.0.0</dropwizard.version>
<dropwizard.version>1.0.6</dropwizard.version>
</properties>

<build>
Expand Down

0 comments on commit a454db2

Please sign in to comment.