diff --git a/.github/workflows/gemini.yml b/.github/workflows/gemini.yml
new file mode 100644
index 00000000..a8ee3f71
--- /dev/null
+++ b/.github/workflows/gemini.yml
@@ -0,0 +1,23 @@
+version: 2.1
+executors:
+ my-custom-executor:
+ docker:
+ - image: cimg/base:stable
+ auth:
+ # ensure you have first added these secrets
+ # visit app.circleci.com/settings/project/github/Dargon789/binance/environment-variables
+ username: $DOCKER_HUB_USER
+ password: $DOCKER_HUB_PASSWORD
+jobs:
+ my-job-name:
+
+ executor: my-custom-executor
+ steps:
+ - checkout
+ - run: |
+ # echo Hello, World!
+
+workflows:
+ my-custom-workflow:
+ jobs:
+ - my-job-name
diff --git a/clients/pom.xml b/clients/pom.xml
index 5a5d9feb..2f474b15 100644
--- a/clients/pom.xml
+++ b/clients/pom.xml
@@ -385,12 +385,12 @@
org.bouncycastle
bcpkix-jdk18on
- 1.80
+ 1.82
org.eclipse.jetty.websocket
websocket-jetty-client
- 11.0.25
+ ${jetty-websocket.version}
@@ -399,10 +399,10 @@
${java.version}
1.9.0
4.12.0
- 2.12.1
+ 2.13.2
3.18.0
0.2.6
- 2.19.0
+ 2.20.0
3.0.0
3.1.1
5.10.3