Skip to content

Commit

Permalink
build(deps): Bump quarkus.version from 3.16.3 to 3.17.3 (#420)
Browse files Browse the repository at this point in the history
* build(deps): Bump quarkus.version from 3.16.3 to 3.17.3

Bumps `quarkus.version` from 3.16.3 to 3.17.3.

Updates `io.quarkus:quarkus-bom` from 3.16.3 to 3.17.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.16.3...3.17.3)

Updates `io.quarkus:quarkus-maven-plugin` from 3.16.3 to 3.17.3

Updates `io.quarkus:quarkus-extension-processor` from 3.16.3 to 3.17.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.16.3 to 3.17.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.16.3...3.17.3)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Graal.

See

https://bsky.app/profile/rotnroll666.bsky.social/post/3lbwq2g4xb226

https://bsky.app/profile/gsmet.bsky.social/post/3lbx264fsb224
Signed-off-by: Michael Simons <michael.simons@neo4j.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Michael Simons <michael.simons@neo4j.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Simons <michael.simons@neo4j.com>
  • Loading branch information
dependabot[bot] and michael-simons authored Dec 9, 2024
1 parent 4e0f914 commit 15371eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
distribution: 'graalvm'
java-version: '17'
java-version: '23'
components: 'native-image,js'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Maven packages
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<docker-maven-plugin.version>0.45.1</docker-maven-plugin.version>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<graalvm.version>24.1.1</graalvm.version>
<java-module-name />
<java-module-name/>
<java.version>17</java.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -83,7 +83,7 @@
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<quarkus-neo4j.version>5.0.1</quarkus-neo4j.version>
<quarkus.version>3.16.3</quarkus.version>
<quarkus.version>3.17.3</quarkus.version>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
</properties>

Expand Down Expand Up @@ -300,7 +300,7 @@
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
<DependencyConvergence />
<DependencyConvergence/>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
Expand Down

0 comments on commit 15371eb

Please sign in to comment.