Skip to content

Commit

Permalink
Bump commons-validator:commons-validator from 1.8.0 to 1.9.0 in /back…
Browse files Browse the repository at this point in the history
…end (#7749)

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jun 10, 2024
1 parent c41e1c9 commit 496bd29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {

implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.4'

implementation 'commons-validator:commons-validator:1.8.0'
implementation 'commons-validator:commons-validator:1.9.0'

// Needed for Liquibase Gradle Plugin 2.2.0
liquibaseRuntime 'info.picocli:picocli:4.7.5'
Expand Down
4 changes: 2 additions & 2 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath
commons-digester:commons-digester:2.1=compileClasspath,runtimeClasspath
commons-fileupload:commons-fileupload:1.5=compileClasspath,runtimeClasspath
commons-io:commons-io:2.11.0=compileClasspath,runtimeClasspath
commons-logging:commons-logging:1.3.0=compileClasspath,runtimeClasspath
commons-validator:commons-validator:1.8.0=compileClasspath,runtimeClasspath
commons-logging:commons-logging:1.3.2=compileClasspath,runtimeClasspath
commons-validator:commons-validator:1.9.0=compileClasspath,runtimeClasspath
io.github.openfeign.form:feign-form-spring:3.8.0=compileClasspath,runtimeClasspath
io.github.openfeign.form:feign-form:3.8.0=compileClasspath,runtimeClasspath
io.github.openfeign:feign-core:12.4=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 496bd29

Please sign in to comment.