Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JN-1457]: Bump com.slack.api:slack-api-client from 1.44.2 to 1.45.1 #1385

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps com.slack.api:slack-api-client from 1.44.2 to 1.45.1.

Release notes

Sourced from com.slack.api:slack-api-client's releases.

version 1.45.1

Changes


version 1.45.0

Announcement

AWS S3 SDK Migration

This version upgrades the underlying AWS S3 SDK to version 2. If you use the optional module, please switch to their v2 SDK. Note that AWS has changed both the groupId and artifactId for v2:

-            <groupId>com.amazonaws</groupId>
-            <artifactId>aws-java-sdk-s3</artifactId>
+            <groupId>software.amazon.awssdk</groupId>
+            <artifactId>s3</artifactId>

Also, here is an example of a version range:

-        <aws.s3.version>[1.12.62,1.13.0)</aws.s3.version>
+        <aws.s3.version>[2.29.24,3)</aws.s3.version>

Refer to slackapi/java-slack-sdk#1402 for more details.

Long-deprecated Legacy Module Removal

This version removes the "javax.servlet-api" artifact from the slack-app-backend library. The dependency is in "provided" scope and is only used by two long-deprecated classes. Those classes will be removed too:

  • com.slack.api.app_backend.events.servlet.SlackEventsApiServlet
  • com.slack.api.app_backend.events.servlet.SlackSignatureVerifier

The reason why we've removed these classes is that having the javax.servlet dependency can be a noise for developers and admins who are examining the progress of the Jakarta Servlet migration (even though it's in "provided" scope). We believe almost zero existing apps rely on these classes, but if there is any, please consider 1) migrating to bolt-java module or 2) copying the classes to your project. Please refer to slackapi/java-slack-sdk#1412 for more details.

Changes


Commits
  • b2baf06 version 1.45.1
  • 48df343 Fix #1414 botMessage handler in Assistant middleware does not work when other...
  • c662295 Correct generated JSON data files
  • ce024a6 Run all the integration tests - 2025-01-09 PT
  • 0593e33 Start new version
  • de35559 version 1.45.0
  • 6d325d9 Upgrade micronaut patch version
  • a21e1c4 Remove long-deprecated javax.servlet modules from slack-app-backend library (...
  • 9b7774d Run all the integration tests - 2025-01-07 PT
  • 227cd63 Disable sample JSON data file generation for slack-app-backend
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 13, 2025
@MatthewBemis
Copy link
Member

@dependabot rebase

Bumps [com.slack.api:slack-api-client](https://github.com/slackapi/java-slack-sdk) from 1.44.2 to 1.45.1.
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.44.2...v1.45.1)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.slack.api-slack-api-client-1.45.1 branch from 0f91ea6 to dd31863 Compare January 13, 2025 21:28
@devonbush devonbush merged commit d3aeed4 into development Jan 13, 2025
14 checks passed
@devonbush devonbush deleted the dependabot/gradle/com.slack.api-slack-api-client-1.45.1 branch January 13, 2025 22:19
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.

2 participants