diff --git a/oauth-legacy/oauth-ui-password-angularjs-legacy/pom.xml b/oauth-legacy/oauth-ui-password-angularjs-legacy/pom.xml index 739ecbdd9..ac75b4c61 100644 --- a/oauth-legacy/oauth-ui-password-angularjs-legacy/pom.xml +++ b/oauth-legacy/oauth-ui-password-angularjs-legacy/pom.xml @@ -8,11 +8,11 @@ war - org.springframework.boot - spring-boot-starter-parent - 2.2.6.RELEASE - - + com.baeldung + spring-security-oauth + 1.0.0-SNAPSHOT + ../../ + @@ -31,7 +31,7 @@ spring-cloud-starter-netflix-zuul ${netflix-zuul.version} - + commons-io commons-io @@ -84,7 +84,6 @@ org.codehaus.cargo cargo-maven2-plugin - ${cargo-maven2-plugin.version} true @@ -104,7 +103,6 @@ 2.1.1.RELEASE - 2.6 \ No newline at end of file diff --git a/oauth-legacy/oauth-ui-password-angularjs-legacy/src/main/java/com/baeldung/config/SameSiteConfig.java b/oauth-legacy/oauth-ui-password-angularjs-legacy/src/main/java/com/baeldung/config/SameSiteConfig.java index 4f717e219..2aa9c1a6b 100644 --- a/oauth-legacy/oauth-ui-password-angularjs-legacy/src/main/java/com/baeldung/config/SameSiteConfig.java +++ b/oauth-legacy/oauth-ui-password-angularjs-legacy/src/main/java/com/baeldung/config/SameSiteConfig.java @@ -7,6 +7,7 @@ import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; + @Configuration public class SameSiteConfig implements WebMvcConfigurer { @Bean diff --git a/oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/resources/package-lock.json b/oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/resources/package-lock.json index 07dedb246..52a43c47d 100644 --- a/oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/resources/package-lock.json +++ b/oauth-rest/oauth-ui-authorization-code-angular-zuul/src/main/resources/package-lock.json @@ -11400,7 +11400,6 @@ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, - "optional": true, "requires": { "is-extendable": "^0.1.0" } @@ -11440,7 +11439,6 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, - "optional": true, "requires": { "kind-of": "^3.0.2" } @@ -11450,7 +11448,6 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, - "optional": true, "requires": { "is-buffer": "^1.1.5" } diff --git a/pom.xml b/pom.xml index c57ae88e9..4f742a087 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.17.RELEASE @@ -71,8 +71,6 @@ 3.8.0 3.2.2 - 2.22.1 - 1.7.3