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-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 6ae994d upgrade h2 (#25)
6ae994d is described below
commit 6ae994d28e190e39d110042cc150a03ece3b78e1
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Dec 17 20:46:08 2023 +0100
upgrade h2 (#25)
---
.../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]