Skip to content

Commit 6e4e4e0

Browse files
committed
Bumping dependency versions and preparing for 3.1.1 release
1 parent 6cf92e7 commit 6e4e4e0

7 files changed

Lines changed: 17 additions & 26 deletions

File tree

RSTAUI/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ assert JavaVersion.current().isJava8Compatible()
99
archivesBaseName = 'rstaui'
1010

1111
dependencies {
12-
api 'com.fifesoft:rsyntaxtextarea:3.1.0'
13-
api 'com.fifesoft:autocomplete:3.1.0'
14-
testImplementation 'junit:junit:4.13'
12+
api 'com.fifesoft:rsyntaxtextarea:3.1.2'
13+
api 'com.fifesoft:autocomplete:3.1.1'
14+
testImplementation 'junit:junit:4.13.1'
1515
}
1616

1717
ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.spotbugs' version '4.0.1'
2+
id 'com.github.spotbugs' version '4.6.0'
33
}
44

55
group 'com.fifesoft'
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717

1818
wrapper {
19-
gradleVersion = '6.2.2'
19+
gradleVersion = '6.7.1'
2020
}
2121
}
2222

@@ -27,7 +27,7 @@ subprojects {
2727
apply plugin: 'com.github.spotbugs'
2828

2929
checkstyle {
30-
toolVersion = '8.30'
30+
toolVersion = '8.37'
3131
}
3232

3333
spotbugsMain {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22
javaVersion=1.8
3-
version=3.1.1-SNAPSHOT
3+
version=3.1.1

gradle/wrapper/gradle-wrapper.jar

508 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)