Skip to content

Commit b41a477

Browse files
author
blackduck-serv-builder
committed
Using the next snapshot post release 67.0.21-SNAPSHOT
1 parent cf39619 commit b41a477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
3-
project.ext { managedCgpVersion = '2.1.1' }
3+
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
44

55
ext {
66
javaTargetCompatibility = 8
@@ -14,7 +14,7 @@ project.ext.moduleName = 'com.blackduck.integration.blackduck-common'
1414
project.ext.javaUseAutoModuleName = 'true'
1515
project.ext.junitShowStandardStreams = 'true'
1616

17-
version = '67.0.20'
17+
version = '67.0.21-SNAPSHOT'
1818

1919
description = 'A library for using various capabilities of Black Duck, notably the REST API and signature scanning.'
2020

0 commit comments

Comments
 (0)