upgrade to latest spring-boot libs and fixed related issues

This commit is contained in:
Zubcevic.com
2021-12-16 15:41:39 +01:00
committed by Nanne Baars
parent 44f70ce4dc
commit cb6b1d73d1
5 changed files with 25 additions and 3 deletions

View File

@ -23,8 +23,10 @@
package org.owasp.webgoat.client_side_filtering;
import com.beust.jcommander.internal.Lists;
import lombok.AllArgsConstructor;
import lombok.Getter;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;