Skip to content

Commit

Permalink
Bump quarkus from 2.15.0.Final to 2.15.1.Final (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Dec 30, 2022
1 parent 86808a9 commit dbfafcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
java temurin-17.0.5+8
quarkus 2.15.0.Final
quarkus 2.15.1.Final
gradle 7.5.1
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Internal

- Bump quarkus from 2.14.3.Final to 2.15.0.Final (#110).
- Bump quarkus from 2.14.3.Final to 2.15.1.Final (#110, #112).
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Gradle properties
quarkusPluginId=io.quarkus
quarkusPluginVersion=2.15.0.Final
quarkusPluginVersion=2.15.1.Final
quarkusPlatformGroupId=io.quarkus.platform
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformVersion=2.15.0.Final
quarkusPlatformVersion=2.15.1.Final

# Quarkus properties
quarkus.package.type=uber-jar

0 comments on commit dbfafcb

Please sign in to comment.