Skip to content

Commit 9819748

Browse files
authored
Upgrade gradle and to latest version of asciidoctorj (#40)
1 parent d2ebc47 commit 9819748

File tree

5 files changed

+25
-21
lines changed

5 files changed

+25
-21
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
(buildDateOnly, buildTimeOnly) = new java.text.SimpleDateFormat('yyyy-MM-dd HH:mm:ss.SSSZ').format(buildDateTime).split(' ')
2222
projectArtifactId = 'asciidoctorj-groovy-dsl'
2323
publicationName = 'asciidoctorjGroovyDsl'
24-
groovyVer = '3.0.22'
24+
groovyVer = '3.0.25'
2525
}
2626

2727
apply plugin: 'groovy'
@@ -36,15 +36,15 @@ repositories {
3636

3737
dependencies {
3838
implementation "org.codehaus.groovy:groovy:${groovyVer}"
39-
implementation 'org.asciidoctor:asciidoctorj:3.0.0'
39+
implementation 'org.asciidoctor:asciidoctorj:3.0.1'
4040

4141
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
4242
testImplementation "org.spockframework:spock-core"
4343
testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules
4444

4545
testImplementation 'junit:junit:4.13.2'
4646
testImplementation 'cglib:cglib-nodep:3.3.0'
47-
testImplementation 'org.jsoup:jsoup:1.16.1'
47+
testImplementation 'org.jsoup:jsoup:1.22.1'
4848
}
4949

5050
codenarc {

gradle/wrapper/gradle-wrapper.jar

302 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)