diff --git a/pom.xml b/pom.xml
index 8d76198..76b2e7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
aerospike-jdbc
A JDBC driver for the Aerospike database
https://github.com/aerospike/aerospike-jdbc
- 1.9.1
+ 1.9.2
false
@@ -27,10 +27,10 @@
3.6.0
8.1.4
- 4.1.113.Final
- 2.17.2
- 1.37.0
- 33.3.0-jre
+ 4.1.114.Final
+ 2.18.1
+ 1.38.0
+ 33.3.1-jre
4.5.14
3.25.0
diff --git a/src/main/java/com/aerospike/jdbc/util/Constants.java b/src/main/java/com/aerospike/jdbc/util/Constants.java
index 05764eb..7612795 100644
--- a/src/main/java/com/aerospike/jdbc/util/Constants.java
+++ b/src/main/java/com/aerospike/jdbc/util/Constants.java
@@ -12,7 +12,7 @@ public final class Constants {
public static final String UNSUPPORTED_QUERY_TYPE_MESSAGE = "Unsupported query type";
// Driver version
- public static final String DRIVER_VERSION = "1.9.1";
+ public static final String DRIVER_VERSION = "1.9.2";
public static final int DRIVER_MAJOR_VERSION = 1;
public static final int DRIVER_MINOR_VERSION = 9;