Skip to content

Commit

Permalink
Fact 1698 Renovate Dependency Updates (#2528)
Browse files Browse the repository at this point in the history
* Update dependency checkstyle to v10.15.0

* - manually updates apache.commons:commons-lang3 to v3.14.0

* - manually updates org.postgresql to v42.7.3

* - manually updates flyway to V10

* Revert "- manually updates flyway to V10"

This reverts commit cd729f5.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
RuthKirby and renovate[bot] authored May 14, 2024
1 parent 5526dd7 commit 76ee670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ task fortifyScan(type: JavaExec) {

checkstyle {
maxWarnings = 0
toolVersion = '10.12.1'
toolVersion = '10.15.0'
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
}
Expand Down Expand Up @@ -260,7 +260,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '8.5.13'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '5.10.2'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '5.10.2'
Expand Down Expand Up @@ -311,7 +311,7 @@ dependencies {
testImplementation 'org.apache.commons:commons-email2-jakarta:2.0.0-M1-SNAPSHOT'
// testImplementation group: 'org.apache.commons', name: 'commons-email', version: '1.6.0'
// the snapshot version of commons-email for jakarta
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
testImplementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: '3.0.1'
testImplementation group: 'org.apache.pdfbox', name: 'preflight', version: versions.pdfbox, withoutJunit4
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8-standalone', version: '3.0.1', withoutJunit4
Expand Down

0 comments on commit 76ee670

Please sign in to comment.