From 630e88bd0c6421861ec1613b140db71afe856e09 Mon Sep 17 00:00:00 2001 From: bobbylight Date: Sat, 22 Jan 2022 11:13:00 -0500 Subject: [PATCH] Preparing for the 3.1.4 release --- RSTAUI/build.gradle | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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