Skip to content

Commit 6220470

Browse files
committed
New release version v2.1.5
1 parent 363ec81 commit 6220470

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Specify the YDB JDBC driver in the dependencies:
2525
<dependency>
2626
<groupId>tech.ydb.jdbc</groupId>
2727
<artifactId>ydb-jdbc-driver</artifactId>
28-
<version>2.1.4</version>
28+
<version>2.1.5</version>
2929
</dependency>
3030

3131
<!-- Shaded version with included dependencies -->
3232
<dependency>
3333
<groupId>tech.ydb.jdbc</groupId>
3434
<artifactId>ydb-jdbc-driver-shaded</artifactId>
35-
<version>2.1.4</version>
35+
<version>2.1.5</version>
3636
</dependency>
3737
</dependencies>
3838
```

jdbc-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tech.ydb.jdbc</groupId>
88
<artifactId>ydb-jdbc-driver-parent</artifactId>
9-
<version>2.1.4</version>
9+
<version>2.1.5</version>
1010
</parent>
1111

1212
<artifactId>ydb-jdbc-driver-shaded</artifactId>

jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tech.ydb.jdbc</groupId>
88
<artifactId>ydb-jdbc-driver-parent</artifactId>
9-
<version>2.1.4</version>
9+
<version>2.1.5</version>
1010
</parent>
1111

1212
<artifactId>ydb-jdbc-driver</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>tech.ydb.jdbc</groupId>
77

88
<artifactId>ydb-jdbc-driver-parent</artifactId>
9-
<version>2.1.4</version>
9+
<version>2.1.5</version>
1010

1111
<name>YDB JDBC Module</name>
1212
<description>JDBC Driver over YDB Java SDK</description>

0 commit comments

Comments
 (0)