Skip to content

Commit 63582da

Browse files
authored
Add strikethrough extension (#969)
1 parent 7590164 commit 63582da

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

gradle.properties

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,21 @@ cglibNodepVersion=2.2.3
117117

118118
checkerQualVersion=3.31.0
119119

120+
commonmarkVersion=0.24.0
121+
120122
# the beanutils version is not the default version brought from commons-validator and/or commons-digester
121123
# in the :server:api module but is required for some of our code to compile
122124
commonsBeanutilsVersion=1.9.4
123-
commonsCollectionsVersion=3.2.2
124-
commonsCollections4Version=4.4
125125
commonsCodecVersion=1.17.1
126+
commonsCollections4Version=4.4
127+
commonsCollectionsVersion=3.2.2
126128
commonsCompressVersion=1.27.1
127129
commonsDbcpVersion=1.4
128-
commonsDiscoveryVersion=0.2
129130
commonsDigesterVersion=1.8.1
131+
commonsDiscoveryVersion=0.2
130132
commonsIoVersion=2.18.0
131-
commonsLangVersion=2.6
132133
commonsLang3Version=3.17.0
134+
commonsLangVersion=2.6
133135
commonsLoggingVersion=1.3.4
134136
commonsMath3Version=3.6.1
135137
commonsPoolVersion=1.6

0 commit comments

Comments
 (0)