Skip to content

Commit

Permalink
build(deps): bump quarkus.platform.version in /modules/gs-user-q
Browse files Browse the repository at this point in the history
Bumps `quarkus.platform.version` from 3.9.4 to 3.10.0.

Updates `io.quarkus:quarkus-universe-bom` from 3.9.4 to 3.10.0
- [Commits](quarkusio/quarkus-platform@3.9.4...3.10.0)

Updates `io.quarkus:quarkus-test-h2` from 3.9.4 to 3.10.0

Updates `io.quarkus:quarkus-maven-plugin` from 3.9.4 to 3.10.0

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-universe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-test-h2
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent fda5b80 commit 739cd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gs-user-q/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<quarkus.platform.version>3.9.4</quarkus.platform.version>
<quarkus.platform.version>3.10.0</quarkus.platform.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down

0 comments on commit 739cd6c

Please sign in to comment.