File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 2.5.8 (July 02 , 2024)
1
+ ## 2.5.8 (July 09 , 2024)
2
2
* Bumped Sailor to 4.0.2
3
+ * Bumped Postgresql library to 42.5.5
4
+ * Bumped MySQL library to 8.4.0
3
5
4
6
## 2.5.7 (July 07, 2023)
5
7
* Bumped Sailor to 4.0.1
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ dependencies {
75
75
compile ' com.google.code.gson:gson:2.10'
76
76
compile ' com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
77
77
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 '
80
80
81
81
testCompile ' io.github.cdimascio:java-dotenv:5.1.0'
82
82
testCompile ' org.hsqldb:hsqldb:2.0.0'
You can’t perform that action at this time.
0 commit comments