Skip to content

Commit 015a50b

Browse files
fix(deps): update dependency org.postgresql:postgresql to v42.7.7
1 parent e58b555 commit 015a50b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adapters/database/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation(libs.hibernateHikariCP)
1111

1212
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
13-
implementation("org.postgresql:postgresql:42.7.4") //DATABASE
13+
implementation("org.postgresql:postgresql:42.7.7") //DATABASE
1414

1515
implementation("net.kyori:adventure-api:4.23.0")
1616

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation(libs.hibernateHikariCP)
1010

1111
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
12-
implementation("org.postgresql:postgresql:42.7.4") //DATABASE
12+
implementation("org.postgresql:postgresql:42.7.7") //DATABASE
1313
implementation("com.google.code.gson:gson:2.13.1")
1414

1515
implementation("net.kyori:adventure-api:4.23.0")

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation(project(":api"))
1616

1717
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
18-
implementation("org.postgresql:postgresql:42.7.4") //DATABASE
18+
implementation("org.postgresql:postgresql:42.7.7") //DATABASE
1919

2020
testImplementation(project(":adapters:database"))
2121
testImplementation(project(":api"))

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation(libs.hibernateHikariCP)
3030

3131
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
32-
implementation("org.postgresql:postgresql:42.7.4") //DATABASE
32+
implementation("org.postgresql:postgresql:42.7.7") //DATABASE
3333

3434
implementation(project(":api"))
3535
implementation(project(":common"))

0 commit comments

Comments
 (0)