From c9f7c62dc8c422476693337302bc97f6be02ca55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 21:42:09 +0000 Subject: [PATCH 1/2] Bump jackson.version in /springdoc-openapi-spring-boot-1 Bumps `jackson.version` from 2.10.1 to 2.12.1. Updates `jackson-annotations` from 2.10.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.10.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.1...jackson-core-2.12.1) Updates `jackson-databind` from 2.10.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-datatype-jsr310` from 2.10.1 to 2.12.1 Updates `jackson-dataformat-yaml` from 2.10.1 to 2.12.1 - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.10.1...jackson-dataformats-text-2.12.1) Signed-off-by: dependabot[bot] --- springdoc-openapi-spring-boot-1/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springdoc-openapi-spring-boot-1/pom.xml b/springdoc-openapi-spring-boot-1/pom.xml index 084fa652..3e0df7d3 100644 --- a/springdoc-openapi-spring-boot-1/pom.xml +++ b/springdoc-openapi-spring-boot-1/pom.xml @@ -8,7 +8,7 @@ springdoc-openapi-spring-boot-1 1.5.22.RELEASE - 2.10.1 + 2.12.1 From 2d37ec62090962366ae1d392b0c993ced9b50d09 Mon Sep 17 00:00:00 2001 From: bnasslahsen Date: Fri, 15 Oct 2021 23:26:38 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f21ca89..9fa3ad73 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Build Status](https://travis-ci.org/springdoc/springdoc-openapi-demos.svg?branch=master)](https://travis-ci.org/springdoc/springdoc-openapi-demos) + # Spring-boot with OpenAPI Demo applications. ## [Demo Spring Boot 2 Web MVC with OpenAPI 3](http://158.101.164.60:8081/).