Skip to content

Commit e825a6a

Browse files
authored
Merge pull request #78 from jenkinsci/dev/devm/IDETECT-5082
Upgrade dependency for EU CRA
2 parents 5615ea9 + 76f624e commit e825a6a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ buildscript {
2424
}
2525

2626
plugins {
27-
// this version (0.43.0 and up) , uses a later version of test-harness eliminating the
27+
// this version (0.43.0 and up) , uses a later version of test-harness eliminating the
2828
// dependency on a compromised version of apache commons-text. Shows as a red-herring in scans
2929
id 'org.jenkins-ci.jpi' version '0.46.0'
3030
}
3131

32+
configurations.all {
33+
resolutionStrategy.force 'com.google.guava:guava:33.2.1-jre'
34+
}
35+
3236
def internalRepoHost = System.getenv("SNPS_INTERNAL_ARTIFACTORY")
3337

3438
apply from: "https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle"

0 commit comments

Comments
 (0)