diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 42c87a4781..2f1047bf38 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 602ade349a..0ab35ffdc1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
diff --git a/pom.xml b/pom.xml
index 924d3793c8..4e633bbe1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
maven-plugin-plugin
- 3.6.0
+ 3.10.2
maven-install-plugin
diff --git a/quickfixj-codegenerator/pom.xml b/quickfixj-codegenerator/pom.xml
index fd81e29225..ba3f798287 100644
--- a/quickfixj-codegenerator/pom.xml
+++ b/quickfixj-codegenerator/pom.xml
@@ -78,7 +78,7 @@
maven-plugin-plugin
- 3.7.0
+ 3.10.2