Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps teamspeak3-api from 1.3.0 to 1.3.1.

Release notes

Sourced from teamspeak3-api's releases.

v1.3.1

Noteworthy changes in this release

  • Add new BPermissionType and IPermissionType permission enums, see #416 - thanks @​RMrenex!
    • Currently they are only used in TS3Api[Async]#addClientPermission and TS3Api[Async]#deleteClientPermission
    • These enums will gradually replace API methods that accept permission IDs or permission name strings
  • Fix TS3ApiAsync#renameServerGroup overload sending the wrong TS3 command, see #401 & #403 - thanks @​Shadow-Devil!
  • Update our SSHJ dependency version to fix CVE-2018-5382 - thanks @​FlorianWip!
    • The version of SSHJ we were using included a transitive dependency on a vulnerable version of BouncyCastle
  • Internally, we switched from using Travis-CI to GitHub Actions for our CI/CD pipelines

Get this release

Maven:

<dependency>
    <groupId>com.github.theholywaffle</groupId>
    <artifactId>teamspeak3-api</artifactId>
    <version>1.3.1</version>
</dependency>

Gradle:

compile group: 'com.github.theholywaffle', name: 'teamspeak3-api', version: '1.3.1'
Commits
  • ad5a713 Release version 1.3.1
  • b2248c1 Auto-format BPermissionType & IPermissionType to match the project style
  • 9eb2242 Update GitHub build actions to fix warnings (Node 12 deprecated)
  • 6fe2aa4 Work around SSHJ change that makes it confuse host key algorithms
  • 04aaac3 Update SSHJ to address CVE-2018-5382 in transitive dependency on OpenSSL
  • 6e75222 Clean up client permissions Javadoc, fix warnings
  • 6ea14e0 Feature/client permissions enum (#416)
  • d2048a2 Fix link to the server query manual (#412)
  • 40bf3a8 Update all Maven plugins to their newest versions
  • 779953d Define all dependency versions as properties, update slf4j to 1.7.35
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [teamspeak3-api](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/releases)
- [Commits](TheHolyWaffle/TeamSpeak-3-Java-API@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: com.github.theholywaffle:teamspeak3-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2023
@dependabot dependabot bot requested a review from nidotls March 13, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant