Skip to content

Commit 2c8f66c

Browse files
committed
updated postgresql driver to 42.7.4
1 parent 05d4fad commit 2c8f66c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.TXT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All rights reserved. Open Source, see LICENSE
44

55
2.0.3-dev
66
---------
7+
* Libraries
8+
* Bump postgresql to 42.7.4
79

810
2.0.2 2024-08-05
911
-----

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>org.postgresql</groupId>
279279
<artifactId>postgresql</artifactId>
280-
<version>42.7.3</version>
280+
<version>42.7.4</version>
281281
</dependency>
282282
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
283283
<dependency>

src/main/java/ublu/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package ublu;
22
class Version {
3-
static String compileDateTime = "2024-08-05 21:17:48 (GMT)";
3+
static String compileDateTime = "2024-10-18 15:43:38 (GMT)";
44
static String ubluVersion = "2.0.3-dev";
55
}

0 commit comments

Comments
 (0)