diff --git a/pom.xml b/pom.xml
index 7ac5f91..46c597e 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.8.0
+ 1.8.1
false
@@ -28,12 +28,12 @@
7.2.0
4.1.104.Final
- 2.16.0
+ 2.16.1
1.36.0
33.0.0-jre
4.5.14
- 3.24.2
+ 3.25.0
7.5.1
3.37.1
diff --git a/src/main/java/com/aerospike/jdbc/util/Constants.java b/src/main/java/com/aerospike/jdbc/util/Constants.java
index b1ba268..1ff8738 100644
--- a/src/main/java/com/aerospike/jdbc/util/Constants.java
+++ b/src/main/java/com/aerospike/jdbc/util/Constants.java
@@ -8,7 +8,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.8.0";
+ public static final String DRIVER_VERSION = "1.8.1";
public static final int DRIVER_MAJOR_VERSION = 1;
public static final int DRIVER_MINOR_VERSION = 8;