File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ assert JavaVersion.current().isJava8Compatible()
9
9
archivesBaseName = ' rstaui'
10
10
11
11
dependencies {
12
- api ' com.fifesoft:rsyntaxtextarea:3.2 .0'
13
- api ' com.fifesoft:autocomplete:3.2 .0'
14
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 '
15
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2 '
12
+ api ' com.fifesoft:rsyntaxtextarea:3.3 .0'
13
+ api ' com.fifesoft:autocomplete:3.3 .0'
14
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.1 '
15
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
16
16
}
17
17
18
18
ext. isReleaseVersion = ! project. version. endsWith(' SNAPSHOT' )
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.github.spotbugs' version ' 5.0.6 '
2
+ id ' com.github.spotbugs' version ' 5.0.12 '
3
3
}
4
4
5
5
group ' com.fifesoft'
@@ -16,7 +16,7 @@ allprojects {
16
16
}
17
17
18
18
wrapper {
19
- gradleVersion = ' 7.4 .1'
19
+ gradleVersion = ' 7.5 .1'
20
20
}
21
21
}
22
22
Original file line number Diff line number Diff line change 1
1
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
2
2
javaVersion =1.8
3
- version =3.2.1-SNAPSHOT
3
+ version =3.3.0
4
4
5
5
# Ugh, see https://github.com/gradle/gradle/issues/11308
6
6
systemProp.org.gradle.internal.publish.checksums.insecure =true
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 .1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments