Skip to content

Commit

Permalink
[deps] Update to jandex 2.4.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 22, 2022
1 parent 54105d7 commit 4aba145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group = org.kordamp.gradle
sourceCompatibility = 1.8
targetCompatibility = 1.8

jandexVersion = 2.4.1.Final
jandexVersion = 2.4.2.Final
kordampPluginVersion = 0.46.0
kordampBuildVersion = 2.5.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class JandexPlugin implements Plugin<Project> {
jandexConfiguration.defaultDependencies(new Action<DependencySet>() {
@Override
void execute(DependencySet dependencies) {
dependencies.add(project.dependencies.create('org.jboss:jandex:2.4.1.Final'))
dependencies.add(project.dependencies.create('org.jboss:jandex:2.4.2.Final'))
}
})

Expand Down

0 comments on commit 4aba145

Please sign in to comment.