Skip to content

Commit

Permalink
Update dependencies (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Oct 8, 2024
1 parent 417be71 commit 4a3a757
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ application {
wpilibVersioning.version.finalizeValue()

jacoco {
toolVersion = "0.8.10"
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand All @@ -79,7 +79,7 @@ check.dependsOn jacocoTestReport
check.dependsOn htmlSanityCheck

lombok {
version = "1.18.28"
version = "1.18.34"
sha256 = ""
}

Expand All @@ -93,16 +93,16 @@ repositories {
}

dependencies {
implementation 'org.apache.velocity:velocity-engine-core:2.3'
implementation 'org.apache.velocity:velocity-engine-core:2.4'
implementation 'org.yaml:snakeyaml:1.33'
implementation 'commons-io:commons-io:2.13.0'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'org.slf4j:slf4j-jdk14:2.0.7'
implementation 'commons-io:commons-io:2.17.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'org.slf4j:slf4j-jdk14:2.0.16'
implementation 'com.sun.activation:javax.activation:1.2.0'
testImplementation 'junit:junit:4.13.2'
annotationProcessor 'org.projectlombok:lombok:1.18.28'
compileOnly 'org.projectlombok:lombok:1.18.28'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.34'
}

test {
Expand Down

0 comments on commit 4a3a757

Please sign in to comment.