Skip to content

Commit 52e090e

Browse files
authored
Update Sailor to 3.3.9 (#85)
1 parent 03975b7 commit 52e090e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.2 (April 08, 2022)
2+
* Updated the Sailor version to 3.3.9
3+
14
## 2.5.1 (November 26, 2021)
25
* Updated the sailor version to 3.3.6
36
* Reduced the size of component icon file

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
6363
compile 'com.google.code.gson:gson:2.8.6'
6464
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'
6666
compile 'mysql:mysql-connector-java:8.0.20'
6767
compile 'org.postgresql:postgresql:42.2.18'
6868

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Database",
33
"description": "Database JDBC connector",
4-
"version": "2.5.1",
4+
"version": "2.5.2",
55
"buildType": "docker",
66
"credentials": {
77
"verifier": "io.elastic.jdbc.JdbcCredentialsVerifier",

0 commit comments

Comments
 (0)