Browse Source

Update to AspectJ 3.26.3

Josh Cummings 1 year ago
parent
commit
5b85a06666

+ 1 - 1
servlet/java-configuration/aspectj/build.gradle

@@ -32,7 +32,7 @@ dependencies {
 
 	implementation "org.springframework.security:spring-security-config"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation "org.junit.jupiter:junit-jupiter-api"

+ 1 - 1
servlet/java-configuration/authentication/preauth/build.gradle

@@ -24,7 +24,7 @@ dependencies {
 	implementation "org.springframework:spring-webmvc"
 	implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M3"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/authentication/remember-me/build.gradle

@@ -27,7 +27,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/authentication/username-password/form/build.gradle

@@ -23,7 +23,7 @@ dependencies {
 	implementation "org.springframework:spring-webmvc"
 	implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/authentication/username-password/in-memory/build.gradle

@@ -23,7 +23,7 @@ dependencies {
 	implementation "org.springframework:spring-webmvc"
 	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/authentication/username-password/jdbc/build.gradle

@@ -25,7 +25,7 @@ dependencies {
 	implementation "org.springframework:spring-webmvc"
 	implementation "org.thymeleaf:thymeleaf-spring6:3.1.1.RELEASE"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/authentication/username-password/ldap/build.gradle

@@ -26,7 +26,7 @@ dependencies {
 
 	runtimeOnly "com.unboundid:unboundid-ldapsdk:4.0.14"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/authentication/x509/build.gradle

@@ -26,7 +26,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/data/build.gradle

@@ -34,7 +34,7 @@ dependencies {
 	implementation 'org.hsqldb:hsqldb:2.5.1'
 	implementation 'org.springframework.data:spring-data-jpa'
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/hello-mvc-security/build.gradle

@@ -23,7 +23,7 @@ dependencies {
 	implementation "org.springframework:spring-webmvc"
 	implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/hello-security-explicit/build.gradle

@@ -24,7 +24,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/hello-security/build.gradle

@@ -24,7 +24,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/max-sessions/build.gradle

@@ -26,7 +26,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/java-configuration/saml2/login/build.gradle

@@ -50,7 +50,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")

+ 1 - 1
servlet/xml/java/contacts/build.gradle

@@ -42,7 +42,7 @@ dependencies {
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 
 	testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
 

+ 1 - 1
servlet/xml/java/dms/build.gradle

@@ -34,7 +34,7 @@ dependencies {
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 
 	testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
 }

+ 1 - 1
servlet/xml/java/helloworld/build.gradle

@@ -28,7 +28,7 @@ dependencies {
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 
 	testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
 

+ 1 - 1
servlet/xml/java/saml2/login-logout/build.gradle

@@ -34,7 +34,7 @@ dependencies {
 
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
 
-	testImplementation "org.assertj:assertj-core:3.18.0"
+	testImplementation "org.assertj:assertj-core:3.26.3"
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation "org.junit.jupiter:junit-jupiter-api"