Skip to content

Commit

Permalink
set new EE version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Apr 1, 2024
1 parent 88c66e9 commit 7b444dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotCMS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ dependencies {

if (!(project.gradle.startParameter.taskNames.contains('deployWarTomcatDev') || project.gradle.startParameter.taskNames.contains('testDev'))) {

implementation group: 'com.dotcms.enterprise', name: 'ee', version: '23.01.14', changing: true
implementation group: 'com.dotcms.enterprise', name: 'ee', version: '23.01.15', changing: true
}
}

Expand Down

0 comments on commit 7b444dd

Please sign in to comment.