Skip to content

Commit

Permalink
Update jandex references to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 1, 2021
1 parent dc2d8a8 commit bbfa58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:project-name: jandex-gradle-plugin
:project-group: org.kordamp.gradle
:project-version: 0.10.0
:jandex-version: 2.2.3.Final
:jandex-version: 2.3.0.Final
:plugin-id: {project-group}.jandex

image:https://github.com/{project-owner}/{project-name}/workflows/Build/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.2.2.Final'))
dependencies.add(project.dependencies.create('org.jboss:jandex:2.3.0.Final'))
}
})

Expand Down

0 comments on commit bbfa58e

Please sign in to comment.