Skip to content

Commit

Permalink
Bump the quarkus group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the quarkus group with 4 updates: [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus), [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus), io.quarkus:quarkus-maven-plugin and [io.quarkiverse.web-bundler:quarkus-web-bundler](https://github.com/quarkiverse/quarkus-web-bundler).


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

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

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

Updates `io.quarkiverse.web-bundler:quarkus-web-bundler` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/quarkiverse/quarkus-web-bundler/releases)
- [Commits](quarkiverse/quarkus-web-bundler@1.7.3...1.8.0)

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkiverse.web-bundler:quarkus-web-bundler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent e39d28d commit c06c808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.version>3.17.2</quarkus.version>
<quarkus.version>3.17.3</quarkus.version>
<revision>999-SNAPSHOT</revision>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
Expand All @@ -39,7 +39,7 @@
<version.opensearch>2.18</version.opensearch>
<!-- This version needs to match the version in src/main/docker/elasticsearch-custom.Dockerfile -->
<version.elasticsearch>8.16</version.elasticsearch>
<version.quarkus-web-bundler>1.7.3</version.quarkus-web-bundler>
<version.quarkus-web-bundler>1.8.0</version.quarkus-web-bundler>
<!-- Configuration for the search backend used in tests by default: -->
<search.backend.dockerfile>${project.basedir}/src/main/docker/elasticsearch-custom.Dockerfile</search.backend.dockerfile>
<search.backend.dockerversion>${version.elasticsearch}</search.backend.dockerversion>
Expand Down

0 comments on commit c06c808

Please sign in to comment.