|
1 | 1 | plugins {
|
2 |
| - id 'org.jetbrains.kotlin.jvm' version '1.3.20' |
| 2 | + id 'org.jetbrains.kotlin.jvm' version '1.3.70' |
3 | 3 | 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' |
6 | 6 | id 'jacoco'
|
7 | 7 | }
|
8 | 8 |
|
@@ -70,22 +70,22 @@ dependencies {
|
70 | 70 | implementation "club.minnced:discord-webhooks:0.3.0"
|
71 | 71 |
|
72 | 72 | 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" |
76 | 76 |
|
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" |
80 | 80 |
|
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' |
84 | 84 | }
|
85 | 85 |
|
86 | 86 | dependencyManagement {
|
87 | 87 | imports {
|
88 |
| - mavenBom 'org.apache.logging.log4j:log4j-bom:2.11.1' |
| 88 | + mavenBom 'org.apache.logging.log4j:log4j-bom:2.13.2' |
89 | 89 | }
|
90 | 90 | }
|
91 | 91 |
|
|
0 commit comments