Skip to content

Commit

Permalink
Bump quarkus.version from 3.7.0 to 3.7.1 (#349)
Browse files Browse the repository at this point in the history
* Bump quarkus.version from 3.7.0 to 3.7.1

Bumps `quarkus.version` from 3.7.0 to 3.7.1.

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

Updates `io.quarkus:quarkus-extension-processor` from 3.7.0 to 3.7.1

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Łukasz Witkowski <[email protected]>
  • Loading branch information
dependabot[bot] and lwitkowski authored Feb 1, 2024
1 parent 7dc6760 commit 0d9773f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ so-called "HTTP APIs" are usually not.
```

## Usage
### Quarkus 3.X / Java 11+
### Quarkus 3.X / Java 17+
Make sure JDK 17 is in your PATH, then run:
```shell
mvn io.quarkus:quarkus-maven-plugin:3.7.0:create \
mvn io.quarkus:quarkus-maven-plugin:3.7.1:create \
-DprojectGroupId=problem \
-DprojectArtifactId=quarkus-resteasy-problem-playground \
-DclassName="problem.HelloResource" \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- runtime/test dependencies -->
<quarkus.version>3.7.0</quarkus.version>
<quarkus.version>3.7.1</quarkus.version>
<zalando-problem.version>0.27.1</zalando-problem.version>
<assertj.version>3.25.2</assertj.version>
<jmh.version>1.37</jmh.version>
Expand Down

0 comments on commit 0d9773f

Please sign in to comment.