yuzurss

Feed aggregator microservice based on Spring
git clone https://git.neuralcrash.com/yuzurss.git
Log | Files | Refs | README | LICENSE

commit 79b11b8ffce028a359d04c4738af144bfe8afc51
parent b87cc63f73951f01f8f320ed0e40d9396b694374
Author: Kebigon <git@kebigon.xyz>
Date:   Sun, 29 Sep 2019 12:20:26 +0900

Update dependencies

Diffstat:
Mpom.xml | 6+++---
Rsrc/main/resources/application.properties -> src/main/external-resources/application.properties | 0
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.5.RELEASE</version> + <version>2.1.8.RELEASE</version> <relativePath /> <!-- lookup parent from repository --> </parent> <groupId>fr.lrgn</groupId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20180813</version> + <version>20190722</version> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> @@ -59,7 +59,7 @@ <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> - <version>3.14.2</version> + <version>3.14.3</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/main/resources/application.properties b/src/main/external-resources/application.properties