Fix the pom.xml to alter the postgres dependency to a safer version due a CVE in the 42.7.5 then it was bumped t0 42.7.7
This commit is contained in:
parent
269780d8cf
commit
53004a3730
2
pom.xml
2
pom.xml
|
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<hibernate.version>7.1.7.Final</hibernate.version>
|
||||
<postgresql.version>42.7.5</postgresql.version>
|
||||
<postgresql.version>42.7.7</postgresql.version>
|
||||
<hikaricp.version>5.1.0</hikaricp.version>
|
||||
<log4j.version>2.23.1</log4j.version>
|
||||
<junit.version>5.10.2</junit.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue