Skip to content

Commit

Permalink
Bump org.javamodularity.moduleplugin from 1.8.11 to 1.8.12
Browse files Browse the repository at this point in the history
Bumps org.javamodularity.moduleplugin from 1.8.11 to 1.8.12.

---
updated-dependencies:
- dependency-name: org.javamodularity.moduleplugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2022
1 parent 26ab72e commit 2f54a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.diffplug.spotless") version "6.9.0" // https://plugins.gradle.org/plugin/com.diffplug.spotless
id("pl.allegro.tech.build.axion-release") version "1.13.14" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
id("com.github.kt3k.coveralls") version "2.12.0" // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
id("org.javamodularity.moduleplugin") version "1.8.11" apply false // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
id("org.javamodularity.moduleplugin") version "1.8.12" apply false // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
}

project.version = scmVersion.version
Expand Down

0 comments on commit 2f54a5f

Please sign in to comment.