From 8d0cd781813535a528f245b63ec4bf3eccf07396 Mon Sep 17 00:00:00 2001 From: Guillaume Raffin Date: Tue, 30 Aug 2022 22:31:20 +0200 Subject: [PATCH] bump version --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3dcef6b1..3a782bd2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ projectDescription=Powerful, easy-to-use and multi-language configuration library for the JVM projectGroup=com.electronwill.night-config -projectVersion=3.6.5 +projectVersion=3.6.6 projectUrl=https://github.com/TheElectronWill/Night-Config projectWebScm='https://github.com/TheElectronWill/Night-Config/tree/master' @@ -14,6 +14,6 @@ ossrhUser=dummyUser ossrhPassword=dummyPassword javaVersion=1.8 -junitVersion=5.8.1 -snakeYamlVersion=1.29 -typesafeConfigVersion=1.4.1 +junitVersion=5.9.0 +snakeYamlVersion=1.31 +typesafeConfigVersion=1.4.2