This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
commit 09a67a271fbd23a9129c133f0a73dec52cbee5ea Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue Oct 31 14:22:55 2023 +0100 Revert "Update `io.springfox:springfox-swagger2` to version `3.0.0` (#80)" This reverts commit 17b67e0971797c32ad6639af5fd4b8e974719663. --- pom.xml | 2 +- src/changelog/.1.x.x/update_io_springfox_springfox_swagger2.xml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 4c2f83f..bb9cbe8 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ <spring.security.version>3.2.7.RELEASE</spring.security.version> <spring.ws.version>2.2.2.RELEASE</spring.ws.version> <spring.hateoas.version>0.23.0.RELEASE</spring.hateoas.version> - <swagger.version>3.0.0</swagger.version> + <swagger.version>2.2.2</swagger.version> <swagger.ui.version>2.2.2</swagger.ui.version> <swagger.annotations.version>1.6.12</swagger.annotations.version> <thymeleaf-extras-java8time.version>3.0.0.RELEASE</thymeleaf-extras-java8time.version> diff --git a/src/changelog/.1.x.x/update_io_springfox_springfox_swagger2.xml b/src/changelog/.1.x.x/update_io_springfox_springfox_swagger2.xml deleted file mode 100644 index 96324c0..0000000 --- a/src/changelog/.1.x.x/update_io_springfox_springfox_swagger2.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://logging.apache.org/log4j/changelog" - xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" - type="changed"> - <issue id="80" link="https://github.com/apache/logging-log4j-audit/pull/80"/> - <description format="asciidoc">Update `io.springfox:springfox-swagger2` to version `3.0.0`</description> -</entry>
