Skip to content

Commit cea92d1

Browse files
Update labkeyVersion to 26.3.5
2 parents adeffce + 94cb7a0 commit cea92d1

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ allprojects {
4444
formats = ['HTML', 'JUNIT']
4545
skipConfigurations = ['dedupe', 'gwtCompileClasspath', 'gwtRuntimeClasspath', 'developmentOnly']
4646
skipProjects = [':server:testAutomation']
47-
if (project.hasProperty('nvdApiKey'))
48-
{
49-
nvd {
50-
apiKey = "${project.property('nvdApiKey')}"
51-
}
47+
48+
nvd {
49+
datafeedUrl = 'https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache/nvdcve-{0}.json.gz'
5250
}
5351
}
5452
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildFromSource=true
4444

4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
47-
labkeyVersion=26.3.4
47+
labkeyVersion=26.3.5
4848
labkeyClientApiVersion=7.2.0
4949

5050
# Version numbers for the various binary artifacts that are included when

0 commit comments

Comments
 (0)