Skip to content

Commit e4ce051

Browse files
committed
Fix security alert in example karaf feature
1 parent 3fc40d0 commit e4ce051

File tree

1 file changed

+1
-1
lines changed
  • examples/osgi/apache-karaf-feature

1 file changed

+1
-1
lines changed

examples/osgi/apache-karaf-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>commons-fileupload</groupId>
4444
<artifactId>commons-fileupload</artifactId>
45-
<version>1.3.1</version>
45+
<version>[1.3.3,)</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.antlr</groupId>

0 commit comments

Comments
 (0)