diff --git a/RSTAUI/build.gradle b/RSTAUI/build.gradle index ed74aed..9cceaf7 100644 --- a/RSTAUI/build.gradle +++ b/RSTAUI/build.gradle @@ -9,10 +9,10 @@ assert JavaVersion.current().isJava8Compatible() archivesBaseName = 'rstaui' dependencies { - api 'com.fifesoft:rsyntaxtextarea:3.1.4' - api 'com.fifesoft:autocomplete:3.1.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' + api 'com.fifesoft:rsyntaxtextarea:3.1.6' + api 'com.fifesoft:autocomplete:3.1.5' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' } ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT') diff --git a/gradle.properties b/gradle.properties index ab7548b..b73fc59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Note that Maven- and signing-related properties are in /gradle.properties javaVersion=1.8 -version=3.1.4-SNAPSHOT +version=3.1.4 # Ugh, see https://github.com/gradle/gradle/issues/11308 systemProp.org.gradle.internal.publish.checksums.insecure=true