diff --git a/haiti-exception/pom.xml b/haiti-exception/pom.xml
index 4486ed6..b9b92db 100644
--- a/haiti-exception/pom.xml
+++ b/haiti-exception/pom.xml
@@ -6,7 +6,7 @@
dev.struchkov.haiti
haiti-dependencies
- 2.3.2
+ 2.3.3
haiti-exception
diff --git a/haiti-utils/pom.xml b/haiti-utils/pom.xml
index 49c77db..d504c63 100644
--- a/haiti-utils/pom.xml
+++ b/haiti-utils/pom.xml
@@ -6,7 +6,7 @@
dev.struchkov.haiti
haiti-dependencies
- 2.3.2
+ 2.3.3
Haiti Utils
diff --git a/haiti-utils/src/main/java/module-info.java b/haiti-utils/src/main/java/module-info.java
index eb7c508..ffe1635 100644
--- a/haiti-utils/src/main/java/module-info.java
+++ b/haiti-utils/src/main/java/module-info.java
@@ -1,5 +1,6 @@
module haiti.utils {
exports dev.struchkov.haiti.utils;
+ exports dev.struchkov.haiti.utils.concurrent;
exports dev.struchkov.haiti.utils.domain;
requires haiti.exception;
diff --git a/pom.xml b/pom.xml
index 00e09b4..adc38fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
dev.struchkov.haiti
haiti-dependencies
- 2.3.2
+ 2.3.3
pom
Haiti Framework