Skip to content

Commit

Permalink
Merge pull request #127 from bwRavencl/dependabot/gradle/org.gradlex.…
Browse files Browse the repository at this point in the history
…extra-java-module-info-1.5

Bump org.gradlex.extra-java-module-info from 1.4.2 to 1.5
  • Loading branch information
bwRavencl authored Oct 31, 2023
2 parents 969c7d1 + b9f8a23 commit 667e5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.github.spotbugs' version '5.2.1'
id 'net.ltgt.errorprone' version '3.1.0'
id 'org.ajoberstar.grgit' version '5.2.1'
id 'org.gradlex.extra-java-module-info' version '1.4.2'
id 'org.gradlex.extra-java-module-info' version '1.5'
}

version = Grgit.open(dir: projectDir).describe(longDescr: true).replaceFirst(Pattern.quote('-'), '.').replaceFirst Pattern.quote('-g'), '-'
Expand Down

0 comments on commit 667e5c8

Please sign in to comment.