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 fb09b7d commit f09e09cCopy full SHA for f09e09c
tests/test-javalin/pom.xml
@@ -16,6 +16,7 @@
16
17
<properties>
18
<main.class>org.example.myapp.Main</main.class>
19
+ <javalin.version>3.10.1</javalin.version>
20
<swagger.version>2.0.8</swagger.version>
21
<kotlin.version>1.3.31</kotlin.version>
22
<avaje-http-version>1.1-SNAPSHOT</avaje-http-version>
@@ -32,7 +33,7 @@
32
33
<dependency>
34
<groupId>io.javalin</groupId>
35
<artifactId>javalin</artifactId>
- <version>3.9.1</version>
36
+ <version>${javalin.version}</version>
37
</dependency>
38
39
0 commit comments