Skip to content

Commit

Permalink
build(deps): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 19, 2024
1 parent c2ac73a commit 49a5a7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vulnz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'vuln.tools.java-application-conventions'
id 'org.springframework.boot' version '2.7.11'
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
}

Expand All @@ -11,9 +11,11 @@ description = 'A java CLI to call the NVD API'
ext['httpclient5.version'] = '5.2.1'
ext['httpcore5.version'] = '5.2'
ext['httpcore5-h2.version'] = '5.2'
ext['snakeyaml.version'] = '2.2'
//ext['logback.version'] = '1.3.14'
dependencies {
implementation project(':open-vulnerability-clients')
implementation 'info.picocli:picocli-spring-boot-starter:4.7.4'
implementation 'info.picocli:picocli-spring-boot-starter:4.7.5'
implementation 'com.diogonunes:JColor:5.5.1'
implementation 'commons-io:commons-io:2.15.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
Expand Down

0 comments on commit 49a5a7b

Please sign in to comment.