Skip to content

Commit 8dcce9c

Browse files
chore(docs): Latest version of aspectj.post-compile-weaving
1 parent bfc6190 commit 8dcce9c

File tree

5 files changed

+7
-21
lines changed

5 files changed

+7
-21
lines changed

docs/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,13 @@ For more information about the project and available options refer to this [repo
106106
```groovy
107107
plugins{
108108
id 'java'
109-
id 'io.freefair.aspectj.post-compile-weaving' version '5.0.1'
109+
id 'io.freefair.aspectj.post-compile-weaving' version '6.3.0'
110110
}
111111

112112
repositories {
113113
mavenCentral()
114114
}
115115

116-
aspectj {
117-
version = "1.9.7"
118-
}
119-
120116
dependencies {
121117
aspect 'software.amazon.lambda:powertools-logging:1.10.0'
122118
aspect 'software.amazon.lambda:powertools-tracing:1.10.0'

docs/utilities/batch.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,13 @@ To install this utility, add the following dependency to your project.
7373
```groovy
7474
plugins{
7575
id 'java'
76-
id 'io.freefair.aspectj.post-compile-weaving' version '5.0.1'
76+
id 'io.freefair.aspectj.post-compile-weaving' version '6.3.0'
7777
}
7878

7979
repositories {
8080
mavenCentral()
8181
}
8282

83-
aspectj {
84-
version = "1.9.7"
85-
}
86-
8783
dependencies {
8884
...
8985
aspect 'software.amazon.lambda:powertools-sqs:1.10.0'

docs/utilities/parameters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,13 @@ If you want to use the ```@Param``` annotation in your project add configuration
424424
```groovy
425425
plugins{
426426
id 'java'
427-
id 'io.freefair.aspectj.post-compile-weaving' version '5.0.1'
427+
id 'io.freefair.aspectj.post-compile-weaving' version '6.3.0'
428428
}
429+
429430
repositories {
430431
mavenCentral()
431432
}
433+
432434
dependencies {
433435
...
434436
aspect 'software.amazon.lambda:powertools-parameters:1.10.0'

docs/utilities/sqs_large_message_handling.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,13 @@ To install this utility, add the following dependency to your project.
8181
```groovy
8282
plugins{
8383
id 'java'
84-
id 'io.freefair.aspectj.post-compile-weaving' version '5.0.1'
84+
id 'io.freefair.aspectj.post-compile-weaving' version '6.3.0'
8585
}
8686

8787
repositories {
8888
mavenCentral()
8989
}
9090

91-
aspectj {
92-
version = "1.9.7"
93-
}
94-
9591
dependencies {
9692
...
9793
aspect 'software.amazon.lambda:powertools-sqs:1.10.0'

docs/utilities/validation.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,13 @@ To install this utility, add the following dependency to your project.
6363
```groovy
6464
plugins{
6565
id 'java'
66-
id 'io.freefair.aspectj.post-compile-weaving' version '5.0.1'
66+
id 'io.freefair.aspectj.post-compile-weaving' version '6.3.0'
6767
}
6868

6969
repositories {
7070
mavenCentral()
7171
}
7272

73-
aspectj {
74-
version = "1.9.7"
75-
}
76-
7773
dependencies {
7874
aspect 'software.amazon.lambda:powertools-validation:1.10.0'
7975
}

0 commit comments

Comments
 (0)