Skip to content

Commit 90e870f

Browse files
Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 in /cnf (OpenEMS#2398)
* Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 in /cnf Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.16.2. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.16.1...jsoup-1.16.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update bndrun --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier <[email protected]>
1 parent b4a73b8 commit 90e870f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cnf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
<!-- HTML processing -->
307307
<groupId>org.jsoup</groupId>
308308
<artifactId>jsoup</artifactId>
309-
<version>1.16.1</version>
309+
<version>1.16.2</version>
310310
</dependency>
311311
<dependency>
312312
<groupId>org.osgi</groupId>

io.openems.edge.application/EdgeApp.bndrun

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
org.eclipse.jetty.util;version='[9.4.28,9.4.29)',\
392392
org.eclipse.paho.mqttv5.client;version='[1.2.5,1.2.6)',\
393393
org.jetbrains.kotlin.osgi-bundle;version='[1.9.10,1.9.11)',\
394-
org.jsoup;version='[1.16.1,1.16.2)',\
394+
org.jsoup;version='[1.16.2,1.16.3)',\
395395
org.jsr-305;version='[3.0.2,3.0.3)',\
396396
org.openmuc.jmbus;version='[3.3.0,3.3.1)',\
397397
org.openmuc.jrxtx;version='[1.0.1,1.0.2)',\

0 commit comments

Comments
 (0)