File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
io/src/test/java/com/itextpdf/io/util Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public class GhostscriptHelperTest extends ExtendedITextTest {
64
64
65
65
// In some of the test we will check whether Ghostscript has printed its help message to the console.
66
66
// 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 ;
68
68
69
69
@ Before
70
70
public void setUp () {
Original file line number Diff line number Diff line change 72
72
73
73
<properties >
74
74
<argLine >-Xmx1024m</argLine >
75
- <bouncycastle .version>1.69 </bouncycastle .version>
75
+ <bouncycastle .version>1.70 </bouncycastle .version>
76
76
<dependencyCheck .version>6.0.3</dependencyCheck .version>
77
77
<failsafe .version>3.0.0-M3</failsafe .version>
78
78
<integrationtests >com.itextpdf.test.annotations.type.IntegrationTest</integrationtests >
83
83
<javadoc .version>3.0.1</javadoc .version>
84
84
<junit .version>4.13.2</junit .version>
85
85
<junitparams .version>1.0.4</junitparams .version>
86
- <logback .version>1.2.4 </logback .version>
86
+ <logback .version>1.2.10 </logback .version>
87
87
<maven .compiler.source>1.8</maven .compiler.source>
88
88
<maven .compiler.target>1.8</maven .compiler.target>
89
89
<maven .jar.version>3.1.0</maven .jar.version>
93
93
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
94
94
<sampletests >com.itextpdf.test.annotations.type.SampleTest</sampletests >
95
95
<skipTests >true</skipTests >
96
- <slf4j .version>1.7.31 </slf4j .version>
96
+ <slf4j .version>1.7.33 </slf4j .version>
97
97
<slowtests >com.itextpdf.test.annotations.type.SlowTest</slowtests >
98
98
<sonar .dependencyCheck.htmlReportPath>target/dependency-check-report.html</sonar .dependencyCheck.htmlReportPath>
99
99
<sonar .dependencyCheck.reportPath>target/dependency-check-report.xml</sonar .dependencyCheck.reportPath>
You can’t perform that action at this time.
0 commit comments