This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new d45d828 jackson 2.14.2 (#31)
d45d828 is described below
commit d45d8286e2042c598a4188ded18df5cd13fa530f
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 6 12:08:30 2023 +0000
jackson 2.14.2 (#31)
---
project/Dependencies.scala | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8b3c1e2..9a6375c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -23,16 +23,16 @@ object Dependencies {
val ConnectorsKafkaVersionInDocs = "0.0.0+1717-267012de-SNAPSHOT"
object Versions {
- val pekko = sys.props.getOrElse("build.pekko.version",
"0.0.0+26623-85c2a469-SNAPSHOT")
+ val pekko = sys.props.getOrElse("build.pekko.version",
"0.0.0+26630-2c4d0ee0-SNAPSHOT")
val pekkoPersistenceJdbc = "0.0.0+958-db5733e6-SNAPSHOT"
- val connectors = "0.0.0+60-c7dd80e0-SNAPSHOT"
- val connectorsKafka =
sys.props.getOrElse("build.connectors.kafka.version",
"0.0.0+1717-267012de-SNAPSHOT")
+ val connectors = "0.0.0+64-20da4165-SNAPSHOT"
+ val connectorsKafka =
sys.props.getOrElse("build.connectors.kafka.version",
"0.0.0+1719-2dce1c20-SNAPSHOT")
val slick = "3.3.3"
val scalaTest = "3.1.1"
val testContainers = "1.15.3"
val junit = "4.13.2"
val h2Driver = "1.4.200"
- val jackson = "2.11.4" // this should match the version of jackson used by
pekko-serialization-jackson
+ val jackson = "2.14.2" // this should match the version of jackson used by
pekko-serialization-jackson
}
object Compile {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]