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.8 (July 02, 2024)
2
+ * Bumped Sailor to 4.0.2
3
+
1
4
## 2.5.7 (July 07, 2023)
2
5
* Bumped Sailor to 4.0.1
3
6
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.1 '
77
+ compile ' io.elastic:sailor-jvm:4.0.2 '
78
78
compile ' mysql:mysql-connector-java:8.0.29'
79
79
compile ' org.postgresql:postgresql:42.5.0'
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.7 " ,
4
+ "version" : " 2.5.8 " ,
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