Skip to content

Commit

Permalink
Release 67.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Oct 23, 2024
1 parent 9aa63f8 commit c1f0913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
project.ext { managedCgpVersion = '2.1.1' }

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

version = '67.0.2-SNAPSHOT'
version = '67.0.2'

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

Expand Down

0 comments on commit c1f0913

Please sign in to comment.