Difference between swagger ui and springfox swagger ui

Viewed 37

Wanted to know the Difference between below two. Have the requirement to change due to css vulnerability in springfox. Please help me understand this.

    <dependency><groupId>io.springfox</ groupId><artifactId> springfox- swagger- ui</ artifactId></ dependency>
      <dependency><groupId> io.springfox</ groupId><artifactId> springfox
    - swagger2</ artifactId></ dependency>

          and the swagger ui jar in the next line

      <dependency><groupId> org.webjars</ groupId><artifactId> swagger
    - ui</ artifactId><version> 3.35
< / version >

Please help me to understand the difference as it is asked to change the jars.

0 Answers
Related