File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
com.microsoft.java.debug.core
com.microsoft.java.debug.plugin Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >io.reactivex.rxjava2</groupId >
5454 <artifactId >rxjava</artifactId >
55- <version >2.1.1 </version >
55+ <version >2.2.21 </version >
5656 </dependency >
5757 <dependency >
5858 <groupId >org.reactivestreams</groupId >
5959 <artifactId >reactive-streams</artifactId >
60- <version >1.0.0 </version >
60+ <version >1.0.3 </version >
6161 </dependency >
6262 <dependency >
6363 <groupId >commons-io</groupId >
6464 <artifactId >commons-io</artifactId >
65- <version >2.10 .0</version >
65+ <version >2.11 .0</version >
6666 </dependency >
6767 <!-- Dependencies for test -->
6868 <dependency >
Original file line number Diff line number Diff line change 77 </attributes >
88 </classpathentry >
99 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
10- <classpathentry exported =" true" kind =" lib" path =" lib/commons-io-2.10 .0.jar" />
10+ <classpathentry exported =" true" kind =" lib" path =" lib/commons-io-2.11 .0.jar" />
1111 <classpathentry kind =" src" path =" src/main/java" />
12- <classpathentry exported =" true" kind =" lib" path =" lib/rxjava-2.1.1 .jar" />
13- <classpathentry exported =" true" kind =" lib" path =" lib/reactive-streams-1.0.0 .jar" />
12+ <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" />
1414 <classpathentry exported =" true" kind =" lib" path =" lib/com.microsoft.java.debug.core-0.35.0.jar" sourcepath =" /com.microsoft.java.debug.core" />
1515 <classpathentry kind =" output" path =" target/classes" />
1616</classpath >
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Require-Bundle: org.eclipse.core.runtime,
2121 org.apache.commons.lang3,
2222 org.eclipse.lsp4j,
2323 com.google.guava
24- Bundle-ClassPath : lib/commons-io-2.10 .0.jar,
24+ Bundle-ClassPath : lib/commons-io-2.11 .0.jar,
2525 .,
26- lib/rxjava-2.1.1 .jar,
27- lib/reactive-streams-1.0.0 .jar,
26+ lib/rxjava-2.2.21 .jar,
27+ lib/reactive-streams-1.0.3 .jar,
2828 lib/com.microsoft.java.debug.core-0.35.0.jar
Original file line number Diff line number Diff line change 4141 <artifactItem >
4242 <groupId >io.reactivex.rxjava2</groupId >
4343 <artifactId >rxjava</artifactId >
44- <version >2.1.1 </version >
44+ <version >2.2.21 </version >
4545 </artifactItem >
4646 <artifactItem >
4747 <groupId >org.reactivestreams</groupId >
4848 <artifactId >reactive-streams</artifactId >
49- <version >1.0.0 </version >
49+ <version >1.0.3 </version >
5050 </artifactItem >
5151 <artifactItem >
5252 <groupId >commons-io</groupId >
5353 <artifactId >commons-io</artifactId >
54- <version >2.10 .0</version >
54+ <version >2.11 .0</version >
5555 </artifactItem >
5656 <artifactItem >
5757 <groupId >com.microsoft.java</groupId >
You can’t perform that action at this time.
0 commit comments