Skip to content

Commit

Permalink
Bump deps to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 5, 2024
1 parent e6a0497 commit 50c9a75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ext.javadoc_agg='spotless-changelog-lib spotless-changelog-plugin-gradle'
apply from: 干.file('base/sonatype.gradle')

String VER_JUNIT = '4.13.2'
String VER_ASSERTJ = '3.24.2'
String VER_JGIT= '6.4.0.202211300538-r'
String VER_ASSERTJ = '3.26.0'
String VER_JGIT= '6.10.0.202406032230-r'

subprojects {
apply from: 干.file('base/java.gradle')
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ plugins {
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
id 'com.diffplug.blowdryerSetup' version '1.7.1'
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
id 'com.diffplug.spotless' version '6.23.3' apply false
id 'com.diffplug.spotless' version '7.0.0.BETA1' apply false
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
id 'com.diffplug.spotless-changelog' version '3.0.2' apply false
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '1.2.1' apply false
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
id 'dev.equo.ide' version '1.7.5' apply false
id 'dev.equo.ide' version '1.7.6' apply false
// https://github.com/gradle-nexus/publish-plugin/releases
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0-rc-1' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false
}
blowdryerSetup {
github 'diffplug/blowdryer-diffplug', 'tag', '7.1.1'
github 'diffplug/blowdryer-diffplug', 'tag', '7.3.0'
//devLocal '../blowdryer-diffplug'
setPluginsBlockTo {
it.file 'plugin.versions'
Expand Down

0 comments on commit 50c9a75

Please sign in to comment.