Skip to content

Commit dd37fe7

Browse files
authored
Bump Gradle and gradle-extensions (#261)
Co-authored-by: Pitterling
1 parent 0420bc4 commit dd37fe7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("application")
44
id("com.github.johnrengelman.shadow") version "7.1.2"
55
id("checkstyle")
6-
id("com.github.vlsi.gradle-extensions") version "1.82"
6+
id("com.github.vlsi.gradle-extensions") version "1.84"
77
}
88

99
group = "com.github.vlsi.ksar"
@@ -24,8 +24,8 @@ repositories {
2424
}
2525

2626
dependencies {
27-
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.18.0")
28-
implementation("org.apache.logging.log4j:log4j-core:2.18.0")
27+
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.19.0")
28+
implementation("org.apache.logging.log4j:log4j-core:2.19.0")
2929

3030
implementation("com.itextpdf:itextpdf:5.5.13.3")
3131
implementation("com.jcraft:jsch:0.1.55")

gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
5+
distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip

0 commit comments

Comments
 (0)