sxcybot

OSRS oriented Discord Bot
git clone git://git.wimdupont.com/sxcybot.git
Log | Files | Refs | README | LICENSE

commit d020ccc18da4f7172cf2105263695c7de65bac72
parent 6cca642e1a455c11c5415fbbe7918df26ed35b06
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sat, 23 Jul 2022 13:56:36 +0200

version bump

Diffstat:
Mpom.xml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.7.0</version> + <version>2.7.2</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>com.sxcy</groupId> @@ -58,7 +58,7 @@ <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> - <version>8.5.11</version> + <version>9.0.1</version> </dependency> </dependencies>