From ed9113efe63aa37c6ae6ffbb90a098c3beb89312 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Sun, 3 Mar 2024 15:24:44 +1300 Subject: [PATCH] dep: Bump ebean-datasource to 8.12 This adds the option to register a JVM shutdown hook (which we generally will not use with ebean as the ebean io.ebean.Database shutdown wants to shutdown the DataSource after any background tasks have completed). This also adds an experimental feature for use with AWS Lambda to check for old idle connections due to lambda suspension. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0519d362f..4e9dd8f3c 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 1.2 13.11.1 7.3 - 8.11 + 8.12 14.0.0 14.0.0 false