albfan / jmeld

A visual diff and merge tool
44 stars 31 forks source link

upgrade jide-oss #48

Closed WolfgangFahl closed 6 years ago

WolfgangFahl commented 6 years ago

When combining JMeld with other jide-dependent software I run into version compatibilty issues. Would you please upgrade to the latest version ...

https://mvnrepository.com/artifact/com.jidesoft/jide-oss

<dependency>
   <groupId>com.jidesoft</groupId>
   <artifactId>jide-oss</artifactId>
   <version>3.6.18</version>
</dependency>
albfan commented 6 years ago

49 is the way to go for this type of contributions. As long as it passes CI it should be ok.

It's expected changes on bugfix version for a dep do not change anything (as this time happens), anyway, if test suite does not detect it, it would be something to fix there

albfan commented 6 years ago

Fixed by #49