Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/gradle/dev/com.github.spotbugs-6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Feb 5, 2025
2 parents cdc979f + d644f65 commit 4877177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
// ^^ for some reason, can't use spotless in multiple subprojects without this ^^
id 'com.google.cloud.tools.jib' version '3.4.4' apply false
// ^^ see https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#i-am-seeing-method-not-found-or-class-not-found-errors-when-building
id 'org.sonarqube' version '5.1.0.4882' apply false
id 'org.sonarqube' version '6.0.1.5171' apply false
id 'io.freefair.lombok' version '6.4.1' apply false
id 'org.hidetake.swagger.generator' version '2.19.2' apply false
}
Expand All @@ -19,7 +19,7 @@ repositories { mavenCentral() }

subprojects {
group = 'bio.terra'
version = '1.62.0-SNAPSHOT'
version = '1.64.0-SNAPSHOT'

apply plugin: 'idea'
apply plugin: 'java'
Expand Down

0 comments on commit 4877177

Please sign in to comment.