Skip to content

Commit 85f466f

Browse files
authored
Merge pull request #601 from govuk-one-login/bump-plugin
chore: add aspect to powertools + post-compile-weaving to version 9.1.0
2 parents ace4038 + 7df01ca commit 85f466f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
// Important: see README on publishing a new version to Maven
14-
def buildVersion = "8.0.3"
14+
def buildVersion = "8.0.4"
1515

1616
defaultTasks 'clean', 'spotlessApply', 'build'
1717

@@ -43,7 +43,7 @@ dependencies {
4343
implementation libs.bundles.lambda
4444

4545
implementation libs.bundles.jackson
46-
implementation libs.bundles.powertools
46+
aspect libs.bundles.powertools
4747
implementation libs.bundles.nimbus
4848
implementation libs.aspectjrt
4949
implementation libs.otel.aws.sdk

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ java-test-fixtures = { id = "java-test-fixtures" }
8787
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube_version" }
8888
spotless = { id = "com.diffplug.spotless", version.ref = "spotless_version" }
8989
jacoco = { id = "jacoco" }
90-
post-compile-weaving = { id = "io.freefair.aspectj.post-compile-weaving", version = "6.6.3" }
90+
post-compile-weaving = { id = "io.freefair.aspectj.post-compile-weaving", version = "9.1.0" }
9191
publishing = { id = "com.vanniktech.maven.publish", version = "0.32.0" }

0 commit comments

Comments
 (0)