Skip to content

Commit 486aade

Browse files
Bump quarkus.version from 3.8.3 to 3.9.0 (#106)
Bumps `quarkus.version` from 3.8.3 to 3.9.0. Updates `io.quarkus:quarkus-bom` from 3.8.3 to 3.9.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.8.3...3.9.0) Updates `io.quarkus:quarkus-test-maven` from 3.8.3 to 3.9.0 Updates `io.quarkus:quarkus-enforcer-rules` from 3.8.3 to 3.9.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.8.3...3.9.0) Updates `io.quarkus:quarkus-maven-plugin` from 3.8.3 to 3.9.0 Updates `io.quarkus:quarkus-extension-processor` from 3.8.3 to 3.9.0 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.8.3 to 3.9.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.8.3...3.9.0) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-test-maven dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-processor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 901d2bd commit 486aade

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![License](https://img.shields.io/github/license/quarkiverse/quarkus-groovy)](http://www.apache.org/licenses/LICENSE-2.0)
88
[![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)
99

10-
Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.8 applications in Groovy 4.0.
10+
Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.9 applications in Groovy 4.0.
1111

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

@@ -34,7 +34,7 @@ To build the extension, the requirements are the following:
3434
* Java 17+
3535
* Maven 3.8+
3636
* Docker 23+
37-
* GraalVM 23+ (optional)
37+
* GraalVM 23.1+ (optional)
3838

3939
To quickly build the extension with all the tests and validators disabled:
4040

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
quarkusPlatformArtifactId=quarkus-bom
22
quarkusPlatformGroupId=io.quarkus
3-
quarkusPluginVersion=3.8.3
4-
quarkusPlatformVersion=3.8.3
3+
quarkusPluginVersion=3.9.0
4+
quarkusPlatformVersion=3.9.0
55
version=999-SNAPSHOT

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<maven.compiler.release>17</maven.compiler.release>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
29-
<quarkus.version>3.8.3</quarkus.version>
29+
<quarkus.version>3.9.0</quarkus.version>
3030
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
3131
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
3232
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>

0 commit comments

Comments
 (0)