From 8f25f195a9d900cbc0185d2bf09007b7a9f78aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:12:41 +0000 Subject: [PATCH] Bump the maven group with 3 updates Bumps the maven group with 3 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework), [com.h2database:h2](https://github.com/h2database/h2database) and [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc). Updates `org.springframework:spring-context` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) Updates `com.h2database:h2` from 1.4.200 to 2.2.220 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.2.220) Updates `org.xerial:sqlite-jdbc` from 3.34.0 to 3.41.2.2 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.34.0...3.41.2.2) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:development dependency-group: maven - dependency-name: com.h2database:h2 dependency-type: direct:development dependency-group: maven - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:development dependency-group: maven ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 765afc71..92b80d66 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ org.springframework spring-context - 5.3.39 + 6.1.14 test @@ -73,7 +73,7 @@ com.h2database h2 - 1.4.200 + 2.2.220 test @@ -85,7 +85,7 @@ org.xerial sqlite-jdbc - 3.34.0 + 3.41.2.2 test