Skip to content

Commit

Permalink
Update dependency commons-cli:commons-cli to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent c947cd2 commit ef2ed75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ dependencies {
implementation 'jakarta.activation:jakarta.activation-api:2.1.2'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'

implementation 'commons-cli:commons-cli:1.5.0'
implementation 'commons-cli:commons-cli:1.9.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'

testImplementation 'org.mock-server:mockserver-client-java:5.15.0'
testImplementation 'org.mock-server:mockserver-netty:5.15.0'
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'commons-cli:commons-cli:1.9.0'
}

jar {
Expand Down

0 comments on commit ef2ed75

Please sign in to comment.