Skip to content

Commit

Permalink
Merge pull request #1044 from robertpanzer/upgrade-junit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer authored May 30, 2021
2 parents a38da86 + d38456a commit d038617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Build Improvement::

* Use JavaCompile options.release instead of sourceCompatibility and targetCompatibility to target Java 8 (#1042)
* Upgrade nexus publishing and staging to new gradle-nexus.publish-plugin (#1043)
* Upgrade remaining dependency on junit 4.12 to 4.13.2 (#1044)

== 2.5.1 (2021-05-04)

Expand Down
2 changes: 1 addition & 1 deletion asciidoctorj-test-support/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

dependencies {
api 'junit:junit:4.12'
api "junit:junit:${junitVersion}"
}

def javaApiUrl = "https://docs.oracle.com/javase/8/docs/api/"
Expand Down

0 comments on commit d038617

Please sign in to comment.