Skip to content

build(deps): bump the bolt-gradle group with 3 updates#324

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/gradle/bolt-gradle-f224539eda
Jan 14, 2025
Merged

build(deps): bump the bolt-gradle group with 3 updates#324
dependabot[bot] merged 1 commit intomainfrom
dependabot/gradle/bolt-gradle-f224539eda

Conversation

@dependabot
Copy link
Contributor

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

Bumps the bolt-gradle group with 3 updates: com.slack.api:bolt, com.slack.api:bolt-socket-mode and com.slack.api:bolt-jetty.

Updates com.slack.api:bolt from 1.44.2 to 1.45.1

Release notes

Sourced from com.slack.api:bolt'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

Updates com.slack.api:bolt-socket-mode from 1.44.2 to 1.45.1

Release notes

Sourced from com.slack.api:bolt-socket-mode'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

Updates com.slack.api:bolt-jetty from 1.44.2 to 1.45.1

Release notes

Sourced from com.slack.api:bolt-jetty'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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bolt-gradle group with 3 updates: [com.slack.api:bolt](https://github.com/slackapi/java-slack-sdk), [com.slack.api:bolt-socket-mode](https://github.com/slackapi/java-slack-sdk) and [com.slack.api:bolt-jetty](https://github.com/slackapi/java-slack-sdk).


Updates `com.slack.api:bolt` 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)

Updates `com.slack.api:bolt-socket-mode` 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)

Updates `com.slack.api:bolt-jetty` 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:bolt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bolt-gradle
- dependency-name: com.slack.api:bolt-socket-mode
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bolt-gradle
- dependency-name: com.slack.api:bolt-jetty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bolt-gradle
...

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 Jan 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@WilliamBergamin
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit 821eb22 into main Jan 14, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/bolt-gradle-f224539eda branch January 14, 2025 14:49
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

Comments