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.10.2 to 3.11.1.

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

Updates `io.quarkus:quarkus-test-h2` from 3.10.2 to 3.11.1

Updates `io.quarkus:quarkus-maven-plugin` from 3.10.2 to 3.11.1

---
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 Jun 6, 2024
1 parent bed2343 commit 7d6a4bf
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.10.2</quarkus.platform.version>
<quarkus.platform.version>3.11.1</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 7d6a4bf

Please sign in to comment.