You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ If you are making changes to the plugins, please see the [internal docs](https:/
12
12
on how to do that, including how to develop and test locally and the versioning information.
13
13
14
14
## Release Notes
15
+
### 7.3.1
16
+
*Released* 11 February 2026
17
+
(Earliest compatible LabKey version: 25.10)
18
+
-[GitHub Issue 851](https://github.com/LabKey/internal-issues/issues/851) We need to allow for two versions of jackson as transitive dependencies of different libraries
conflictMessages +="Conflicting version of ${matcher.group(BuildUtils.ARTIFACT_NAME_INDEX)}${extension} file (${existingVersion} in directory vs. ${version} from build)."
133
+
if (MULTIPLE_VERSIONS_ALLOWED.contains(name))
134
+
this.logger.info("Multiple versions of ${matcher.group(BuildUtils.ARTIFACT_NAME_INDEX)}${extension} file found, but deemed acceptable (${existingVersion} and ${version})")
conflictMessages +="Conflicting version of ${matcher.group(BuildUtils.ARTIFACT_NAME_INDEX)}${extension} file (${existingVersion} in directory vs. ${version} from build)."
0 commit comments