Skip to content

Commit 2086fe0

Browse files
Bump quarkus.version from 3.19.2 to 3.21.0 (#232)
1 parent aae3924 commit 2086fe0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.19 applications in Groovy 4.0.
10+
Quarkus Groovy is a Quarkus extension that allows you to write Quarkus 3.21 applications in Groovy 4.0.
1111

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

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.19.3
4-
quarkusPlatformVersion=3.19.3
3+
quarkusPluginVersion=3.21.0
4+
quarkusPlatformVersion=3.21.0
55
version=999-SNAPSHOT

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<maven.compiler.release>17</maven.compiler.release>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
28-
<quarkus.version>3.19.3</quarkus.version>
28+
<quarkus.version>3.21.0</quarkus.version>
2929
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
3030
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
3131
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>

0 commit comments

Comments
 (0)