From 253d25baeda8eb3e46c3225815b1570673e081c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:27:04 +0000 Subject: [PATCH] Update Maven --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ccfcd77..ff884f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,14 +52,14 @@ dependencies { implementation("pw.chew", "jda-chewtils", "2.0-SNAPSHOT") implementation("ch.qos.logback", "logback-classic", "1.2.11") implementation("com.squareup.okhttp3", "okhttp", "4.9.3") - implementation("org.json", "json", "20211205") - implementation("io.sentry", "sentry", "5.6.3") + implementation("org.json", "json", "20220924") + implementation("io.sentry", "sentry", "6.12.0") implementation("org.kohsuke", "github-api", "1.303") implementation("org.jsoup", "jsoup", "1.14.3") implementation("pro.chew.api", "ChewAPI", "1.0-b5") implementation("org.reflections", "reflections", "0.10.2") implementation("me.memerator.api", "MemeratorAPI", "2.0.0_74") - implementation("org.hibernate", "hibernate-core", "5.6.5.Final") + implementation("org.hibernate", "hibernate-core", "6.1.6.Final") implementation("mysql", "mysql-connector-java", "8.0.28") implementation("org.codehaus.groovy", "groovy", "3.0.10") implementation("org.knowm.xchart", "xchart", "3.8.1")