diff --git a/bin/dispatcher b/bin/dispatcher
index ee37124..64c0431 100755
--- a/bin/dispatcher
+++ b/bin/dispatcher
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
ROOT="$(pwd)"
-VERSION="1.1.1"
+VERSION="1.1.2"
cd "$(dirname "$0")" || exit
cd "../"
cd "$ROOT" || exit
diff --git a/bin/dispatcher.cmd b/bin/dispatcher.cmd
index e934f83..248aa2d 100755
--- a/bin/dispatcher.cmd
+++ b/bin/dispatcher.cmd
@@ -15,6 +15,6 @@
@rem ***************************************************************************
@echo off
set "ROOT=%~dp0..\"
-set "VERSION=1.1.1"
+set "VERSION=1.1.2"
set "classpath=%ROOT%target\classes:%ROOT%lib\*:%ROOT%WEB-INF\lib\*:%ROOT%WEB-INF\classes":%classpath%
@java -cp "%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar" org.tinystruct.system.Dispatcher %*
\ No newline at end of file
diff --git a/lib/tinystruct-1.0.0-jar-with-dependencies.jar b/lib/tinystruct-1.0.0-jar-with-dependencies.jar
deleted file mode 100644
index fb49a2b..0000000
Binary files a/lib/tinystruct-1.0.0-jar-with-dependencies.jar and /dev/null differ
diff --git a/pom.xml b/pom.xml
index b229225..66a372e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,12 +16,12 @@
org.apache.tomcat.embed
tomcat-embed-core
- 8.5.94
+ 10.1.7
org.tinystruct
tinystruct
- 1.1.1
+ 1.1.2
jar-with-dependencies
diff --git a/src/main/java/custom/application/v1/smalltalk.java b/src/main/java/custom/application/v1/smalltalk.java
index aa13316..2ace6cd 100644
--- a/src/main/java/custom/application/v1/smalltalk.java
+++ b/src/main/java/custom/application/v1/smalltalk.java
@@ -19,7 +19,7 @@
import org.tinystruct.system.util.Matrix;
import org.tinystruct.transfer.DistributedMessageQueue;
-import javax.activation.MimetypesFileTypeMap;
+import jakarta.activation.MimetypesFileTypeMap;
import java.awt.image.BufferedImage;
import java.io.*;
import java.nio.charset.StandardCharsets;