Skip to content

Commit

Permalink
Merge pull request #328 from modelix/dependabot/gradle/org.postgresql…
Browse files Browse the repository at this point in the history
…-postgresql-42.7.0

build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0
  • Loading branch information
odzhychko authored Nov 21, 2023
2 parents 1ac89b8 + 4f10547 commit b322e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ignite-spring = { group = "org.apache.ignite", name = "ignite-spring", version.r
ignite-indexing = { group = "org.apache.ignite", name = "ignite-indexing", version.ref = "ignite" }

logback-classic = { group = "ch.qos.logback", name = "logback-classic", version = "1.4.11" }
postgresql = { group = "org.postgresql", name = "postgresql", version = "42.6.0" }
postgresql = { group = "org.postgresql", name = "postgresql", version = "42.7.0" }
jcommander = { group = "com.beust", name = "jcommander", version = "1.82" }
cucumber-java = { group = "io.cucumber", name = "cucumber-java", version = "7.14.0" }
junit = { group = "junit", name = "junit", version = "4.13.2" }
Expand Down

0 comments on commit b322e9a

Please sign in to comment.