Skip to content

Commit

Permalink
BAU: Bump io.freefair.aspectj.post-compile-weaving from 8.4 to 8.6
Browse files Browse the repository at this point in the history
Bumps [io.freefair.aspectj.post-compile-weaving](https://github.com/freefair/gradle-plugins) from 8.4 to 8.6.
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.4...8.6)

---
updated-dependencies:
- dependency-name: io.freefair.aspectj.post-compile-weaving
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 7f5eb85 commit ccb9d0b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'io.freefair.aspectj.post-compile-weaving' version '8.4'
id 'io.freefair.aspectj.post-compile-weaving' version '8.6'
}

defaultTasks 'clean', 'build'
Expand Down
2 changes: 1 addition & 1 deletion lambdas/certexpiryreminder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "java"
id "idea"
id "jacoco"
id 'io.freefair.aspectj.post-compile-weaving' version '8.4'
id 'io.freefair.aspectj.post-compile-weaving' version '8.6'
}

configurations.all {
Expand Down
2 changes: 1 addition & 1 deletion lambdas/checkpassport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "java"
id "idea"
id "jacoco"
id 'io.freefair.aspectj.post-compile-weaving' version '8.4'
id 'io.freefair.aspectj.post-compile-weaving' version '8.6'
id 'java-test-fixtures'
}

Expand Down
2 changes: 1 addition & 1 deletion lambdas/issuecredential/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "java"
id "idea"
id "jacoco"
id 'io.freefair.aspectj.post-compile-weaving' version '8.4'
id 'io.freefair.aspectj.post-compile-weaving' version '8.6'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion lib-dvad/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "java-library"
id "idea"
id "jacoco"
id 'io.freefair.aspectj.post-compile-weaving' version '8.4'
id 'io.freefair.aspectj.post-compile-weaving' version '8.6'
id 'java-test-fixtures'
}

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "java-library"
id "idea"
id "jacoco"
id 'io.freefair.aspectj.post-compile-weaving' version '8.4'
id 'io.freefair.aspectj.post-compile-weaving' version '8.6'
id 'java-test-fixtures'
}

Expand Down

0 comments on commit ccb9d0b

Please sign in to comment.