Upgrade commons-pool2 to 2.13.1 (#5264)

Upgrade commons-pool2 from 2.12.1 to 2.13.1
Changelog:
https://commons.apache.org/proper/commons-pool/changes.html#a2.13.1
https://commons.apache.org/proper/commons-pool/changes.html#a2.13.0

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-01-13 05:43:14 +01:00
committed by GitHub
parent fe04325b17
commit ba668ddf1d
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.12.1</version>
<version>2.13.1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -273,7 +273,7 @@
<feature>openhab-core-base</feature>
<feature>openhab-transport-serial</feature>
<bundle dependency="true">mvn:org.apache.commons/commons-pool2/2.12.1</bundle>
<bundle dependency="true">mvn:org.apache.commons/commons-pool2/2.13.1</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.transport.modbus/${project.version}</bundle>
</feature>