Skip to content

Commit 78fded9

Browse files
authored
bump: brute-force versions upgrade (#1154)
1 parent 5886c00 commit 78fded9

File tree

28 files changed

+41
-41
lines changed

28 files changed

+41
-41
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ commands:
3636
parameters:
3737
version:
3838
type: string
39-
default: "1.6.2"
39+
default: "1.7.2"
4040
steps:
4141
- install-java-11
4242
- run:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val `kalix-jvm-sdk` = project
2222
def common: Seq[Setting[_]] =
2323
Seq(
2424
Compile / javacOptions ++= Seq("-encoding", "UTF-8", "--release", "11"),
25-
Compile / scalacOptions ++= Seq("-encoding", "UTF-8", "-release", "11"))
25+
Compile / scalacOptions ++= Seq("-encoding", "UTF-8", "-release", "11", "-deprecation"))
2626

2727
lazy val sdkCore = project
2828
.in(file("sdk/core"))

project/Dependencies.scala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ object Dependencies {
1616

1717
val ProtobufVersion = akka.grpc.gen.BuildInfo.googleProtobufVersion
1818

19-
val AkkaVersion = "2.6.19"
20-
val AkkaHttpVersion = "10.2.9" // Note: should at least the Akka HTTP version required by Akka gRPC
21-
val ScalaTestVersion = "3.2.12"
22-
val JacksonVersion = "2.13.2"
23-
val JacksonDatabindVersion = "2.13.2.2"
19+
val AkkaVersion = "2.6.20"
20+
val AkkaHttpVersion = "10.2.10" // Note: should at least the Akka HTTP version required by Akka gRPC
21+
val ScalaTestVersion = "3.2.14"
22+
val JacksonVersion = "2.13.4"
23+
val JacksonDatabindVersion = "2.13.4"
2424
val DockerBaseImageVersion = "adoptopenjdk/openjdk11:debianslim-jre"
2525
val LogbackVersion = "1.2.11"
2626
val LogbackContribVersion = "0.1.5"
27-
val TestContainersVersion = "1.17.1"
27+
val TestContainersVersion = "1.17.5"
2828
val JUnitVersion = "4.13.2"
2929
val JUnitInterfaceVersion = "0.11"
3030
val JUnitJupiterVersion = "5.7.1"
31-
val SpringVersion = "2.7.0"
31+
val SpringVersion = "2.7.4"
3232

33-
val CommonsIoVersion = "2.8.0"
33+
val CommonsIoVersion = "2.11.0"
3434
val MunitVersion = "0.7.29"
3535
val ScoptVersions = "4.0.0"
3636

@@ -120,7 +120,7 @@ object Dependencies {
120120
"net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % IntegrationTest,
121121
"org.springframework.boot" % "spring-boot-starter-test" % SpringVersion % IntegrationTest,
122122
junit5 % IntegrationTest,
123-
"org.awaitility" % "awaitility" % "4.1.0" % IntegrationTest)
123+
"org.awaitility" % "awaitility" % "4.2.0" % IntegrationTest)
124124

125125
val sdkSpringTestKit =
126126
deps ++= springDeps ++

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# update even the version in .circleci/config.yml `setup_sbt:`
2-
sbt.version=1.6.2
2+
sbt.version=1.7.2

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
22
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
33
// even updated `akka-grpc.version` in pom.xml files
4-
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")
4+
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.6")
55
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
7-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5")
7+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
88
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
99
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
10-
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.10.0")
10+
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.0")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.2

0 commit comments

Comments
 (0)