Skip to content

Commit

Permalink
Sync master into querydsl-7.0 (#873)
Browse files Browse the repository at this point in the history
* 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](quarkusio/quarkus-platform@3.18.1...3.18.2)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.18.1 to 3.18.2
- [Commits](quarkusio/quarkus-platform@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] <[email protected]>

* 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](xerial/sqlite-jdbc@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] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
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 <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent b45c56b commit 2e1ef2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<mysql.version>9.2.0</mysql.version>
<mssql.version>12.9.0.jre8-preview</mssql.version>
<cubrid.version>9.3.9.0002</cubrid.version>
<sqlite.version>3.48.0.0</sqlite.version>
<sqlite.version>3.49.0.0</sqlite.version>
<teradata.version>13.10.00.35</teradata.version>
<firebird.version>5.0.6.java11</firebird.version>
<mongodb.version>3.12.14</mongodb.version>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-jpa-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Querydsl example - JPA Quarkus</name>

<properties>
<quarkus.version>3.18.1</quarkus.version>
<quarkus.version>3.18.2</quarkus.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2e1ef2f

Please sign in to comment.