File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ License] ( https://img.shields.io/github/license/quarkiverse/quarkus-groovy )] ( http://www.apache.org/licenses/LICENSE-2.0 )
8
8
[ ![ 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 )
9
9
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.
11
11
12
12
With Maven, add the following dependency to your ` pom.xml ` to get started:
13
13
Original file line number Diff line number Diff line change 1
1
quarkusPlatformArtifactId =quarkus-bom
2
2
quarkusPlatformGroupId =io.quarkus
3
- quarkusPluginVersion =3.19.3
4
- quarkusPlatformVersion =3.19.3
3
+ quarkusPluginVersion =3.21.0
4
+ quarkusPlatformVersion =3.21.0
5
5
version =999-SNAPSHOT
Original file line number Diff line number Diff line change 25
25
<maven .compiler.release>17</maven .compiler.release>
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
28
- <quarkus .version>3.19.3 </quarkus .version>
28
+ <quarkus .version>3.21.0 </quarkus .version>
29
29
<quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
30
30
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
31
31
<quarkus .platform.version>${quarkus.version} </quarkus .platform.version>
You can’t perform that action at this time.
0 commit comments