Skip to content

Commit

Permalink
Preparing for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Sep 26, 2022
1 parent dbf9096 commit 832212b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 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,9 +70,9 @@ subprojects {
}

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

compileJava {
Expand Down
1 change: 1 addition & 0 deletions config/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<Not>
<Or>
<Bug pattern="SA_FIELD_SELF_ASSIGNMENT" />
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
<Bug pattern="SF_SWITCH_NO_DEFAULT" />
<Bug pattern="DLS_DEAD_LOCAL_STORE" />
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 <maven-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 832212b

Please sign in to comment.