Skip to content

Commit

Permalink
for #449 updated for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jun 21, 2020
1 parent 4cbdd82 commit 8a55c66
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.0.19-2020062101

**Tasks:**
- 1.0.19 build [\#449](https://github.com/TremoloSecurity/OpenUnison/issues/449)

**bugs:**
- OpenID Connect - Better error validation [\#455](https://github.com/TremoloSecurity/OpenUnison/issues/455)
- WebSockets - subProtocol not sent from the downstream system [\#454](https://github.com/TremoloSecurity/OpenUnison/issues/454)
- ScaleJS Register - dynamic list validation always fails [\#451](https://github.com/TremoloSecurity/OpenUnison/issues/451)
- AzureAD provisioning target does not renew credentials [\#450](https://github.com/TremoloSecurity/OpenUnison/issues/450)

**enhancements:**
- jit task to map remote group to local group [\#453](https://github.com/TremoloSecurity/OpenUnison/issues/453)
- Create JMS keepalive for queue management [\#411](https://github.com/TremoloSecurity/OpenUnison/issues/411)

## 1.0.18-2020040901

**Tasks:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class OpenUnisonServletFilter extends UnisonServletFilter {



public static final String version = "1.0.19-2020061501";
public static final String version = "1.0.19-2020062101";



Expand Down
4 changes: 2 additions & 2 deletions unison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
<googleauth.version>1.5.0</googleauth.version>
<activemq.version>5.15.12</activemq.version>
<commons-pool2.version>2.8.0</commons-pool2.version>
<aws-java-sdk.version>1.11.802</aws-java-sdk.version>
<aws-java-sdk.version>1.11.807</aws-java-sdk.version>
<amazon-sqs-java-messaging-lib.version>1.0.8</amazon-sqs-java-messaging-lib.version>
<stringtemplate.version>4.0.2</stringtemplate.version>
<hibernate.version>5.4.13.Final</hibernate.version>
<hibernate.version>5.4.17.Final</hibernate.version>
<javaee.version>7.0</javaee.version>
<org.apache.poi.version>4.1.2</org.apache.poi.version>
<jose4j.version>0.7.1</jose4j.version>
Expand Down

0 comments on commit 8a55c66

Please sign in to comment.