Skip to content

Commit

Permalink
version 1.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 28, 2025
1 parent 5593174 commit 4cd1a8a
Show file tree
Hide file tree
Showing 29 changed files with 49 additions and 51 deletions.
1 change: 0 additions & 1 deletion .github/maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ Place `$HOME/.m2/settings.xml` with your Sonatype account information.
* `git push slackapi --tags`
* Open https://github.com/slackapi/java-slack-sdk/releases/new?tag=v${version}
* (Slack Internal) Communicate the release internally. Include a link to the GitHub Release(s).
* Announce on Bot Developer Hangout (`dev4slack.slack.com`) in **#slack-api**.
* (Slack Internal) Tweet? Not necessary for patch updates, might be needed for minor updates, definitely needed for
major updates. Include a link to the GitHub Release(s).

Expand Down
4 changes: 2 additions & 2 deletions bolt-aws-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
<aws-lambda-core.version>1.2.3</aws-lambda-core.version>
</properties>

<artifactId>bolt-aws-lambda</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bolt-docker-examples/echo-command-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.slack.api:bolt-jetty:1.45.1")
implementation("com.slack.api:bolt-jetty:1.45.2")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation('net.logstash.logback:logstash-logback-encoder:7.4')
}
Expand Down
4 changes: 2 additions & 2 deletions bolt-google-cloud-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -17,7 +17,7 @@
</properties>

<artifactId>bolt-google-cloud-functions</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-helidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -18,7 +18,7 @@
</properties>

<artifactId>bolt-helidon</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -17,7 +17,7 @@
</properties>

<artifactId>bolt-http4k</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions bolt-jakarta-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>bolt-jakarta-jetty</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-jakarta-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>bolt-jakarta-servlet</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-jakarta-socket-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -15,7 +15,7 @@
</properties>

<artifactId>bolt-jakarta-socket-mode</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
<jetty.version>9.4.56.v20240826</jetty.version>
</properties>

<artifactId>bolt-jetty</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-kotlin-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>bolt-kotlin-examples</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>bolt-ktor</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -25,7 +25,7 @@
</properties>

<artifactId>bolt-micronaut</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-quarkus-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -24,7 +24,7 @@
</properties>

<artifactId>bolt-quarkus-examples</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions bolt-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -15,7 +15,7 @@
</properties>

<artifactId>bolt-servlet</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt-socket-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<properties>
Expand All @@ -17,7 +17,7 @@
</properties>

<artifactId>bolt-socket-mode</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bolt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>bolt</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ private BoltLibraryVersion() {
}

public static final String get() {
return "1.45.2-SNAPSHOT";
return "1.45.2";
}
}

2 changes: 1 addition & 1 deletion docs/version-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdkLatestVersion: 1.45.1
sdkLatestVersion: 1.45.2
okhttpVersion: 4.10.0
slf4jApiVersion: 1.7.36
kotlinVersion: 1.7.21
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/users.conversations.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
"type": ""
},
{
"type": "",
"id": ""
"type": ""
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>pom</packaging>

<name>Java Slack SDK Project</name>
Expand Down
4 changes: 2 additions & 2 deletions slack-api-client-kotlin-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>slack-api-client-kotlin-extension</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions slack-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>slack-api-client</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ private SlackApiClientLibraryVersion() {
}

public static final String get() {
return "1.45.2-SNAPSHOT";
return "1.45.2";
}
}

4 changes: 2 additions & 2 deletions slack-api-model-kotlin-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>slack-api-model-kotlin-extension</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<pluginRepositories>
Expand Down
4 changes: 2 additions & 2 deletions slack-api-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>slack-api-model</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ private SlackApiModelLibraryVersion() {
}

public static final String get() {
return "1.45.2-SNAPSHOT";
return "1.45.2";
}
}

4 changes: 2 additions & 2 deletions slack-app-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.slack.api</groupId>
<artifactId>slack-sdk-parent</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
</parent>

<artifactId>slack-app-backend</artifactId>
<version>1.45.2-SNAPSHOT</version>
<version>1.45.2</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Loading

0 comments on commit 4cd1a8a

Please sign in to comment.