Skip to content

Commit

Permalink
Dependency version bumps and preparing for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Sep 28, 2022
1 parent bf715a1 commit dd0ba25
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .settings/org.eclipse.buildship.core.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion AutoComplete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@ assert current().isJava8Compatible()
archivesBaseName = 'autocomplete'

dependencies {
api 'com.fifesoft:rsyntaxtextarea:3.2.0'
api 'com.fifesoft:rsyntaxtextarea:3.3.0'
}

ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 3,12 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.2.0'
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1'
}
}

plugins {
id 'com.github.spotbugs' version '5.0.6'
id 'com.github.spotbugs' version '5.0.12'
}

group 'com.fifesoft'
Expand All @@ -24,7 24,7 @@ allprojects {
}

wrapper {
gradleVersion = '7.4.1'
gradleVersion = '7.5.1'
}
}

Expand Down Expand Up @@ -70,8 70,8 @@ subprojects {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
}

compileJava {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
# Note that Maven- and signing-related properties are in <gradle-user-home>/gradle.properties
javaVersion=1.8
version=3.2.1-SNAPSHOT
version=3.3.0

# Ugh, see https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit dd0ba25

Please sign in to comment.