File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.5.9 (August 01, 2024)
2
+ * Bumped Sailor to 4.0.3
3
+ *
1
4
## 2.5.8 (July 09, 2024)
2
5
* Bumped Sailor to 4.0.2
3
6
* Bumped Postgresql library to 42.5.5
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ dependencies {
74
74
compile ' com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
75
75
compile ' com.google.code.gson:gson:2.10'
76
76
compile ' com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
77
- compile ' io.elastic:sailor-jvm:4.0.2 '
77
+ compile ' io.elastic:sailor-jvm:4.0.3 '
78
78
compile ' com.mysql:mysql-connector-j:8.4.0'
79
79
compile ' org.postgresql:postgresql:42.5.5'
80
80
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Database" ,
3
3
"description" : " Database JDBC connector" ,
4
- "version" : " 2.5.8 " ,
4
+ "version" : " 2.5.9 " ,
5
5
"credentials" : {
6
6
"verifier" : " io.elastic.jdbc.JdbcCredentialsVerifier" ,
7
7
"fields" : {
You can’t perform that action at this time.
0 commit comments