Skip to content

Commit

Permalink
update EE version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed May 15, 2024
1 parent c13a082 commit 5963383
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 @@ -292,7 +292,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.16', changing: true
implementation group: 'com.dotcms.enterprise', name: 'ee', version: '23.01.17', changing: true
}
}

Expand Down

0 comments on commit 5963383

Please sign in to comment.