Skip to content

Commit 29c23cb

Browse files
authored
Bump dependency versions for v1.15 release (#897)
1 parent e2b7874 commit 29c23cb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bolt-http4k/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<http4k.version>4.16.3.0</http4k.version>
13+
<http4k.version>4.17.2.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-spring-boot-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<spring-boot.version>2.5.6</spring-boot.version>
13+
<spring-boot.version>2.6.1</spring-boot.version>
1414
</properties>
1515

1616
<artifactId>bolt-spring-boot-examples</artifactId>

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ baseurl: /java-slack-sdk
77
url: https://slack.dev
88

99
sdkLatestVersion: 1.14.0
10-
okhttpVersion: 4.9.2
10+
okhttpVersion: 4.9.3
1111
slf4jApiVersion: 1.7.32
12-
kotlinVersion: 1.5.31
13-
springBootVersion: 2.5.6
12+
kotlinVersion: 1.6.0
13+
springBootVersion: 2.6.1
1414
compatibleMicronautVersion: 2.x
1515
quarkusVersion: 1.9.2.Final
1616
helidonVersion: 2.3.2

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545

4646
<!-- For these compile scope dependencies, we don't use ranges of versions -->
4747
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
48-
<okhttp.version>4.9.2</okhttp.version>
48+
<okhttp.version>4.9.3</okhttp.version>
4949
<gson.version>2.8.9</gson.version>
50-
<kotlin.version>1.5.31</kotlin.version>
50+
<kotlin.version>1.6.0</kotlin.version>
5151
<slf4j.version>1.7.32</slf4j.version>
5252
<lombok.version>1.18.22</lombok.version>
5353
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>

0 commit comments

Comments
 (0)