Skip to content

Commit 4c64bcd

Browse files
author
Kate Ivanova
committed
Upgrade org.slf4j:slf4j-log4j12, ch.qos.logback:logback-classic, logback-core, bouncycastle versions
Update bouncycastle version from 1.69 to 1.70 Update variable for GhostscriptHelperTest in order to be runnable on more systems DEVSIX-6218, DEVSIX-6278
1 parent 1f41576 commit 4c64bcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

io/src/test/java/com/itextpdf/io/util/GhostscriptHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class GhostscriptHelperTest extends ExtendedITextTest {
6464

6565
// In some of the test we will check whether Ghostscript has printed its help message to the console.
6666
// The value of this threshold should be definitely less than the length of the help message.
67-
private static final int SYSTEM_OUT_LENGTH_LIMIT = 400;
67+
private static final int SYSTEM_OUT_LENGTH_LIMIT = 450;
6868

6969
@Before
7070
public void setUp() {

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
<properties>
7474
<argLine>-Xmx1024m</argLine>
75-
<bouncycastle.version>1.69</bouncycastle.version>
75+
<bouncycastle.version>1.70</bouncycastle.version>
7676
<dependencyCheck.version>6.0.3</dependencyCheck.version>
7777
<failsafe.version>3.0.0-M3</failsafe.version>
7878
<integrationtests>com.itextpdf.test.annotations.type.IntegrationTest</integrationtests>
@@ -83,7 +83,7 @@
8383
<javadoc.version>3.0.1</javadoc.version>
8484
<junit.version>4.13.2</junit.version>
8585
<junitparams.version>1.0.4</junitparams.version>
86-
<logback.version>1.2.4</logback.version>
86+
<logback.version>1.2.10</logback.version>
8787
<maven.compiler.source>1.8</maven.compiler.source>
8888
<maven.compiler.target>1.8</maven.compiler.target>
8989
<maven.jar.version>3.1.0</maven.jar.version>
@@ -93,7 +93,7 @@
9393
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9494
<sampletests>com.itextpdf.test.annotations.type.SampleTest</sampletests>
9595
<skipTests>true</skipTests>
96-
<slf4j.version>1.7.31</slf4j.version>
96+
<slf4j.version>1.7.33</slf4j.version>
9797
<slowtests>com.itextpdf.test.annotations.type.SlowTest</slowtests>
9898
<sonar.dependencyCheck.htmlReportPath>target/dependency-check-report.html</sonar.dependencyCheck.htmlReportPath>
9999
<sonar.dependencyCheck.reportPath>target/dependency-check-report.xml</sonar.dependencyCheck.reportPath>

0 commit comments

Comments
 (0)