Skip to content

Commit 2ea58a2

Browse files
committed
Preparing for 3.3.0 release
1 parent 0f9106c commit 2ea58a2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

RSTAUI/build.gradle

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

1111
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'
1616
}
1717

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

build.gradle

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

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

1818
wrapper {
19-
gradleVersion = '7.4.1'
19+
gradleVersion = '7.5.1'
2020
}
2121
}
2222

gradle.properties

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

55
# Ugh, see https://github.com/gradle/gradle/issues/11308
66
systemProp.org.gradle.internal.publish.checksums.insecure=true
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-7.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)