Skip to content

Commit d081f5f

Browse files
authored
Bump test dependencies (#1304)
1 parent 886db90 commit d081f5f

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

asciidoctorj-core/src/test/java/org/asciidoctor/WhenAttributesAreUsedInAsciidoctor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import static java.nio.charset.StandardCharsets.UTF_8;
2626
import static org.hamcrest.MatcherAssert.assertThat;
2727
import static org.hamcrest.Matchers.*;
28-
import static org.hamcrest.collection.IsArrayContaining.hasItemInArray;
2928
import static org.junit.Assert.assertEquals;
3029
import static org.xmlmatchers.xpath.HasXPath.hasXPath;
3130

build.gradle

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ ext {
6363
statusIsRelease = (status == 'release')
6464

6565
// jar versions
66-
arquillianVersion = '1.6.0.Final'
67-
arquillianSpockVersion = '1.0.0.CR1'
66+
arquillianVersion = '1.9.2.Final'
6867
asciidoctorjPdfVersion = '2.3.19'
6968
asciidoctorjEpub3Version = '2.2.0'
7069
asciidoctorjDiagramVersion = '2.3.2'
@@ -73,20 +72,19 @@ ext {
7372
asciidoctorjDiagramBatikVersion = '1.17'
7473
asciidoctorjDiagramPlantumlVersion = '1.2025.2'
7574
asciidoctorjRevealJsVersion = '5.2.0'
76-
commonsioVersion = '2.15.1'
77-
guavaVersion = '18.0'
78-
hamcrestVersion = '1.3'
75+
commonsioVersion = '2.19.0'
76+
hamcrestVersion = '2.2'
7977
jcommanderVersion = '2.0'
8078
jrubyVersion = '9.4.12.1'
8179
jsoupVersion = '1.20.1'
8280
junit4Version = '4.13.2'
8381
junit5Version = '5.13.1'
84-
junitPioneerVersion = '2.2.0'
85-
assertjVersion = '3.24.2'
86-
nettyVersion = '4.1.58.Final'
87-
saxonVersion = '9.9.0-2'
82+
junitPioneerVersion = '2.3.0'
83+
assertjVersion = '3.27.3'
84+
nettyVersion = '4.2.2.Final'
85+
saxonVersion = '9.9.1-8'
8886
xmlMatchersVersion = '1.0-RC1'
89-
pdfboxVersion = '3.0.0'
87+
pdfboxVersion = '3.0.5'
9088

9189
// gem versions
9290
asciidoctorGemVersion = project.hasProperty('asciidoctorGemVersion') ? project.asciidoctorGemVersion : '2.0.23'
@@ -95,7 +93,7 @@ ext {
9593
rougeGemVersion = '3.30.0'
9694

9795
codenarcVersion = '3.2.0'
98-
groovyVersion = '3.0.17'
96+
groovyVersion = '3.0.25'
9997
erubisGemVersion = '2.7.0'
10098
hamlGemVersion = '5.2.2'
10199
openUriCachedGemVersion = '0.0.5'

0 commit comments

Comments
 (0)