Update dependencies and cleanup misc version management
- Extract common dependency versions to properties in root pom - Added jsoup.version property - Added mockk-jvm.version property - Added neo4j-cypher-dsl-bom.version property - Update dependency versions: - djl from 0.30.0 to 0.32.0 - oci-sdk from 3.51.0 to 3.63.1 - azure-identity from 1.14.0 to 1.15.4 - Remove hardcoded versions for consistency - Minor polishing Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>1.18.3</version>
|
||||
<version>${jsoup.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TESTING -->
|
||||
|
||||
Reference in New Issue
Block a user