Browse Source

Upgrade to io.freefair.aspectj 4.1.1

Closes gh-23703
pull/1863/head
Andy Wilkinson 6 years ago committed by Sam Brannen
parent
commit
69a0730b01
  1. 2
      build.gradle

2
build.gradle

@ -14,7 +14,7 @@ plugins { @@ -14,7 +14,7 @@ plugins {
id 'de.undercouch.download' version '4.0.0'
id 'com.gradle.build-scan' version '2.4.2'
id "com.jfrog.artifactory" version '4.9.8' apply false
id "io.freefair.aspectj" version "4.0.0" apply false
id "io.freefair.aspectj" version "4.1.1" apply false
id "com.github.ben-manes.versions" version "0.24.0"
}

Loading…
Cancel
Save