File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" ))
Original file line number Diff line number Diff 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" ))
You can’t perform that action at this time.
0 commit comments