Skip to content

Commit 20c5bd0

Browse files
Bump org.postgresql:postgresql from 42.7.10 to 42.7.11
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.10 to 42.7.11. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.10...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36aace2 commit 20c5bd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example-project/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repositories {
88

99
dependencies {
1010
// https://mvnrepository.com/artifact/org.postgresql/postgresql
11-
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.10'
11+
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.11'
1212

1313
// jooqGenerator scope comes from jOOQ code generator plugin
1414
// https://mvnrepository.com/artifact/org.postgresql/postgresql
15-
jooqGenerator group: 'org.postgresql', name: 'postgresql', version: '42.7.10'
15+
jooqGenerator group: 'org.postgresql', name: 'postgresql', version: '42.7.11'
1616
}
1717

1818
// (Almost) standard jOOQ code generator plugin configuration

0 commit comments

Comments
 (0)