Skip to content

Commit 3d361c1

Browse files
author
Patrick Corless
committed
GH-286 touch up commons logging version declaration.
1 parent 5cc8e0e commit 3d361c1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

core/core-awt/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'com.twelvemonkeys.imageio:imageio-tiff:' + "${MONKEY_VERSION}"
1717
implementation 'org.apache.pdfbox:jbig2-imageio:' + "${JBIG2_VERSION}"
1818
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}"
2020
runtimeOnly 'com.github.jai-imageio:jai-imageio-jpeg2000:' + "${JAI_VERSION}"
2121
// tests
2222
testImplementation(platform("org.junit:junit-bom:${JUNIT_BOM_VERSION}"))

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ JAI_VERSION=1.4.0
88
MONKEY_VERSION=3.9.4
99
JBIG2_VERSION=3.0.4
1010
FONT_BOX_VERSION=2.0.27
11+
COMMONS_LOGGING_VERSION=1.2
1112
JUNIT_BOM_VERSION=5.9.3

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<jai-imageio.version>1.4.0</jai-imageio.version>
2828
<jbig2.version>3.0.4</jbig2.version>
2929
<font-box.version>2.0.27</font-box.version>
30+
<commons-logging.version>1.2</commons-logging.version>
3031
<junit.bom.version>5.9.3</junit.bom.version>
3132
</properties>
3233

0 commit comments

Comments
 (0)