Skip to content

Commit

Permalink
Update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus committed Mar 4, 2024
1 parent 786687f commit 4a04731
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ java {
withSourcesJar()
}

compileTestJava {
options.compilerArgs += ['-Xlint:deprecation']
}

nexusPublishing {
repositories {
sonatype { //only for users registered in Sonatype after 24 Feb 2021
Expand All @@ -63,14 +67,14 @@ nexusPublishing {
}

dependencies {
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.3'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation 'org.junit.platform:junit-platform-launcher:1.10.0-M1'
implementation 'org.junit.platform:junit-platform-console:1.10.0-RC1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0-M1'
implementation 'org.jacoco:org.jacoco.core:0.8.10'
implementation 'org.json:json:20230618'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.8'
implementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
implementation 'org.junit.platform:junit-platform-launcher:1.10.2'
implementation 'org.junit.platform:junit-platform-console:1.10.2'
implementation 'org.jacoco:org.jacoco.core:0.8.11'
implementation 'org.json:json:20240303'
implementation 'net.sourceforge.pmd:pmd:7.0.0-rc4'
implementation 'net.sourceforge.pmd:pmd-java:7.0.0-rc4'
// Prevent slf4j warning through pmd dependency
Expand Down

0 comments on commit 4a04731

Please sign in to comment.