Skip to content

Commit

Permalink
Bump quarkus.version from 3.17.5 to 3.17.8 (#121)
Browse files Browse the repository at this point in the history
* Bump quarkus.version from 3.17.5 to 3.17.8

Bumps `quarkus.version` from 3.17.5 to 3.17.8.

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.5 to 3.17.8

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

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

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: Maciej Swiderski <[email protected]>
  • Loading branch information
dependabot[bot] and mswiderski authored Jan 31, 2025
1 parent 886496e commit 2c688a0
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 @@ -14,7 +14,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>

<quarkus.version>3.17.5</quarkus.version>
<quarkus.version>3.17.8</quarkus.version>
<camel.version>3.17.0</camel.version>
<automatiko.version>${project.version}</automatiko.version>
<wiremock.version>2.35.2</wiremock.version>
Expand All @@ -39,4 +39,4 @@
<module>workflows-java-dsl</module>
<module>user-registration-javadsl</module>
</modules>
</project>
</project>

0 comments on commit 2c688a0

Please sign in to comment.