From 06f214d7e5a6d6a42a4a02b1865dd99f478a0a5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 06:18:10 +0000 Subject: [PATCH] Bump micronaut-jdbc-tomcat from 1.1.0 to 1.3.0 Bumps [micronaut-jdbc-tomcat](https://github.com/micronaut-projects/micronaut-sql) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/micronaut-projects/micronaut-sql/releases) - [Commits](https://github.com/micronaut-projects/micronaut-sql/compare/v1.1.0...v1.3.0) Signed-off-by: dependabot-preview[bot] --- test-junit5/build.gradle | 2 +- test-kotlintest/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-junit5/build.gradle b/test-junit5/build.gradle index 74c67e6a4..822ff9dfa 100644 --- a/test-junit5/build.gradle +++ b/test-junit5/build.gradle @@ -1,7 +1,7 @@ ext { junitVersion = "5.5.0" micronautHibernateJpaVersion = "1.1.0" - micronautJdbcTomcatVersion = "1.1.0" + micronautJdbcTomcatVersion = "1.3.0" } dependencies { diff --git a/test-kotlintest/build.gradle b/test-kotlintest/build.gradle index 88002a45e..c319732eb 100644 --- a/test-kotlintest/build.gradle +++ b/test-kotlintest/build.gradle @@ -5,7 +5,7 @@ plugins { ext { micronautHibernateJpaVersion = "1.1.0" - micronautJdbcTomcatVersion = "1.1.0" + micronautJdbcTomcatVersion = "1.3.0" kotlinVersion = "1.3.61" }