Commits

md_5 authored e9b47286d3d
Update dependencies
No tags

pom.xml

Modified
27 27 <exclusions>
28 28 <exclusion>
29 29 <groupId>junit</groupId>
30 30 <artifactId>junit</artifactId>
31 31 </exclusion>
32 32 </exclusions>
33 33 </dependency>
34 34 <dependency>
35 35 <groupId>com.google.guava</groupId>
36 36 <artifactId>guava</artifactId>
37 - <version>32.1.2-jre</version>
37 + <version>33.0.0-jre</version>
38 38 <scope>compile</scope>
39 39 </dependency>
40 40 <dependency>
41 41 <groupId>net.sf.jopt-simple</groupId>
42 42 <artifactId>jopt-simple</artifactId>
43 43 <version>5.0.4</version>
44 44 <scope>compile</scope>
45 45 </dependency>
46 46 <dependency>
47 47 <groupId>org.eclipse.jgit</groupId>
48 48 <artifactId>org.eclipse.jgit</artifactId>
49 - <version>5.13.2.202306221912-r</version>
49 + <version>5.13.3.202401111512-r</version>
50 50 <scope>compile</scope>
51 51 </dependency>
52 52 <dependency>
53 53 <groupId>org.slf4j</groupId>
54 54 <artifactId>slf4j-jdk14</artifactId>
55 55 <version>1.7.30</version>
56 56 <scope>compile</scope>
57 57 </dependency>
58 58 <dependency>
59 59 <groupId>org.projectlombok</groupId>
60 60 <artifactId>lombok</artifactId>
61 61 <version>1.18.30</version>
62 62 <scope>provided</scope>
63 63 </dependency>
64 64 <dependency>
65 65 <groupId>commons-io</groupId>
66 66 <artifactId>commons-io</artifactId>
67 - <version>2.13.0</version>
67 + <version>2.15.1</version>
68 68 <scope>compile</scope>
69 69 </dependency>
70 70 <dependency>
71 71 <groupId>com.google.code.gson</groupId>
72 72 <artifactId>gson</artifactId>
73 73 <version>2.10.1</version>
74 74 <scope>compile</scope>
75 75 </dependency>
76 76 </dependencies>
77 77
104 104 <Main-Class>org.spigotmc.builder.Bootstrap</Main-Class>
105 105 <Implementation-Title>BuildTools</Implementation-Title>
106 106 <Implementation-Version>${describe}</Implementation-Version>
107 107 </manifestEntries>
108 108 </archive>
109 109 </configuration>
110 110 </plugin>
111 111 <plugin>
112 112 <groupId>org.apache.maven.plugins</groupId>
113 113 <artifactId>maven-shade-plugin</artifactId>
114 - <version>3.5.0</version>
114 + <version>3.5.1</version>
115 115 <executions>
116 116 <execution>
117 117 <phase>package</phase>
118 118 <goals>
119 119 <goal>shade</goal>
120 120 </goals>
121 121 </execution>
122 122 </executions>
123 123 <configuration>
124 124 <filters>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut