Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit aec2aaa

Browse files
Issue 47533: Update third-party dependencies - backport (#92)
* Resolve conflicts * Update jars.txt
1 parent 4e7d7b4 commit aec2aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
external 'org.apache.commons:commons-vfs2:2.0'
8+
external 'org.apache.commons:commons-vfs2:2.7.0'
99
}
1010
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: ":server:modules:dataintegration", depProjectConfig: "apiJarFile")
1111
BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "study"), depProjectConfig: "published", depExtension: "module")

resources/credits/jars.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{table}
22
Filename|Component|Version|Source|License|LabKey Dev|Purpose
3-
commons-vfs2-2.0.jar|ImmPort|2.0|{link:Apache Commons VFS|https://commons.apache.org/proper/commons-vfs/}|{link:Apache 2.0|http://www.apache.org/licenses/LICENSE-2.0}|matthewb|Virtual File System support
3+
commons-vfs2-2.7.0.jar|ImmPort|2.7.0|{link:Apache Commons VFS|https://commons.apache.org/proper/commons-vfs/}|{link:Apache 2.0|http://www.apache.org/licenses/LICENSE-2.0}|matthewb|Virtual File System support
44
{table}

0 commit comments

Comments
 (0)