Skip to content

Commit

Permalink
Update XNAT versions in gradle build to 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter committed Apr 18, 2024
1 parent 75a253b commit 6f63518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
plugins {
id "java"
id "org.nrg.xnat.build.xnat-data-builder" version "1.8.9"
id "org.nrg.xnat.build.xnat-data-builder" version "1.8.10"
id "io.freefair.lombok" version "6.0.0-m2"
}

Expand All @@ -26,7 +26,7 @@ configurations {
}

dependencies {
xnatProvided platform("org.nrg:parent:1.8.9")
xnatProvided platform("org.nrg:parent:1.8.10")
xnatProvided "org.nrg:framework"
xnatProvided "org.nrg.xnat:xnat-data-models"
xnatProvided "org.nrg.xnat:web"
Expand Down

0 comments on commit 6f63518

Please sign in to comment.