Skip to content

Commit

Permalink
build(maven): upgrade postgresql 42.3.9 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao authored Feb 22, 2024
1 parent ed52a51 commit 1ad6a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hsweb-easy-orm-rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.8</version>
<version>42.3.9</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -165,4 +165,4 @@
</repository>
</repositories>

</project>
</project>

0 comments on commit 1ad6a7f

Please sign in to comment.