Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
niravrsynopsys committed May 7, 2024
1 parent 5a1b17a commit baa8680
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
Expand Up @@ -36,7 +36,7 @@ repositories {
}
}

version = '5.1.2-SNAPSHOT'
version = '5.2.0'
def appName='blackduck-imageinspector'

apply plugin: 'eclipse'
Expand Down Expand Up @@ -70,7 +70,7 @@ publishing {
ext['log4j2.version'] = '2.16.0'

dependencies {
implementation 'com.synopsys.integration:hub-imageinspector-lib:14.2.1'
implementation 'com.synopsys.integration:hub-imageinspector-lib:14.3.0'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation 'io.micrometer:micrometer-registry-prometheus'
Expand Down

0 comments on commit baa8680

Please sign in to comment.