Commits
md_5 authored 00ec8a12f81
18 18 | |
19 19 | <dependencies> |
20 20 | <dependency> |
21 21 | <groupId>com.custardsource.dybdob</groupId> |
22 22 | <artifactId>java-diff-utils-copy</artifactId> |
23 23 | <version>1.0.1</version> |
24 24 | </dependency> |
25 25 | <dependency> |
26 26 | <groupId>com.google.guava</groupId> |
27 27 | <artifactId>guava</artifactId> |
28 - | <version>18.0</version> |
28 + | <version>19.0</version> |
29 29 | <scope>compile</scope> |
30 30 | </dependency> |
31 31 | <dependency> |
32 32 | <groupId>net.sf.jopt-simple</groupId> |
33 33 | <artifactId>jopt-simple</artifactId> |
34 - | <version>4.7</version> |
34 + | <version>5.0.2</version> |
35 35 | <scope>compile</scope> |
36 36 | </dependency> |
37 37 | <dependency> |
38 38 | <groupId>org.eclipse.jgit</groupId> |
39 39 | <artifactId>org.eclipse.jgit</artifactId> |
40 - | <version>3.6.1.201501031845-r</version> |
40 + | <version>4.4.1.201607150455-r</version> |
41 41 | <scope>compile</scope> |
42 42 | </dependency> |
43 43 | <dependency> |
44 44 | <groupId>org.projectlombok</groupId> |
45 45 | <artifactId>lombok</artifactId> |
46 46 | <version>1.14.8</version> |
47 47 | <scope>provided</scope> |
48 48 | </dependency> |
49 49 | <dependency> |
50 50 | <groupId>commons-io</groupId> |
51 51 | <artifactId>commons-io</artifactId> |
52 - | <version>2.4</version> |
52 + | <version>2.5</version> |
53 53 | </dependency> |
54 54 | <dependency> |
55 55 | <groupId>org.apache.commons</groupId> |
56 56 | <artifactId>commons-compress</artifactId> |
57 - | <version>1.9</version> |
57 + | <version>1.12</version> |
58 58 | </dependency> |
59 59 | <dependency> |
60 60 | <groupId>com.google.code.gson</groupId> |
61 61 | <artifactId>gson</artifactId> |
62 - | <version>2.3.1</version> |
62 + | <version>2.7</version> |
63 63 | </dependency> |
64 64 | </dependencies> |
65 65 | |
66 66 | <build> |
67 67 | <finalName>${project.name}</finalName> |
68 68 | <plugins> |
69 69 | <plugin> |
70 70 | <groupId>net.md-5</groupId> |
71 71 | <artifactId>scriptus</artifactId> |
72 72 | <version>0.2</version> |