File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >parent-javalin-pom</artifactId >
13
- <version >0.1.1 </version >
13
+ <version >0.1.2 </version >
14
14
<name >ParentJavalinPom</name >
15
15
<packaging >pom</packaging >
16
16
<url >https://github.com/UnterrainerInformatik/java-parent-javalin-pom</url >
21
21
<dependency >
22
22
<groupId >io.javalin</groupId >
23
23
<artifactId >javalin</artifactId >
24
- <version >6.5.0 </version >
24
+ <version >3.13.4 </version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.eclipse.jetty</groupId >
28
28
<artifactId >jetty-http</artifactId >
29
- <version >11.0.24 </version >
29
+ <version >9.4.38.v20210224 </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >org.eclipse.jetty</groupId >
33
33
<artifactId >jetty-server</artifactId >
34
- <version >11.0.24 </version >
34
+ <version >9.4.38.v20210224 </version >
35
35
</dependency >
36
36
<!-- TEST-SCOPE ################################################# -->
37
37
You can’t perform that action at this time.
0 commit comments