Skip to content

Commit dd6a522

Browse files
committed
Update Gradle & Dependencies
1 parent bc34665 commit dd6a522

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

build.gradle

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.3.20'
2+
id 'org.jetbrains.kotlin.jvm' version '1.3.70'
33
id 'net.minecrell.licenser' version "0.4.1"
4-
id 'com.github.johnrengelman.shadow' version '4.0.3'
5-
id 'io.spring.dependency-management' version '1.0.1.RELEASE'
4+
id 'com.github.johnrengelman.shadow' version '5.2.0'
5+
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
66
id 'jacoco'
77
}
88

@@ -70,22 +70,22 @@ dependencies {
7070
implementation "club.minnced:discord-webhooks:0.3.0"
7171

7272
implementation 'org.json:json:20180813'
73-
implementation "org.spongepowered:configurate-hocon:3.6"
74-
implementation "com.atlassian.commonmark:commonmark:0.12.1"
75-
implementation "com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.12.1"
73+
implementation "org.spongepowered:configurate-hocon:3.6.1"
74+
implementation "com.atlassian.commonmark:commonmark:0.13.1"
75+
implementation "com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.13.1"
7676

77-
implementation "org.slf4j:slf4j-api:1.7.26"
78-
implementation "org.apache.logging.log4j:log4j-core:2.11.2"
79-
runtime "org.apache.logging.log4j:log4j-slf4j-impl:2.11.2"
77+
implementation "org.slf4j:slf4j-api:1.7.30"
78+
implementation "org.apache.logging.log4j:log4j-core:2.13.2"
79+
runtime "org.apache.logging.log4j:log4j-slf4j-impl:2.13.2"
8080

81-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0'
82-
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3.20"
83-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0'
81+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
82+
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3.70"
83+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
8484
}
8585

8686
dependencyManagement {
8787
imports {
88-
mavenBom 'org.apache.logging.log4j:log4j-bom:2.11.1'
88+
mavenBom 'org.apache.logging.log4j:log4j-bom:2.13.2'
8989
}
9090
}
9191

gradle/wrapper/gradle-wrapper.jar

-987 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
2828
APP_BASE_NAME=`basename "$0"`
2929

3030
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31-
DEFAULT_JVM_OPTS=""
31+
DEFAULT_JVM_OPTS='"-Xmx64m"'
3232

3333
# Use the maximum available, or set MAX_FD != -1 to use that value.
3434
MAX_FD="maximum"

gradlew.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
1414
set APP_HOME=%DIRNAME%
1515

1616
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17-
set DEFAULT_JVM_OPTS=
17+
set DEFAULT_JVM_OPTS="-Xmx64m"
1818

1919
@rem Find java.exe
2020
if defined JAVA_HOME goto findJavaFromJavaHome

0 commit comments

Comments
 (0)