From 1b3212b06c52888d51d4f8e06181f445e9f9c0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:13:45 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 2 updates Bumps the maven group with 2 updates in the /Example02_Java directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and [org.jsoup:jsoup](https://github.com/jhy/jsoup). Updates `org.postgresql:postgresql` from 42.2.5 to 42.3.9 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.5...REL42.3.9) Updates `org.jsoup:jsoup` from 1.8.3 to 1.15.3 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/jsoup-1.15.3/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.8.3...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production dependency-group: maven - dependency-name: org.jsoup:jsoup dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- Example02_Java/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example02_Java/pom.xml b/Example02_Java/pom.xml index 9c06004..69e4b0d 100644 --- a/Example02_Java/pom.xml +++ b/Example02_Java/pom.xml @@ -33,14 +33,14 @@ org.postgresql postgresql - 42.2.5 + 42.3.9 org.jsoup jsoup - 1.8.3 + 1.15.3