File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >io.javalin</groupId >
23
23
<artifactId >javalin</artifactId >
24
- <version >5.0.0 </version >
24
+ <version >5.0.1 </version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >com.nixxcode.jvmbrotli</groupId >
36
36
<dependency >
37
37
<groupId >org.apache.commons</groupId >
38
38
<artifactId >commons-lang3</artifactId >
39
- <version >3.7 </version >
39
+ <version >3.12.0 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.slf4j</groupId >
62
62
<dependency >
63
63
<groupId >com.h2database</groupId >
64
64
<artifactId >h2</artifactId >
65
- <version >2.1.212 </version >
65
+ <version >2.1.214 </version >
66
66
<scope >runtime</scope >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >com.zaxxer</groupId >
70
70
<artifactId >HikariCP</artifactId >
71
- <version >4 .0.3 </version >
71
+ <version >5 .0.1 </version >
72
72
</dependency >
73
73
</dependencies >
74
74
102
102
</execution >
103
103
</executions >
104
104
<configuration >
105
- <jvmTarget >1.8 </jvmTarget >
105
+ <jvmTarget >11 </jvmTarget >
106
106
</configuration >
107
107
</plugin >
108
108
<plugin >
127
127
</execution >
128
128
</executions >
129
129
</plugin >
130
+ <plugin >
131
+ <groupId >org.apache.maven.plugins</groupId >
132
+ <artifactId >maven-compiler-plugin</artifactId >
133
+ <configuration >
134
+ <source >11</source >
135
+ <target >11</target >
136
+ </configuration >
137
+ </plugin >
130
138
131
139
<plugin >
132
140
<groupId >com.heroku.sdk</groupId >
You can’t perform that action at this time.
0 commit comments