Skip to content

Commit

Permalink
Update dependency com.typesafe:config to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 24fff51 commit ebca9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation group: 'io.rest-assured', name: 'rest-assured'
testImplementation group: 'com.typesafe', name: 'config', version: '1.4.2'
testImplementation group: 'com.typesafe', name: 'config', version: '1.4.3'
testImplementation "org.testcontainers:junit-jupiter:1.19.1"
testImplementation "org.testcontainers:postgresql:1.19.1"
}
Expand Down

0 comments on commit ebca9bc

Please sign in to comment.