Skip to content

Commit 80c7c09

Browse files
committed
Update to AspectJ 1.9.21.1
1 parent c66bdfc commit 80c7c09

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

documentation/src/docs/asciidoc/_aspectj.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ This enables the usage of AspectJ in combination with annotation processors like
6565
.Groovy
6666
----
6767
dependencies {
68-
implementation "org.aspectj:aspectjrt:1.9.8.RC3"
68+
implementation "org.aspectj:aspectjrt:1.9.21.1"
6969
}
7070
----
7171
[source, kotlin, role="secondary"]
7272
.Kotlin
7373
----
7474
dependencies {
75-
implementation("org.aspectj:aspectjrt:1.9.8.RC3")
75+
implementation("org.aspectj:aspectjrt:1.9.21.1")
7676
}
7777
----
7878
--

examples/aspectj/aspect/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ java {
88
}
99

1010
dependencies {
11-
implementation "org.aspectj:aspectjrt:1.9.21"
11+
implementation "org.aspectj:aspectjrt:1.9.21.1"
1212
}
1313

1414
compileAspectj {

examples/aspectj/httpcore-nio/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ java {
99

1010
dependencies {
1111
inpath 'org.apache.httpcomponents:httpcore-nio:4.4.16'
12-
implementation "org.aspectj:aspectjrt:1.9.21"
12+
implementation "org.aspectj:aspectjrt:1.9.21.1"
1313

1414
testImplementation 'junit:junit:4.13.2'
1515
}

examples/aspectj/test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ java {
88
}
99

1010
dependencies {
11-
implementation "org.aspectj:aspectjrt:1.9.21"
11+
implementation "org.aspectj:aspectjrt:1.9.21.1"
1212

1313
testImplementation 'junit:junit:4.13.2'
1414
}

examples/aspectj/weaving/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
implementation "org.slf4j:slf4j-api:2.+"
3131

32-
implementation "org.aspectj:aspectjrt:1.9.21"
32+
implementation "org.aspectj:aspectjrt:1.9.21.1"
3333
implementation localGroovy()
3434

3535
testImplementation "junit:junit:4.13.2"

0 commit comments

Comments
 (0)