Skip to content

Commit 3e51fc7

Browse files
authored
Merge pull request #16 from hendisantika/dependabot/gradle/org.postgresql-postgresql-42.7.5
build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5
2 parents 3a45573 + 3e62a55 commit 3e51fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
dependencies {
2727
implementation 'org.springframework.boot:spring-boot-starter-web'
2828
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
29-
implementation 'org.postgresql:postgresql:42.7.4'
29+
implementation 'org.postgresql:postgresql:42.7.5'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
3131
implementation 'org.flywaydb:flyway-database-postgresql:11.1.1'
3232
testImplementation 'org.testcontainers:postgresql:1.20.4'

0 commit comments

Comments
 (0)