From 2e1ef2ff2ae0ea5ab8036f6ee792a1c27319be74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:30:11 -0300 Subject: [PATCH] Sync master into querydsl-7.0 (#873) * Bump quarkus.version from 3.18.1 to 3.18.2 Bumps `quarkus.version` from 3.18.1 to 3.18.2. Updates `io.quarkus.platform:quarkus-bom` from 3.18.1 to 3.18.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.18.1...3.18.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.18.1 to 3.18.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.18.1...3.18.2) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix #871 - bump codeQl to v3 (#872) * Bump org.xerial:sqlite-jdbc from 3.48.0.0 to 3.49.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.48.0.0 to 3.49.0.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.48.0.0...3.49.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kamil Krzywanski <61804231+kamilkrzywanski@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 6 +++--- pom.xml | 2 +- querydsl-examples/querydsl-example-jpa-quarkus/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a81fc9747a..8ad1f42dde 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 8cd67be1ba..f45f276bf8 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 969834c874..aa755232f2 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