File tree 4 files changed +10
-9
lines changed 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
28
- name : Fetch Sources
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
with :
31
31
fetch-depth : 1
32
- - uses : actions/setup-java@v2
32
+ - uses : actions/setup-java@v3
33
33
with :
34
- distribution : ' temurin'
34
+ distribution : temurin
35
35
java-version : ${{ matrix.java }}
36
36
- name : Build
37
37
run : |
@@ -48,10 +48,11 @@ jobs:
48
48
- ' 11'
49
49
- ' 17'
50
50
steps :
51
- - uses : actions/checkout@v2
51
+ - name : Fetch Sources
52
+ uses : actions/checkout@v3
52
53
with :
53
54
fetch-depth : 1
54
- - uses : actions/setup-java@v2
55
+ - uses : actions/setup-java@v3
55
56
with :
56
57
distribution : temurin
57
58
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1
1
properName =AsciidoctorJ PDF
2
2
description =AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
3
- version =2.3.0
3
+ version =2.3.3
4
4
gem_name =asciidoctor-pdf
Original file line number Diff line number Diff line change 39
39
hamcrestVersion = ' 2.2'
40
40
41
41
// gem versions
42
- asciidoctorJVersion = project. hasProperty(' asciidoctorJVersion' ) ? project. asciidoctorJVersion : ' 2.5.5 '
43
- asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.0 '
42
+ asciidoctorJVersion = project. hasProperty(' asciidoctorJVersion' ) ? project. asciidoctorJVersion : ' 2.5.7 '
43
+ asciidoctorPdfGemVersion = project. hasProperty(' asciidoctorPdfGemVersion' ) ? project. asciidoctorPdfGemVersion : ' 2.3.3 '
44
44
45
45
addressableVersion = ' 2.8.0'
46
46
concurrentRubyVersion = ' 1.1.7'
Original file line number Diff line number Diff line change 1
- version =2.3.0
1
+ version =2.3.3
2
2
sourceCompatibility =1.8
3
3
targetCompatibility =1.8
You can’t perform that action at this time.
0 commit comments