Skip to content

Commit f47241f

Browse files
Update Java deps (#417)
* Update Java deps
1 parent f8f3485 commit f47241f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

com.microsoft.java.debug.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.reactivestreams</groupId>
5959
<artifactId>reactive-streams</artifactId>
60-
<version>1.0.3</version>
60+
<version>1.0.4</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>commons-io</groupId>

com.microsoft.java.debug.plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.11.0.jar"/>
1111
<classpathentry kind="src" path="src/main/java"/>
1212
<classpathentry exported="true" kind="lib" path="lib/rxjava-2.2.21.jar"/>
13-
<classpathentry exported="true" kind="lib" path="lib/reactive-streams-1.0.3.jar"/>
13+
<classpathentry exported="true" kind="lib" path="lib/reactive-streams-1.0.4.jar"/>
1414
<classpathentry exported="true" kind="lib" path="lib/com.microsoft.java.debug.core-0.37.0.jar" sourcepath="/com.microsoft.java.debug.core"/>
1515
<classpathentry kind="output" path="target/classes"/>
1616
</classpath>

com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Require-Bundle: org.eclipse.core.runtime,
2424
Bundle-ClassPath: lib/commons-io-2.11.0.jar,
2525
.,
2626
lib/rxjava-2.2.21.jar,
27-
lib/reactive-streams-1.0.3.jar,
27+
lib/reactive-streams-1.0.4.jar,
2828
lib/com.microsoft.java.debug.core-0.37.0.jar

com.microsoft.java.debug.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<artifactItem>
4747
<groupId>org.reactivestreams</groupId>
4848
<artifactId>reactive-streams</artifactId>
49-
<version>1.0.3</version>
49+
<version>1.0.4</version>
5050
</artifactItem>
5151
<artifactItem>
5252
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)