Skip to content

Commit 8ee2af5

Browse files
committed
version 1.39.0
1 parent 85e1641 commit 8ee2af5

File tree

26 files changed

+46
-45
lines changed

26 files changed

+46
-45
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Place `$HOME/.m2/settings.xml` with your Sonatype account information.
121121
* If you don't have `gnu-sed`, run `brew install gnu-sed` first
122122
* Run `scripts/set_version.sh (the version)` (e.g., `scripts/set_version.sh 1.0.0`)
123123
* Ship the libraries
124+
* Switch to **JDK 17** to publish all modules (on macOS, you can run `export JAVA_HOME=$(/usr/libexec/java_home -v 17)` for it)
124125
* Run `scripts/release.sh` (it takes a bit long)
125126
* (If you encounter an error, log in https://oss.sonatype.org/ to check detailed information)
126127
* Create GitHub Release(s) and add release notes

bolt-aws-lambda/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<properties>
1313
<aws-lambda-core.version>1.2.3</aws-lambda-core.version>
1414
</properties>
1515

1616
<artifactId>bolt-aws-lambda</artifactId>
17-
<version>1.38.4-SNAPSHOT</version>
17+
<version>1.39.0</version>
1818
<packaging>jar</packaging>
1919

2020
<dependencies>

bolt-docker-examples/echo-command-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
dependencies {
1111
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
1212
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
13-
implementation("com.slack.api:bolt-jetty:1.38.3")
13+
implementation("com.slack.api:bolt-jetty:1.39.0")
1414
implementation("ch.qos.logback:logback-classic:1.2.11")
1515
implementation('net.logstash.logback:logstash-logback-encoder:6.2')
1616
}

bolt-google-cloud-functions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<properties>
@@ -17,7 +17,7 @@
1717
</properties>
1818

1919
<artifactId>bolt-google-cloud-functions</artifactId>
20-
<version>1.38.4-SNAPSHOT</version>
20+
<version>1.39.0</version>
2121
<packaging>jar</packaging>
2222

2323
<dependencies>

bolt-helidon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<properties>
@@ -18,7 +18,7 @@
1818
</properties>
1919

2020
<artifactId>bolt-helidon</artifactId>
21-
<version>1.38.4-SNAPSHOT</version>
21+
<version>1.39.0</version>
2222
<packaging>jar</packaging>
2323

2424
<dependencies>

bolt-http4k/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<properties>
1313
<http4k.version>5.14.4.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>
17-
<version>1.38.4-SNAPSHOT</version>
17+
<version>1.39.0</version>
1818
<packaging>jar</packaging>
1919

2020
<dependencyManagement>

bolt-jakarta-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<artifactId>bolt-jakarta-jetty</artifactId>
13-
<version>1.38.4-SNAPSHOT</version>
13+
<version>1.39.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

bolt-jakarta-servlet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<artifactId>bolt-jakarta-servlet</artifactId>
13-
<version>1.38.4-SNAPSHOT</version>
13+
<version>1.39.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

bolt-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<properties>
1313
<jetty.version>9.4.53.v20231009</jetty.version>
1414
</properties>
1515

1616
<artifactId>bolt-jetty</artifactId>
17-
<version>1.38.4-SNAPSHOT</version>
17+
<version>1.39.0</version>
1818
<packaging>jar</packaging>
1919

2020
<dependencies>

bolt-kotlin-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.slack.api</groupId>
88
<artifactId>slack-sdk-parent</artifactId>
9-
<version>1.38.4-SNAPSHOT</version>
9+
<version>1.39.0</version>
1010
</parent>
1111

1212
<artifactId>bolt-kotlin-examples</artifactId>
13-
<version>1.38.4-SNAPSHOT</version>
13+
<version>1.39.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)