File tree Expand file tree Collapse file tree 27 files changed +50
-50
lines changed
bolt-docker-examples/echo-command-app
bolt-google-cloud-functions
src/main/java/com/slack/api/bolt/meta
slack-api-client-kotlin-extension
src/main/java/com/slack/api/meta
slack-api-model-kotlin-extension
src/main/java/com/slack/api/meta
slack-jakarta-socket-mode-client Expand file tree Collapse file tree 27 files changed +50
-50
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<properties >
13
13
<aws-lambda-core .version>1.2.3</aws-lambda-core .version>
14
14
</properties >
15
15
16
16
<artifactId >bolt-aws-lambda</artifactId >
17
- <version >1.42.1-SNAPSHOT </version >
17
+ <version >1.42.1</version >
18
18
<packaging >jar</packaging >
19
19
20
20
<dependencies >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
dependencies {
11
11
implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
12
12
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
13
- implementation(" com.slack.api:bolt-jetty:1.42.0 " )
13
+ implementation(" com.slack.api:bolt-jetty:1.42.1 " )
14
14
implementation(" ch.qos.logback:logback-classic:1.5.6" )
15
15
implementation(' net.logstash.logback:logstash-logback-encoder:7.4' )
16
16
}
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<properties >
17
17
</properties >
18
18
19
19
<artifactId >bolt-google-cloud-functions</artifactId >
20
- <version >1.42.1-SNAPSHOT </version >
20
+ <version >1.42.1</version >
21
21
<packaging >jar</packaging >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<properties >
18
18
</properties >
19
19
20
20
<artifactId >bolt-helidon</artifactId >
21
- <version >1.42.1-SNAPSHOT </version >
21
+ <version >1.42.1</version >
22
22
<packaging >jar</packaging >
23
23
24
24
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<properties >
13
- <http4k .version>5.28.1 .0</http4k .version>
13
+ <http4k .version>5.30.0 .0</http4k .version>
14
14
<!-- http4k 5.26+ no longer supports Java 1.8 -->
15
15
<maven .compiler.source>11</maven .compiler.source>
16
16
<maven .compiler.target>11</maven .compiler.target>
17
17
</properties >
18
18
19
19
<artifactId >bolt-http4k</artifactId >
20
- <version >1.42.1-SNAPSHOT </version >
20
+ <version >1.42.1</version >
21
21
<packaging >jar</packaging >
22
22
23
23
<dependencyManagement >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<artifactId >bolt-jakarta-jetty</artifactId >
13
- <version >1.42.1-SNAPSHOT </version >
13
+ <version >1.42.1</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<artifactId >bolt-jakarta-servlet</artifactId >
13
- <version >1.42.1-SNAPSHOT </version >
13
+ <version >1.42.1</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<properties >
15
15
</properties >
16
16
17
17
<artifactId >bolt-jakarta-socket-mode</artifactId >
18
- <version >1.42.1-SNAPSHOT </version >
18
+ <version >1.42.1</version >
19
19
<packaging >jar</packaging >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<properties >
13
13
<jetty .version>9.4.53.v20231009</jetty .version>
14
14
</properties >
15
15
16
16
<artifactId >bolt-jetty</artifactId >
17
- <version >1.42.1-SNAPSHOT </version >
17
+ <version >1.42.1</version >
18
18
<packaging >jar</packaging >
19
19
20
20
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.42.1-SNAPSHOT </version >
9
+ <version >1.42.1</version >
10
10
</parent >
11
11
12
12
<artifactId >bolt-kotlin-examples</artifactId >
13
- <version >1.42.1-SNAPSHOT </version >
13
+ <version >1.42.1</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments