Skip to content

Commit 126f213

Browse files
Copilotsiddhijain
andcommitted
Remove build.gradle version changes per review feedback
Co-authored-by: siddhijain <[email protected]>
1 parent 016cb3e commit 126f213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ task sourcesJar(type: Jar) {
190190

191191
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
192192
// In release/*, we change these to specific versions being consumed.
193-
def commonVersion = "23.1.1"
193+
def commonVersion = "1.0.+"
194194
if (project.hasProperty("distCommonVersion")) {
195195
commonVersion = project.distCommonVersion
196196
}
197197
// Used for testfixtures
198-
def common4jVersion = "23.1.1"
198+
def common4jVersion = "1.0.+"
199199
if (project.hasProperty("distCommon4jVersion")) {
200200
distCommon4jVersion = project.distCommon4jVersion
201201
}

0 commit comments

Comments
 (0)