diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a81fc9747..8ad1f42dd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -70,7 +70,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,7 +81,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
# - name: Autobuild
- # uses: github/codeql-action/autobuild@v2
+ # uses: github/codeql-action/autobuild@v3
# âšī¸ Command-line programs to run using the OS shell.
# đ https://git.io/JvXDl
@@ -99,4 +99,4 @@ jobs:
run: ./mvnw -B -ntp clean package -DskipTests=true -Dtoolchain.skip=true
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
diff --git a/pom.xml b/pom.xml
index 8cd67be1b..f45f276bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
9.2.0
12.9.0.jre8-preview
9.3.9.0002
- 3.48.0.0
+ 3.49.0.0
13.10.00.35
5.0.6.java11
3.12.14
diff --git a/querydsl-examples/querydsl-example-jpa-quarkus/pom.xml b/querydsl-examples/querydsl-example-jpa-quarkus/pom.xml
index 969834c87..aa755232f 100644
--- a/querydsl-examples/querydsl-example-jpa-quarkus/pom.xml
+++ b/querydsl-examples/querydsl-example-jpa-quarkus/pom.xml
@@ -12,7 +12,7 @@
Querydsl example - JPA Quarkus
- 3.18.1
+ 3.18.2