Skip to content

Commit

Permalink
updated postgresql driver to 42.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Oct 18, 2024
1 parent 05d4fad commit 2c8f66c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All rights reserved. Open Source, see LICENSE

2.0.3-dev
---------
* Libraries
* Bump postgresql to 42.7.4

2.0.2 2024-08-05
-----
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ublu/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "2024-08-05 21:17:48 (GMT)";
static String compileDateTime = "2024-10-18 15:43:38 (GMT)";
static String ubluVersion = "2.0.3-dev";
}

0 comments on commit 2c8f66c

Please sign in to comment.