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.2 (April 08, 2022)
2
+ * Updated the Sailor version to 3.3.9
3
+
1
4
## 2.5.1 (November 26, 2021)
2
5
* Updated the sailor version to 3.3.6
3
6
* Reduced the size of component icon file
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
compile ' com.fasterxml.jackson.core:jackson-databind:2.10.1'
63
63
compile ' com.google.code.gson:gson:2.8.6'
64
64
compile ' com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre8'
65
- compile ' io.elastic:sailor-jvm:3.3.6 '
65
+ compile ' io.elastic:sailor-jvm:3.3.9 '
66
66
compile ' mysql:mysql-connector-java:8.0.20'
67
67
compile ' org.postgresql:postgresql:42.2.18'
68
68
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.1 " ,
4
+ "version" : " 2.5.2 " ,
5
5
"buildType" : " docker" ,
6
6
"credentials" : {
7
7
"verifier" : " io.elastic.jdbc.JdbcCredentialsVerifier" ,
You can’t perform that action at this time.
0 commit comments