Bump org.igniterealtime.smack:smack-core from 4.1.6 to 4.1.9 in /src/it/ISSUE-361 by dependabot[bot] · Pull Request #634 · mojohaus/license-maven-plugin (original) (raw)
Bumps org.igniterealtime.smack:smack-core from 4.1.6 to 4.1.9.
Changelog
Sourced from org.igniterealtime.smack:smack-core's changelog.
4.1.9 -- 2016-11-19
Bug
- SMACK-739 - Smack starts SASL step without TLS in case STARTTLS is stripped even if SecurityMode.Required is used
- SMACK-735 - Smack sometimes sends invalid SCRAM-SHA1 nonce
4.1.8 -- 2016-07-30
Bug
- SMACK-722 - SASL X-OAUTH2 implementation incorrectly performs Base64 encoding twice
- SMACK-724 - Do not re-use the Socket after connect() failed.
- SMACK-725 - ReconnectionManager should handle AlreadyConnectedException and AlreadyLoggedInException not as failure
- SMACK-726 - 'purge' and 'remove' IQ of XEP-0013 must be of type 'set'
4.1.7 -- 2016-04-14
Bug
- SMACK-712 - XMPPTCPConnection's setEnabledSSL(Protocols|Ciphers) has no effect
- SMACK-716 - EntityTimeManager.getTime() does not set the recipients JID
- SMACK-719 - XMPPError should use Locale.US in toUpperCase()
Improvement
- SMACK-715 - Add Roster.setRosterLoadedAtLoginDefault(boolean)
Commits
- af6e80d Smack 4.1.9
- 059ee99 Move TLS Required check at the end of connect()
- fca2f59 Fix SCRAM-SHA1 mechanism creating invalid c-nonce
- a1bbefc Smack 4.1.9-SNAPSHOT
- a87007f Smack 4.1.8
- 66f4b9c Change type of purge/remove IQ (XEP-0013) to 'set'
- 45b0480 Handle AlreadyConnectedException in ReconnectionManager
- e943bbb Handle AlreadyLoggedInException in ReconnectionManager
- fb55b90 Do not re-use the Socket after connect() failed
- 1f87185 Do not base64 twice in SASL X-OAUTH2
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.