Skip to content

Commit b36ad8d

Browse files
Bump commons-io from 2.12.0 to 2.13.0 in /cnf (OpenEMS#2224)
* Bump commons-io from 2.12.0 to 2.13.0 in /cnf Bumps commons-io from 2.12.0 to 2.13.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... 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 7698e6b commit b36ad8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cnf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<!-- Changelog: https://commons.apache.org/proper/commons-io/changes-report.html -->
110110
<groupId>commons-io</groupId>
111111
<artifactId>commons-io</artifactId>
112-
<version>2.12.0</version>
112+
<version>2.13.0</version>
113113
</dependency>
114114
<!-- de -->
115115
<dependency>

io.openems.backend.application/BackendApp.bndrun

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
io.reactivex.rxjava3.rxjava;version='[3.1.6,3.1.7)',\
100100
org.apache.commons.commons-csv;version='[1.10.0,1.10.1)',\
101101
org.apache.commons.commons-fileupload;version='[1.5.0,1.5.1)',\
102-
org.apache.commons.commons-io;version='[2.12.0,2.12.1)',\
102+
org.apache.commons.commons-io;version='[2.13.0,2.13.1)',\
103103
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
104104
org.apache.felix.eventadmin;version='[1.6.4,1.6.5)',\
105105
org.apache.felix.fileinstall;version='[3.7.4,3.7.5)',\

io.openems.edge.application/EdgeApp.bndrun

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
javax.xml.soap-api;version='[1.4.0,1.4.1)',\
368368
org.apache.commons.commons-csv;version='[1.10.0,1.10.1)',\
369369
org.apache.commons.commons-fileupload;version='[1.5.0,1.5.1)',\
370-
org.apache.commons.commons-io;version='[2.12.0,2.12.1)',\
370+
org.apache.commons.commons-io;version='[2.13.0,2.13.1)',\
371371
org.apache.commons.math3;version='[3.6.1,3.6.2)',\
372372
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
373373
org.apache.felix.eventadmin;version='[1.6.4,1.6.5)',\

0 commit comments

Comments
 (0)