From afb861d9048bc05c40f7911454d03fe64902ab50 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 1 Sep 2022 23:20:15 +0000
Subject: [PATCH] Bump jsoup from RELEASE to 1.15.3 in
 /commerceshopesystem-parent

Bumps [jsoup](https://github.com/jhy/jsoup) from RELEASE to 1.15.3.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/commits/jsoup-1.15.3)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 commerceshopesystem-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commerceshopesystem-parent/pom.xml b/commerceshopesystem-parent/pom.xml
index 1c27ad3..502ea7f 100644
--- a/commerceshopesystem-parent/pom.xml
+++ b/commerceshopesystem-parent/pom.xml
@@ -100,7 +100,7 @@
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
 <!--                <version>${jsoup.version}</version>-->
-                <version>RELEASE</version>
+                <version>1.15.3</version>
             </dependency>
 
             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->