File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation ' com.twelvemonkeys.imageio:imageio-tiff:' + " ${ MONKEY_VERSION} "
17
17
implementation ' org.apache.pdfbox:jbig2-imageio:' + " ${ JBIG2_VERSION} "
18
18
implementation ' org.apache.pdfbox:fontbox:' + " ${ FONT_BOX_VERSION} "
19
- implementation ' commons-logging:commons-logging:1.2 '
19
+ implementation ' commons-logging:commons-logging:' + " ${ COMMONS_LOGGING_VERSION } "
20
20
runtimeOnly ' com.github.jai-imageio:jai-imageio-jpeg2000:' + " ${ JAI_VERSION} "
21
21
// tests
22
22
testImplementation(platform(" org.junit:junit-bom:${ JUNIT_BOM_VERSION} " ))
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ JAI_VERSION=1.4.0
8
8
MONKEY_VERSION =3.9.4
9
9
JBIG2_VERSION =3.0.4
10
10
FONT_BOX_VERSION =2.0.27
11
+ COMMONS_LOGGING_VERSION =1.2
11
12
JUNIT_BOM_VERSION =5.9.3
Original file line number Diff line number Diff line change 27
27
<jai-imageio .version>1.4.0</jai-imageio .version>
28
28
<jbig2 .version>3.0.4</jbig2 .version>
29
29
<font-box .version>2.0.27</font-box .version>
30
+ <commons-logging .version>1.2</commons-logging .version>
30
31
<junit .bom.version>5.9.3</junit .bom.version>
31
32
</properties >
32
33
You can’t perform that action at this time.
0 commit comments