Skip to content

Commit e82ea0e

Browse files
authored
dependencies and gradle update (#288)
1 parent 9085b7b commit e82ea0e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
java
3-
id("com.github.johnrengelman.shadow") version "5.2.0"
3+
id("com.github.johnrengelman.shadow") version "7.1.2"
44
checkstyle
55
}
66

@@ -24,10 +24,10 @@ dependencies {
2424

2525
implementation("net.dv8tion:JDA:5.0.0-alpha.12")
2626
implementation("com.google.code.gson:gson:2.9.0")
27-
implementation("org.yaml:snakeyaml:1.29")
27+
implementation("org.yaml:snakeyaml:1.30")
2828
implementation("com.google.re2j:re2j:1.6")
2929

30-
implementation("ch.qos.logback:logback-classic:1.2.10")
30+
implementation("ch.qos.logback:logback-classic:1.2.11")
3131
implementation("com.mashape.unirest:unirest-java:1.4.9")
3232

3333
// H2 Database
@@ -38,10 +38,10 @@ dependencies {
3838
implementation("org.quartz-scheduler:quartz:2.3.2")
3939

4040
// Lombok Annotations
41-
compileOnly("org.projectlombok:lombok:1.18.22")
42-
annotationProcessor("org.projectlombok:lombok:1.18.22")
43-
testCompileOnly("org.projectlombok:lombok:1.18.22")
44-
testAnnotationProcessor("org.projectlombok:lombok:1.18.22")
41+
compileOnly("org.projectlombok:lombok:1.18.24")
42+
annotationProcessor("org.projectlombok:lombok:1.18.24")
43+
testCompileOnly("org.projectlombok:lombok:1.18.24")
44+
testAnnotationProcessor("org.projectlombok:lombok:1.18.24")
4545
}
4646

4747
tasks.withType<Jar> {
Lines changed: 1 addition & 1 deletion
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-7.3.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)