Skip to content

Commit

Permalink
Update forbidden-apis, log4j, junit, jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Nov 8, 2024
1 parent 29b9e89 commit 1d8346d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'de.thetaphi:forbiddenapis:3.7'
classpath 'de.thetaphi:forbiddenapis:3.8'
}
}

Expand Down Expand Up @@ -60,13 +60,13 @@ dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.httpcomponents:httpasyncclient:4.1.5'
implementation 'org.apache.commons:commons-exec:1.4.0'
implementation 'org.apache.logging.log4j:log4j-api:2.24.0'
implementation 'org.apache.logging.log4j:log4j-api:2.24.1'
implementation 'net.java.dev.jna:jna:3.4.0'

testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.0'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.1'
}

wrapper {
Expand Down Expand Up @@ -95,7 +95,7 @@ test {
test.dependsOn jar

jacoco {
toolVersion = '0.8.11'
toolVersion = '0.8.12'
}

jacocoTestReport {
Expand Down

0 comments on commit 1d8346d

Please sign in to comment.