Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit fca67e4

Browse files
committed
DEVEM-535 Updated versions.gradle for Alfresco v7.4
1 parent b8f44b5 commit fca67e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gradle/versions.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ext {
55
"70": "7.0.0",
66
"71": "7.1.1",
77
"72": "7.2.0",
8-
"73": "7.3.0"
8+
"73": "7.3.0",
9+
"74": "7.4.0"
910
]
1011

1112
springVersions = [
@@ -14,7 +15,8 @@ ext {
1415
"70": "5.3.3.RELEASE",
1516
"71": "5.3.9.RELEASE",
1617
"72": "5.3.15.RELEASE",
17-
"73": "5.3.23.RELEASE"
18+
"73": "5.3.23.RELEASE",
19+
"74": "5.3.27"
1820
]
1921

2022
geminiVersions = [
@@ -24,5 +26,6 @@ ext {
2426
"71": "3.0.0.M01",
2527
"72": "3.0.0.M01",
2628
"73": "3.0.0.M01",
29+
"74": "3.0.0.M01"
2730
]
2831
}

0 commit comments

Comments
 (0)