Skip to content

Commit 345a0d3

Browse files
authored
Sailor 4.0.2
1 parent bc71063 commit 345a0d3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 2.5.8 (July 02, 2024)
1+
## 2.5.8 (July 09, 2024)
22
* Bumped Sailor to 4.0.2
3+
* Bumped Postgresql library to 42.5.5
4+
* Bumped MySQL library to 8.4.0
35

46
## 2.5.7 (July 07, 2023)
57
* Bumped Sailor to 4.0.1

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ dependencies {
7575
compile 'com.google.code.gson:gson:2.10'
7676
compile 'com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
7777
compile 'io.elastic:sailor-jvm:4.0.2'
78-
compile 'mysql:mysql-connector-java:8.0.29'
79-
compile 'org.postgresql:postgresql:42.5.0'
78+
compile 'com.mysql:mysql-connector-j:8.4.0'
79+
compile 'org.postgresql:postgresql:42.5.5'
8080

8181
testCompile 'io.github.cdimascio:java-dotenv:5.1.0'
8282
testCompile 'org.hsqldb:hsqldb:2.0.0'

0 commit comments

Comments
 (0)