Skip to content

Commit

Permalink
Bumping dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Oct 2, 2022
1 parent 0326b3a commit f842b37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SpellChecker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ assert JavaVersion.current().isJava8Compatible()
archivesBaseName = 'spellchecker'

dependencies {
api 'com.fifesoft:rsyntaxtextarea:3.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
api 'com.fifesoft:rsyntaxtextarea:3.3.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
}

ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//plugins {
// id 'com.github.spotbugs' version '4.7.1'
// id 'com.github.spotbugs' version '5.0.12'
//}

group = 'com.fifesoft'
Expand All @@ -16,7 +16,7 @@ allprojects {
}

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

tasks.withType(Javadoc) {
Expand Down
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 f842b37

Please sign in to comment.