We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2930535 commit 5fbaf84Copy full SHA for 5fbaf84
docs/reference/create_starter.adoc
@@ -65,7 +65,7 @@ checking for availability of template helidon...
65
Create Starter Project
66
Project Name: helidon-starter
67
Framework Type: helidon
68
-Framework Versions: 4.2.3
+Framework Versions: 4.2.4
69
Project Path /tmp/starters/helidon-starter
70
71
Are you sure you want to create the starter project above? (y/n) y
templates/helidon/pom.xml
@@ -13,7 +13,7 @@
13
<parent>
14
<groupId>io.helidon.applications</groupId>
15
<artifactId>helidon-mp</artifactId>
16
- <version>4.2.3</version>
+ <version>4.2.4</version>
17
<relativePath/>
18
</parent>
19
templates/python/requirements.txt
@@ -1,2 +1,2 @@
1
-coherence-client==2.0.3
+coherence-client==2.0.4
2
Quart==0.20.0
0 commit comments