diff --git a/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml b/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml index e1ad363a..0e933ceb 100644 --- a/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml +++ b/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/registration-login-springboot-security-thymeleaf.yml b/.github/workflows/registration-login-springboot-security-thymeleaf.yml index 7f6da944..cfc14726 100644 --- a/.github/workflows/registration-login-springboot-security-thymeleaf.yml +++ b/.github/workflows/registration-login-springboot-security-thymeleaf.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/spring-aop-advice-examples.yml b/.github/workflows/spring-aop-advice-examples.yml index e5ec1ae8..a9d7df34 100644 --- a/.github/workflows/spring-aop-advice-examples.yml +++ b/.github/workflows/spring-aop-advice-examples.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/spring-boot-crud-rest.yml b/.github/workflows/spring-boot-crud-rest.yml index 6cef68aa..04b394b5 100644 --- a/.github/workflows/spring-boot-crud-rest.yml +++ b/.github/workflows/spring-boot-crud-rest.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/spring-propertysource-example.yml b/.github/workflows/spring-propertysource-example.yml index 99861f5c..636f2c1d 100644 --- a/.github/workflows/spring-propertysource-example.yml +++ b/.github/workflows/spring-propertysource-example.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-async-example.yml b/.github/workflows/springboot-async-example.yml index d0d08d02..5f869e6e 100644 --- a/.github/workflows/springboot-async-example.yml +++ b/.github/workflows/springboot-async-example.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-crud-hibernate-example.yml b/.github/workflows/springboot-crud-hibernate-example.yml index fa03f2db..69d025da 100644 --- a/.github/workflows/springboot-crud-hibernate-example.yml +++ b/.github/workflows/springboot-crud-hibernate-example.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-crud-rest-api-validation.yml b/.github/workflows/springboot-crud-rest-api-validation.yml index cccc13d3..b178181e 100644 --- a/.github/workflows/springboot-crud-rest-api-validation.yml +++ b/.github/workflows/springboot-crud-rest-api-validation.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-helloworld-application.yml b/.github/workflows/springboot-helloworld-application.yml index 01ba74b7..3ba40733 100644 --- a/.github/workflows/springboot-helloworld-application.yml +++ b/.github/workflows/springboot-helloworld-application.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-composite-key-demo.yml b/.github/workflows/springboot-hibernate-composite-key-demo.yml index 14038a31..21c2932a 100644 --- a/.github/workflows/springboot-hibernate-composite-key-demo.yml +++ b/.github/workflows/springboot-hibernate-composite-key-demo.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-many-to-many-mapping.yml b/.github/workflows/springboot-hibernate-many-to-many-mapping.yml index a8f700f6..2c3a21e1 100644 --- a/.github/workflows/springboot-hibernate-many-to-many-mapping.yml +++ b/.github/workflows/springboot-hibernate-many-to-many-mapping.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-one-many-mapping.yml b/.github/workflows/springboot-hibernate-one-many-mapping.yml index 7b377305..1fea21f4 100644 --- a/.github/workflows/springboot-hibernate-one-many-mapping.yml +++ b/.github/workflows/springboot-hibernate-one-many-mapping.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-one-one-mapping.yml b/.github/workflows/springboot-hibernate-one-one-mapping.yml index f61a3f07..e78afbe5 100644 --- a/.github/workflows/springboot-hibernate-one-one-mapping.yml +++ b/.github/workflows/springboot-hibernate-one-one-mapping.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-jpa-one-to-one-example.yml b/.github/workflows/springboot-jpa-one-to-one-example.yml index 182701ef..bd7cf3fd 100644 --- a/.github/workflows/springboot-jpa-one-to-one-example.yml +++ b/.github/workflows/springboot-jpa-one-to-one-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-jsp-hello-world-example.yml b/.github/workflows/springboot-jsp-hello-world-example.yml index 8b0f4cc7..f713c7b6 100644 --- a/.github/workflows/springboot-jsp-hello-world-example.yml +++ b/.github/workflows/springboot-jsp-hello-world-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-mongodb-crud.yml b/.github/workflows/springboot-mongodb-crud.yml index 3d5f68a8..30c3064d 100644 --- a/.github/workflows/springboot-mongodb-crud.yml +++ b/.github/workflows/springboot-mongodb-crud.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-multiple-datasources.yml b/.github/workflows/springboot-multiple-datasources.yml index f9dd2d37..5dd46087 100644 --- a/.github/workflows/springboot-multiple-datasources.yml +++ b/.github/workflows/springboot-multiple-datasources.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-stomp-websocket.yml b/.github/workflows/springboot-stomp-websocket.yml index 627fe8ca..55be72a6 100644 --- a/.github/workflows/springboot-stomp-websocket.yml +++ b/.github/workflows/springboot-stomp-websocket.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-testing-examples.yml b/.github/workflows/springboot-testing-examples.yml index c9d26d32..83f96afb 100644 --- a/.github/workflows/springboot-testing-examples.yml +++ b/.github/workflows/springboot-testing-examples.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-thymeleaf-hello-world-example.yml b/.github/workflows/springboot-thymeleaf-hello-world-example.yml index b3a925e8..357d5b51 100644 --- a/.github/workflows/springboot-thymeleaf-hello-world-example.yml +++ b/.github/workflows/springboot-thymeleaf-hello-world-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-thymeleaf-security-demo.yml b/.github/workflows/springboot-thymeleaf-security-demo.yml index 68163b7d..6df1dd5b 100644 --- a/.github/workflows/springboot-thymeleaf-security-demo.yml +++ b/.github/workflows/springboot-thymeleaf-security-demo.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-upload-download-file-database.yml b/.github/workflows/springboot-upload-download-file-database.yml index 19726ba0..e379bde8 100644 --- a/.github/workflows/springboot-upload-download-file-database.yml +++ b/.github/workflows/springboot-upload-download-file-database.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-upload-download-file-rest-api-example.yml b/.github/workflows/springboot-upload-download-file-rest-api-example.yml index b5c72812..31152198 100644 --- a/.github/workflows/springboot-upload-download-file-rest-api-example.yml +++ b/.github/workflows/springboot-upload-download-file-rest-api-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-annotation-config.yml b/.github/workflows/springboot2-annotation-config.yml index 5054b5d3..c8ce85e6 100644 --- a/.github/workflows/springboot2-annotation-config.yml +++ b/.github/workflows/springboot2-annotation-config.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-externalizing-conf-properties.yml b/.github/workflows/springboot2-externalizing-conf-properties.yml index 1e8d6697..8b21158a 100644 --- a/.github/workflows/springboot2-externalizing-conf-properties.yml +++ b/.github/workflows/springboot2-externalizing-conf-properties.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-freemarker-example.yml b/.github/workflows/springboot2-freemarker-example.yml index 76abb19f..1a8a8722 100644 --- a/.github/workflows/springboot2-freemarker-example.yml +++ b/.github/workflows/springboot2-freemarker-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-java-config.yml b/.github/workflows/springboot2-java-config.yml index 9c208417..55aa9b6b 100644 --- a/.github/workflows/springboot2-java-config.yml +++ b/.github/workflows/springboot2-java-config.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml b/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml index 9a2609ab..e099f73a 100644 --- a/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml +++ b/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jms-activemq.yml b/.github/workflows/springboot2-jms-activemq.yml index a6459119..fca863a9 100644 --- a/.github/workflows/springboot2-jms-activemq.yml +++ b/.github/workflows/springboot2-jms-activemq.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jpa-auditing.yml b/.github/workflows/springboot2-jpa-auditing.yml index 0f7dd06f..138484ce 100644 --- a/.github/workflows/springboot2-jpa-auditing.yml +++ b/.github/workflows/springboot2-jpa-auditing.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jpa-h2-crud-example.yml b/.github/workflows/springboot2-jpa-h2-crud-example.yml index 716b6f24..a0560378 100644 --- a/.github/workflows/springboot2-jpa-h2-crud-example.yml +++ b/.github/workflows/springboot2-jpa-h2-crud-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jpa-swagger3.yml b/.github/workflows/springboot2-jpa-swagger3.yml index 598f9324..f3cd5539 100644 --- a/.github/workflows/springboot2-jpa-swagger3.yml +++ b/.github/workflows/springboot2-jpa-swagger3.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 21 distribution: "temurin" diff --git a/.github/workflows/springboot2-junit5-example.yml b/.github/workflows/springboot2-junit5-example.yml index 6f1d9f0f..055cf3b6 100644 --- a/.github/workflows/springboot2-junit5-example.yml +++ b/.github/workflows/springboot2-junit5-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-logging.yml b/.github/workflows/springboot2-logging.yml index 960e1d8a..db7b5f02 100644 --- a/.github/workflows/springboot2-logging.yml +++ b/.github/workflows/springboot2-logging.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml b/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml index af59e87a..1e7049d1 100644 --- a/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml +++ b/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-mybatis-mysql-example.yml b/.github/workflows/springboot2-mybatis-mysql-example.yml index 1039feac..aa172e53 100644 --- a/.github/workflows/springboot2-mybatis-mysql-example.yml +++ b/.github/workflows/springboot2-mybatis-mysql-example.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "zulu" diff --git a/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml b/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml index d20bf4ca..ada74b35 100644 --- a/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml +++ b/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-webapp-jsp-WAR.yml b/.github/workflows/springboot2-webapp-jsp-WAR.yml index 2b5cd62d..e6a9daab 100644 --- a/.github/workflows/springboot2-webapp-jsp-WAR.yml +++ b/.github/workflows/springboot2-webapp-jsp-WAR.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "zulu" diff --git a/.github/workflows/springboot2-webapp-jsp.yml b/.github/workflows/springboot2-webapp-jsp.yml index 7ef997a8..2280af3e 100644 --- a/.github/workflows/springboot2-webapp-jsp.yml +++ b/.github/workflows/springboot2-webapp-jsp.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "zulu" diff --git a/.github/workflows/springboot2-webapp-thymeleaf.yml b/.github/workflows/springboot2-webapp-thymeleaf.yml index c9a51a2c..1f5b9cda 100644 --- a/.github/workflows/springboot2-webapp-thymeleaf.yml +++ b/.github/workflows/springboot2-webapp-thymeleaf.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: "zulu" diff --git a/.github/workflows/springboot2-xml-config.yml b/.github/workflows/springboot2-xml-config.yml index 05ce1238..38a61a69 100644 --- a/.github/workflows/springboot2-xml-config.yml +++ b/.github/workflows/springboot2-xml-config.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.6.0 with: java-version: 18 distribution: "zulu"