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-management.git
The following commit(s) were added to refs/heads/main by this push:
new a034fd0 upgrade to jackson 2.14.2 (#52)
a034fd0 is described below
commit a034fd014eacd949de7010ef9a898c9bbeea883a
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 6 09:37:56 2023 +0000
upgrade to jackson 2.14.2 (#52)
---
project/Dependencies.scala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8c6aaad..2457b7f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -9,14 +9,14 @@ object Dependencies {
val crossScalaVersions = Seq(scala212Version, scala213Version)
// Align the versions in integration-test/kubernetes-api-java/pom.xml
- val pekkoVersion = "0.0.0+26623-85c2a469-SNAPSHOT"
- val pekkoHttpVersion = "0.0.0+4334-7826b8b0-SNAPSHOT"
+ val pekkoVersion = "0.0.0+26630-2c4d0ee0-SNAPSHOT"
+ val pekkoHttpVersion = "0.0.0+4339-868ca23e-SNAPSHOT"
val scalaTestVersion = "3.2.14"
val scalaTestPlusJUnitVersion = scalaTestVersion + ".0"
val awsSdkVersion = "1.12.210"
- val jacksonVersion = "2.11.4"
+ val jacksonVersion = "2.14.2"
val log4j2Version = "2.17.2"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]