Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/gradle/wrapper-val…
Browse files Browse the repository at this point in the history
…idation-action-1.1.0
  • Loading branch information
remkop authored Aug 28, 2023
2 parents 850732d + f563f2b commit a74f507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

dependencies {
classpath "org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradlePluginVersion"
classpath 'org.asciidoctor:asciidoctorj-pdf:2.3.7'
classpath 'org.asciidoctor:asciidoctorj-pdf:2.3.9'
classpath "org.beryx:badass-jar:2.0.0"
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0'
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
compileTestingVersion = "0.21.0"
groovyVersion = "2.4.21"
hamcrestCoreVersion = "2.2"
ivyVersion = "2.5.1"
ivyVersion = "2.5.2"
jacocoVersion = "0.8.2"
jansiVersion = "2.4.0"
jline2Version = "2.14.6"
Expand All @@ -28,7 +28,7 @@ ext {
springBootVersion = "3.1.2" // Spring Boot 3.0 requires Java 17 as a minimum version
systemRulesVersion = "1.19.0"
systemLambdaVersion = '1.2.1'
junit5Version = '5.9.3'
junit5Version = '5.10.0'

supportDependencies = [
junit : "junit:junit:$junitVersion",
Expand Down

0 comments on commit a74f507

Please sign in to comment.