Skip to content

Commit 73b8521

Browse files
committed
Fix dependabot issue about example project
1 parent 50299cb commit 73b8521

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>com.google.guava</groupId>
4444
<artifactId>guava</artifactId>
45-
<version>24.1.1-jre</version>
45+
<version>[24.1.1,)</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>commons-fileupload</groupId>

0 commit comments

Comments
 (0)