@@ -6,8 +6,8 @@ version := "1.0"
66
77scalaVersion := " 2.13.16"
88
9- val pekkoVersion = " 1.1.5 "
10- val pekkoHTTPVersion = " 1.1 .0"
9+ val pekkoVersion = " 1.2.0 "
10+ val pekkoHTTPVersion = " 1.2 .0"
1111val pekkoConnectorVersion = " 1.1.0"
1212val pekkoConnectorKafkaVersion = " 1.1.0"
1313
@@ -17,14 +17,13 @@ val artemisVersion = "2.39.0"
1717val testContainersVersion = " 1.21.3"
1818val keycloakVersion = " 26.3.2"
1919val keycloakClientVersion = " 26.0.6"
20- val sttpVersion = " 3.10.1 "
20+ val sttpVersion = " 3.11.0 "
2121val influxdbVersion = " 7.1.0"
2222val awsClientVersion = " 2.25.32"
2323val gatlingVersion = " 3.13.5"
24- val circeVersion = " 0.14.8 "
24+ val circeVersion = " 0.14.14 "
2525
26- // https://github.com/langchain4j/langchain4j/issues/2955
27- val langchain4jVersion = " 1.2.0"
26+ val langchain4jVersion = " 1.4.0"
2827
2928libraryDependencies ++= Seq (
3029 " org.scala-lang.modules" %% " scala-parallel-collections" % " 1.2.0" ,
@@ -58,7 +57,7 @@ libraryDependencies ++= Seq(
5857 " org.apache.activemq" % " artemis-protocols" % artemisVersion pomOnly(),
5958 " org.apache.activemq" % " artemis-openwire-protocol" % artemisVersion,
6059
61- " org.bouncycastle" % " bcprov-jdk18on" % " 1.80 " ,
60+ " org.bouncycastle" % " bcprov-jdk18on" % " 1.81 " ,
6261
6362 " org.apache.pekko" %% " pekko-connectors-kafka" % pekkoConnectorKafkaVersion,
6463 " org.apache.kafka" %% " kafka" % kafkaVersion,
@@ -93,27 +92,27 @@ libraryDependencies ++= Seq(
9392 " com.influxdb" % " flux-dsl" % influxdbVersion,
9493 " org.influxdb" % " influxdb-java" % " 2.24" ,
9594
96- " ca.uhn.hapi" % " hapi-base" % " 2.3 " ,
97- " ca.uhn.hapi" % " hapi-structures-v23" % " 2.3 " ,
98- " ca.uhn.hapi" % " hapi-structures-v24" % " 2.3 " ,
99- " ca.uhn.hapi" % " hapi-structures-v25" % " 2.3 " ,
100- " ca.uhn.hapi" % " hapi-structures-v281" % " 2.3 " ,
95+ " ca.uhn.hapi" % " hapi-base" % " 2.6.0 " ,
96+ " ca.uhn.hapi" % " hapi-structures-v23" % " 2.6.0 " ,
97+ " ca.uhn.hapi" % " hapi-structures-v24" % " 2.6.0 " ,
98+ " ca.uhn.hapi" % " hapi-structures-v25" % " 2.6.0 " ,
99+ " ca.uhn.hapi" % " hapi-structures-v281" % " 2.6.0 " ,
101100
102101 " org.apache.opennlp" % " opennlp-tools" % " 2.5.5" ,
103102
104- " org.apache.httpcomponents.client5" % " httpclient5" % " 5.4 " ,
105- " org.apache.httpcomponents.core5" % " httpcore5" % " 5.3" ,
106- " commons-io" % " commons-io" % " 2.16.1 " ,
107- " org.apache.commons" % " commons-lang3" % " 3.12 .0" ,
103+ " org.apache.httpcomponents.client5" % " httpclient5" % " 5.5 " ,
104+ " org.apache.httpcomponents.core5" % " httpcore5" % " 5.3.5 " ,
105+ " commons-io" % " commons-io" % " 2.20.0 " ,
106+ " org.apache.commons" % " commons-lang3" % " 3.18 .0" ,
108107 " com.sksamuel.avro4s" %% " avro4s-core" % " 4.1.2" , // 5.x for Scala 3
109108
110109 " org.apache.camel" % " camel-core" % " 3.20.2" ,
111110 " org.apache.camel" % " camel-reactive-streams" % " 3.20.2" ,
112- " io.projectreactor" % " reactor-core" % " 3.5.4 " ,
113- " io.reactivex.rxjava3" % " rxjava" % " 3.1.6 " ,
111+ " io.projectreactor" % " reactor-core" % " 3.7.11 " ,
112+ " io.reactivex.rxjava3" % " rxjava" % " 3.1.11 " ,
114113
115114 " com.github.blemale" %% " scaffeine" % " 5.3.0" ,
116- " ch.qos.logback" % " logback-classic" % " 1.4.12 " ,
115+ " ch.qos.logback" % " logback-classic" % " 1.5.18 " ,
117116
118117 " org.testcontainers" % " testcontainers" % testContainersVersion,
119118 " org.testcontainers" % " elasticsearch" % testContainersVersion,
@@ -161,7 +160,7 @@ libraryDependencies ++= Seq(
161160 " dev.langchain4j" % " langchain4j-embeddings-all-minilm-l6-v2-q" % " 1.4.0-beta10" ,
162161
163162 // Beautiful CLI output formatting
164- " xyz.matthieucourt" %% " layoutz" % " 0.1 .0" ,
163+ " xyz.matthieucourt" %% " layoutz" % " 0.3 .0" ,
165164
166165 // https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin
167166 " io.gatling" % " gatling-core" % gatlingVersion,
0 commit comments