File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ task generatePom {
174174spotbugs {
175175 ignoreFailures = true
176176 showStackTraces = false
177- toolVersion = ' 4.3.0 '
177+ toolVersion = ' 4.4.1 '
178178 effort = ' max'
179179 reportLevel = ' low'
180180 // includeFilter = file("$rootProject.projectDir/config/spotbugs-filter.xml")
@@ -189,7 +189,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
189189
190190checkstyle {
191191 ignoreFailures = true
192- toolVersion = ' 8.45'
192+ toolVersion = ' 8.45.1 '
193193 showViolations = false
194194}
195195
@@ -245,6 +245,6 @@ pmd {
245245 'java-unusedcode'
246246*/
247247 ]
248- toolVersion = ' 6.37 .0'
248+ toolVersion = ' 6.38 .0'
249249 incrementalAnalysis = true
250250}
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.mcmoddev</groupId >
66 <artifactId >MMDBot</artifactId >
7- <version >3.2 .0</version >
7+ <version >3.5 .0</version >
88 <inceptionYear >2016</inceptionYear >
99 <licenses >
1010 <license >
2323 <dependency >
2424 <groupId >net.dv8tion</groupId >
2525 <artifactId >JDA</artifactId >
26- <version >4.3.0_281 </version >
26+ <version >4.3.0_331 </version >
2727 <scope >runtime</scope >
2828 </dependency >
2929 <dependency >
4141 <dependency >
4242 <groupId >ch.qos.logback</groupId >
4343 <artifactId >logback-classic</artifactId >
44- <version >1.2.3 </version >
44+ <version >1.2.6 </version >
4545 <scope >runtime</scope >
4646 </dependency >
4747 <dependency >
4848 <groupId >com.electronwill.night-config</groupId >
4949 <artifactId >toml</artifactId >
50- <version >3.6.3 </version >
50+ <version >3.6.4 </version >
5151 <scope >runtime</scope >
5252 </dependency >
5353 <dependency >
5454 <groupId >org.xerial</groupId >
5555 <artifactId >sqlite-jdbc</artifactId >
56- <version >3.36.0.2 </version >
56+ <version >3.36.0.3 </version >
5757 <scope >runtime</scope >
5858 </dependency >
5959 <dependency >
You can’t perform that action at this time.
0 commit comments