Skip to content

Commit c2f59f7

Browse files
authored
Merge pull request #13 from blackducksoftware/dev/niravr/4535
IDETECT-4535
2 parents 386d5c3 + 612cc77 commit c2f59f7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ plugins {
3030
}
3131

3232
project.ext.inspectorImageFamily = "blackduck-imageinspector"
33-
project.ext.inspectorImageVersion = "6.0.1"
33+
project.ext.inspectorImageVersion = "6.1.0"
3434

35-
version = '11.1.0-SNAPSHOT'
35+
version = '11.2.0-SNAPSHOT'
3636

3737
apply plugin: 'org.springframework.boot'
3838
apply plugin: 'io.spring.dependency-management'
@@ -311,7 +311,7 @@ artifactory {
311311

312312
dependencies {
313313
implementation "com.blackduck.integration:integration-rest:11.0.0"
314-
implementation 'com.blackduck.integration:hub-imageinspector-lib:15.0.1'
314+
implementation 'com.blackduck.integration:hub-imageinspector-lib:15.0.2'
315315
implementation 'ch.qos.logback:logback-classic:1.2.13'
316316
constraints {
317317
implementation('ch.qos.logback:logback-core:1.2.13') {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-2022693665
1+
-1497133639
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Sep 26 14:29:50 EDT 2024
2-
inspector.image.version=6.0.1
3-
program.version=11.0.1
1+
#Mon Mar 24 14:44:32 EDT 2025
2+
inspector.image.version=6.1.0
3+
program.version=11.2.0-SNAPSHOT
44
inspector.image.family=blackduck-imageinspector

0 commit comments

Comments
 (0)