File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 39
39
<url >https://github.com/alaisi/postgres-async-driver/issues</url >
40
40
</issueManagement >
41
41
42
+ <prerequisites >
43
+ <maven >3.3</maven >
44
+ </prerequisites >
45
+
42
46
<build >
43
47
<plugins >
44
48
<plugin >
45
49
<groupId >org.apache.maven.plugins</groupId >
46
50
<artifactId >maven-compiler-plugin</artifactId >
47
- <version >3.1 </version >
51
+ <version >3.3 </version >
48
52
<configuration >
49
53
<source >1.8</source >
50
54
<target >1.8</target >
57
61
<dependency >
58
62
<groupId >io.netty</groupId >
59
63
<artifactId >netty-handler</artifactId >
60
- <version >4.0.24 .Final</version >
64
+ <version >4.0.32 .Final</version >
61
65
</dependency >
62
66
<dependency >
63
67
<groupId >org.reactivestreams</groupId >
72
76
<dependency >
73
77
<groupId >junit</groupId >
74
78
<artifactId >junit</artifactId >
75
- <version >4.11 </version >
79
+ <version >4.12 </version >
76
80
<scope >test</scope >
77
81
</dependency >
78
82
</dependencies >
You can’t perform that action at this time.
0 commit comments