Updating libraries

@mozzy, @odorajonathan and @ruhanga kindly help clarify on this https://issues.openmrs.org/browse/TRUNK-5519. Which version should I go with? The version we are changing from is the the latest basing on maven repository for dom4j!!

1 Like

From the Maven Repo Webiste,

<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
<dependency>
    <groupId>dom4j</groupId>
    <artifactId>dom4j</artifactId>
    <version>1.6.1</version>
</dependency>

this is the latest full release version . so you can ignore that ticket. i think the maven report was pointing to a beta release.

Hope I have got you well. The dom4j library is up to date and needs not to be upgraded. Is that so?

Yes that’s right @jwnasambu, you can chill that ticket

1 Like

Thanks boss

1 Like

@odorajonathan kindly comment on this ticket https://issues.openmrs.org/browse/TRUNK-5524 basing on @dkayiwa’s comment. To me basing on the maven online repository, this ticket is not supposed to be upgraded. I stand to be corrected.

1 Like

Now it seems ,because of some reason ,when maven generates a maven report in a few cases it may point to a slightly older version . It was a bit complicated to understand why it happens , but the most secure way to confirm the actual latest version , just vist the maven central Repository

yes @jwnasambu, let me close that ticket

Thank you. Is it OK you review the remaining tickets if they qualify to be updated or not

1 Like

ya in that case , the maven report points to a beta version , no need of upgrade

@jwnasambu , please you can close your PR then . thanks

1 Like

Let me do it right away.

1 Like