Skip to content

Commit 24fc3aa

Browse files
authored
Bump lib versions to upgrade dependency wth vulnerability in PoP (#18)
1 parent c9f8a1b commit 24fc3aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

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

3232
project.ext.inspectorImageFamily = "blackduck-imageinspector"
33-
project.ext.inspectorImageVersion = "6.2.0"
33+
project.ext.inspectorImageVersion = "6.2.1"
3434

3535
version = '11.4.0-SNAPSHOT'
3636

@@ -314,7 +314,7 @@ artifactory {
314314

315315
dependencies {
316316
implementation "com.blackduck.integration:integration-rest:11.1.2"
317-
implementation 'com.blackduck.integration:hub-imageinspector-lib:15.0.3'
317+
implementation 'com.blackduck.integration:hub-imageinspector-lib:15.0.4'
318318
implementation 'ch.qos.logback:logback-classic:1.2.13'
319319
constraints {
320320
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-
-669862545
1+
-1238577223
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed May 28 17:44:37 MDT 2025
2-
inspector.image.version=6.2.0
3-
program.version=11.3.0-SNAPSHOT
1+
#Tue Jun 10 12:39:30 MDT 2025
2+
inspector.image.version=6.2.1
3+
program.version=11.4.0-SNAPSHOT
44
inspector.image.family=blackduck-imageinspector

0 commit comments

Comments
 (0)