diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 98af35ce6d09a9224c848885e6b9de1f3f8e1779..536d3fcb9488a7424d70dc43475e6d7e0a9c06e5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
   gradle:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK 8
         uses: actions/setup-java@v3
         with:
@@ -46,7 +46,7 @@ jobs:
   quasar:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Setup Node.js environment
         uses: actions/setup-node@v3.0.0
         with:
@@ -70,7 +70,7 @@ jobs:
   docker:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: Get branch name
         id: branch-name
diff --git a/build.gradle b/build.gradle
index f2b7a985ae642d6869a29c1991ef5312bcf200e9..d054c793fa67a62579303b1a50a0076ca67631cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,12 +76,11 @@ dependencies {
     //embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.2'
     //embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.2'
     //embed 'org.apache.activemq:artemis-jms-server:2.19.0'
-    embed 'org.apache.logging.log4j:log4j-web:2.17.1'
 
-    embed 'org.apache.logging.log4j:log4j-api:2.17.1'
     embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
+    embed 'org.apache.logging.log4j:log4j-api:2.17.2'
     embed 'org.apache.logging.log4j:log4j-core:2.17.2'
-    embed 'org.apache.logging.log4j:log4j-web:2.17.1'
+    embed 'org.apache.logging.log4j:log4j-web:2.17.2'
     embed 'org.apache.logging.log4j:log4j-jul:2.17.2'
 
     // Dev tools