From f38102d86814c6da4d0a4812d8b5bf75dbbc8d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:04:08 +0000 Subject: [PATCH] Bump the maven group across 1 directories with 3 updates Bumps the maven group with 3 updates in the /. directory: [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j), org.apache.logging.log4j:log4j-core and [com.google.code.gson:gson](https://github.com/google/gson). Updates `mysql:mysql-connector-java` from 8.0.21 to 8.0.28 - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.21...8.0.28) Updates `org.apache.logging.log4j:log4j-core` from 2.13.3 to 2.17.1 Updates `com.google.code.gson:gson` from 2.8.6 to 2.8.9 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production dependency-group: maven-security-group - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production dependency-group: maven-security-group - dependency-name: com.google.code.gson:gson dependency-type: direct:production dependency-group: maven-security-group ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 40da167..a82bc89 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ mysql mysql-connector-java - 8.0.21 + 8.0.28 @@ -62,7 +62,7 @@ org.apache.logging.log4j log4j-core - 2.13.3 + 2.17.1 @@ -87,7 +87,7 @@ com.google.code.gson gson - 2.8.6 + 2.8.9