Skip to content

Commit a8e211e

Browse files
committed
More version updates
1 parent 03e7eab commit a8e211e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ task generatePom {
174174
spotbugs {
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

190190
checkstyle {
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
}

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -23,7 +23,7 @@
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>
@@ -41,19 +41,19 @@
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>

0 commit comments

Comments
 (0)