Commits
md_5 authored 3dc96312ff7
33 33 | </dependency> |
34 34 | <dependency> |
35 35 | <groupId>net.sf.jopt-simple</groupId> |
36 36 | <artifactId>jopt-simple</artifactId> |
37 37 | <version>4.9</version> |
38 38 | <scope>compile</scope> |
39 39 | </dependency> |
40 40 | <dependency> |
41 41 | <groupId>org.eclipse.jgit</groupId> |
42 42 | <artifactId>org.eclipse.jgit</artifactId> |
43 - | <version>4.5.2.201704071617-r</version> |
43 + | <version>4.5.3.201708160445-r</version> |
44 44 | <scope>compile</scope> |
45 45 | </dependency> |
46 46 | <dependency> |
47 47 | <groupId>org.slf4j</groupId> |
48 48 | <artifactId>slf4j-jdk14</artifactId> |
49 49 | <version>1.7.25</version> |
50 50 | <scope>compile</scope> |
51 51 | </dependency> |
52 52 | <dependency> |
53 53 | <groupId>org.projectlombok</groupId> |
54 54 | <artifactId>lombok</artifactId> |
55 55 | <version>1.16.16</version> |
56 56 | <scope>provided</scope> |
57 57 | </dependency> |
58 58 | <dependency> |
59 59 | <groupId>commons-io</groupId> |
60 60 | <artifactId>commons-io</artifactId> |
61 - | <version>2.5</version> |
61 + | <version>2.6</version> |
62 62 | <scope>compile</scope> |
63 63 | </dependency> |
64 64 | <dependency> |
65 65 | <groupId>com.google.code.gson</groupId> |
66 66 | <artifactId>gson</artifactId> |
67 - | <version>2.8.1</version> |
67 + | <version>2.8.2</version> |
68 68 | <scope>compile</scope> |
69 69 | </dependency> |
70 70 | </dependencies> |
71 71 | |
72 72 | <build> |
73 73 | <finalName>${project.name}</finalName> |
74 74 | <plugins> |
75 75 | <plugin> |
76 76 | <groupId>net.md-5</groupId> |
77 77 | <artifactId>scriptus</artifactId> |
97 97 | <manifestEntries> |
98 98 | <Main-Class>org.spigotmc.builder.Bootstrap</Main-Class> |
99 99 | <Implementation-Version>${describe}</Implementation-Version> |
100 100 | </manifestEntries> |
101 101 | </archive> |
102 102 | </configuration> |
103 103 | </plugin> |
104 104 | <plugin> |
105 105 | <groupId>org.apache.maven.plugins</groupId> |
106 106 | <artifactId>maven-shade-plugin</artifactId> |
107 - | <version>3.0.0</version> |
107 + | <version>3.1.0</version> |
108 108 | <executions> |
109 109 | <execution> |
110 110 | <phase>package</phase> |
111 111 | <goals> |
112 112 | <goal>shade</goal> |
113 113 | </goals> |
114 114 | </execution> |
115 115 | </executions> |
116 116 | <configuration> |
117 117 | <filters> |