Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.16 (
Browse files Browse the repository at this point in the history
pgjdbc#2867)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 27, 2023
1 parent bbb1610 commit 3c3e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-gss/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation('org.codehaus.groovy:groovy-all:3.0.15')
implementation('org.codehaus.groovy:groovy-all:3.0.16')
implementation(group: 'org.postgresql', name: 'postgresql', version: '1.0.0-dev-master-SNAPSHOT')
testImplementation(group: 'junit', name: 'junit', version: '4.13.2')
}
Expand Down

0 comments on commit 3c3e5b6

Please sign in to comment.