Skip to content

Commit

Permalink
Using the next snapshot post release 66.2.32-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Aug 16, 2024
1 parent e6e4eda commit 2c0e243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
project.ext { managedCgpVersion = '2.0.4' }
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'

ext {
javaTargetCompatibility = 8
Expand All @@ -14,7 +14,7 @@ project.ext.moduleName = 'com.synopsys.integration.blackduck-common'
project.ext.javaUseAutoModuleName = 'true'
project.ext.junitShowStandardStreams = 'true'

version = '66.2.31'
version = '66.2.32-SNAPSHOT'

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

Expand Down Expand Up @@ -49,4 +49,4 @@ dependencies {
testImplementation 'org.mock-server:mockserver-netty:5.15.0'

testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.7'
}
}

0 comments on commit 2c0e243

Please sign in to comment.