Skip to content

Commit 2019e17

Browse files
committed
Upgrade to AspectJ 1.9.8
This commit also upgades the dedicated Gradle plugin for AspectJ build integration. Closes gh-27416
1 parent 1a45736 commit 2019e17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
33
id 'io.spring.nohttp' version '0.0.10'
4-
id "io.freefair.aspectj" version '6.3.0' apply false
4+
id "io.freefair.aspectj" version '6.4.0' apply false
55
id 'org.jetbrains.dokka' version '1.6.0' apply false
66
id 'org.jetbrains.kotlin.jvm' version '1.6.10' apply false
77
id "org.jetbrains.kotlin.plugin.serialization" version '1.6.10' apply false
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
5151
}
5252
dependency "com.google.code.findbugs:jsr305:3.0.2"
5353

54-
dependencySet(group: 'org.aspectj', version: '1.9.8.RC3') {
54+
dependencySet(group: 'org.aspectj', version: '1.9.8') {
5555
entry 'aspectjrt'
5656
entry 'aspectjtools'
5757
entry 'aspectjweaver'

gradle/toolchains.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pluginManager.withPlugin("kotlin") {
118118
}
119119
}
120120
else {
121-
// Fallback to JDK11
121+
// Fallback to JDK17
122122
compileKotlin {
123123
kotlinOptions {
124124
jvmTarget = '1.8'

0 commit comments

Comments
 (0)