diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d109f0..32495c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Proteus Changelog. ## Unreleased ### No issue +**Rollback swagger ui version.** + + +[81396a503e7b6aa](https://github.com/noboomu/proteus/commit/81396a503e7b6aa) Joshua Bauer *2021-03-11 00:48:39* + **Bump swagger version and hide swagger models.** diff --git a/pom.xml b/pom.xml index 29380f1..9d07a13 100644 --- a/pom.xml +++ b/pom.xml @@ -44,24 +44,24 @@ 2.8.0 3.11 30.0-jre - 4.2.3 + 5.0.1 4.4.13 - 2.11.3 + 2.12.2 2.1.6 1.18 - 1.11.1 + 11 + 1.13.0 1.2.3 3.8.1 3.0.0-M1 1.6 3.2.0 - 3.1.1 + 3.2.0 2.5.3 3.2.1 3.2.1 + 3.0.0-M3 3.0.0-M4 - 12 - 12 1.6.8 2.1.5 2.3.1 @@ -69,13 +69,12 @@ ${project.version} 0.9.12 1.7.30 - 1.25 + 1.28 1.5.21 - 1.3.3 - 2.1.0.Final - 6.0.3 - - 1.6.2 + 1.4.1 + 2.2.7.Final + 6.2.4 + 1.6.5 @@ -194,10 +193,9 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${java.version} -parameters - + UTF-8 @@ -218,6 +216,7 @@ org.apache.maven.plugins maven-enforcer-plugin + ${maven-enforcer-plugin.version} enforce-versions @@ -227,7 +226,7 @@ - 1.8 + ${java.version} @@ -257,6 +256,7 @@ maven-javadoc-plugin 8 + false ${maven-javadoc-plugin.version} @@ -401,8 +401,8 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${java.version} + ${java.version} -parameters @@ -419,7 +419,7 @@ - 1.8 + ${java.version} diff --git a/proteus-core/src/main/resources/io/sinistral/proteus/favicon.ico b/proteus-core/src/main/resources/io/sinistral/proteus/favicon.ico index 6f383f0..0badc0c 100644 Binary files a/proteus-core/src/main/resources/io/sinistral/proteus/favicon.ico and b/proteus-core/src/main/resources/io/sinistral/proteus/favicon.ico differ