Merge pull request #195 from atmire/feature-relationship-versioning

Feature relationship versioning
This commit is contained in:
benbosman
2022-05-03 12:37:04 +02:00
committed by GitHub
2 changed files with 945 additions and 35 deletions

View File

@@ -1425,7 +1425,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
<version>3.12.0</version>
</dependency>
<!-- NOTE: We don't use commons-logging directly, but many dependencies rely on it.
So, we specify the version to use to avoid dependency convergence issues. -->