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

Update dependency com.slack.api:bolt-servlet to v1.45.2 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.slack.api:bolt-servlet 1.44.2 -> 1.45.2 age adoption passing confidence

Release Notes

slackapi/java-slack-sdk (com.slack.api:bolt-servlet)

v1.45.2: version 1.45.2

Changes


v1.45.1: version 1.45.1

Changes


v1.45.0: 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 https://github.com/slackapi/java-slack-sdk/issues/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 https://github.com/slackapi/java-slack-sdk/pull/1412 for more details.

Changes



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.slack.api-bolt-servlet-1.x branch from f591d5f to a97b92e Compare January 11, 2025 01:48
@renovate renovate bot changed the title Update dependency com.slack.api:bolt-servlet to v1.45.0 Update dependency com.slack.api:bolt-servlet to v1.45.1 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/com.slack.api-bolt-servlet-1.x branch from a97b92e to 82d3eda Compare January 28, 2025 04:59
@renovate renovate bot changed the title Update dependency com.slack.api:bolt-servlet to v1.45.1 Update dependency com.slack.api:bolt-servlet to v1.45.2 Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants