Skip to content

Commit

Permalink
Bump Jandex version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Aug 25, 2021
1 parent 9c93807 commit 05c9ef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.0
:jandex-version: 2.3.0.Final
:jandex-version: 2.3.1.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
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.3.0.Final
jandexVersion = 2.3.1.Final
kordampPluginVersion = 0.46.0
kordampBuildVersion = 2.5.0

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.3.0.Final'))
dependencies.add(project.dependencies.create('org.jboss:jandex:2.3.1.Final'))
}
})

Expand Down

0 comments on commit 05c9ef4

Please sign in to comment.