Skip to content

Commit 9b11e3d

Browse files
authored
Merge pull request #47 from hendisantika/dependabot/gradle/org.postgresql-postgresql-42.7.6
2 parents 608fd1f + 9912f30 commit 9b11e3d

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.5'
29+
implementation 'org.postgresql:postgresql:42.7.6'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
3131
implementation 'org.flywaydb:flyway-database-postgresql:11.8.2'
3232
testImplementation 'org.testcontainers:postgresql:1.21.0'

0 commit comments

Comments
 (0)