Skip to content

Commit 80578df

Browse files
authored
Merge pull request #689 from CleverCloud/push-vmvsntpwnwnr
Bump deps
2 parents 961ec9a + a3b10ec commit 80578df

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

build.sbt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ def publishVersion = if (isRelease) releaseVersion else if (isGithubActions) "2.
88

99
val org = "com.clever-cloud.pulsar4s"
1010
val AkkaStreamVersion = "2.6.20" // compatible with Akka 2.5.x and 2.6.x
11-
val CatsEffectVersion = "3.5.4"
12-
val CirceVersion = "0.14.6"
11+
val CatsEffectVersion = "3.5.7"
12+
val CirceVersion = "0.14.13"
1313
val CommonsIoVersion = "2.4"
1414
val ExtsVersion = "1.61.1"
15-
val JacksonVersion = "2.17.2"
16-
val Log4jVersion = "2.23.1"
15+
val JacksonVersion = "2.18.1"
16+
val Log4jVersion = "2.24.3"
1717
val MonixVersion = "3.4.1"
18-
val PekkoStreamVersion = "1.0.2"
18+
val PekkoStreamVersion = "1.0.3"
1919
val PlayJsonVersion = "2.10.6"
20-
val PulsarVersion = "3.3.1"
20+
val PulsarVersion = "3.3.6"
2121
val ReactiveStreamsVersion = "1.0.2"
22-
val FunctionalStreamsVersion = "3.10.2"
22+
val FunctionalStreamsVersion = "3.12.0"
2323
val Json4sVersion = "4.0.7"
2424
// Version of Avro4s for Scala 2.X
2525
val Avro4sVersionFor2 = "4.1.2"
2626
// Version of Avro4s for Scala 3.X
27-
val Avro4sVersionFor3 = "5.0.13"
28-
val ScalaVersion = "3.3.3"
27+
val Avro4sVersionFor3 = "5.0.14"
28+
val ScalaVersion = "3.3.5"
2929
val ScalatestVersion = "3.2.19"
3030
val ScalazVersion = "7.2.36"
31-
val Slf4jVersion = "2.0.16"
31+
val Slf4jVersion = "2.0.17"
3232
val SprayJsonVersion = "1.3.6"
33-
val ZIOVersion = "2.0.22"
34-
val ZIOInteropCatsVersion = "23.1.0.3"
33+
val ZIOVersion = "2.1.17"
34+
val ZIOInteropCatsVersion = "23.1.0.5"
3535

3636
lazy val commonScalaVersionSettings = Seq(
3737
scalaVersion := ScalaVersion,
38-
crossScalaVersions := Seq("2.12.19", "2.13.14", ScalaVersion)
38+
crossScalaVersions := Seq("2.12.20", "2.13.16", ScalaVersion)
3939
)
4040

4141
lazy val warnUnusedImport = Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.10.11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += Classpaths.sbtPluginReleases
22

3-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
3+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)