This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch upgrade-h2 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-samples.git
commit e4997c6a653148710813f9a5e0ae03b50c8b145b Author: PJ Fanning <[email protected]> AuthorDate: Sun Dec 17 20:43:29 2023 +0100 upgrade h2 --- .../project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pekko-connectors-sample-jdbc-to-elasticsearch/project/Dependencies.scala b/pekko-connectors-sample-jdbc-to-elasticsearch/project/Dependencies.scala index 9d9e503..22447ec 100644 --- a/pekko-connectors-sample-jdbc-to-elasticsearch/project/Dependencies.scala +++ b/pekko-connectors-sample-jdbc-to-elasticsearch/project/Dependencies.scala @@ -21,7 +21,7 @@ object Dependencies { "org.apache.pekko" %% "pekko-slf4j" % PekkoVersion, "ch.qos.logback" % "logback-classic" % "1.2.13", // #deps - "com.h2database" % "h2" % "2.1.214", + "com.h2database" % "h2" % "2.2.224", "org.testcontainers" % "elasticsearch" % "1.17.6", "org.testcontainers" % "postgresql" % "1.17.6" ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
