Skip to content

Commit

Permalink
Bump Quarkus from 3.5.2 to 3.6.0 (#72)
Browse files Browse the repository at this point in the history
* Bump Quarkus from 3.5.2 to 3.6.0

* Bump org.apache.groovy:groovy-bom from 4.0.15 to 4.0.16

Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) from 4.0.15 to 4.0.16.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-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>
  • Loading branch information
essobedo and dependabot[bot] authored Nov 30, 2023
1 parent 5c84102 commit bfc0a7a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release:
current-version: 3.5.2
current-version: 3.6.0
next-version: "999-SNAPSHOT"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](https://img.shields.io/github/license/quarkiverse/quarkus-groovy)](http://www.apache.org/licenses/LICENSE-2.0)
[![Central](https://img.shields.io/maven-central/v/io.quarkiverse.groovy/quarkus-groovy?color=green)](https://search.maven.org/search?q=g:io.quarkiverse.groovy%20AND%20a:quarkus-groovy)

Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.5 applications in Groovy 4.0.
Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.6 applications in Groovy 4.0.

With Maven, add the following dependency to your `pom.xml` to get started:

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:project-version: 3.5.2
:project-version: 3.6.0
4 changes: 2 additions & 2 deletions examples/gradle-resteasy/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformGroupId=io.quarkus
quarkusPluginVersion=3.5.2
quarkusPlatformVersion=3.5.2
quarkusPluginVersion=3.6.0
quarkusPlatformVersion=3.6.0
version=999-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
# https://gradle.org/release-checksums/
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionSha256Sum=c16d517b50dd28b3f5838f0e844b7520b8f1eb610f2f29de7e4e04a1b7c9c79b
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.5.2</quarkus.version>
<quarkus.version>3.6.0</quarkus.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>
<groovy.version>4.0.15</groovy.version>
<groovy.version>4.0.16</groovy.version>
<groovy-maven-plugin.version>3.0.2</groovy-maven-plugin.version>
<docker-maven-plugin.version>0.43.4</docker-maven-plugin.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
Expand Down

0 comments on commit bfc0a7a

Please sign in to comment.