Skip to content

Commit

Permalink
Bump JdkUtils.
Browse files Browse the repository at this point in the history
Validation and auto-recovery of java installation paths.
  • Loading branch information
covers1624 committed Jul 26, 2024
1 parent 70b652d commit 8e9bd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprocess/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
implementation('org.apache.maven:maven-artifact:3.8.4') {
exclude group: 'org.codehaus.plexus' // Not needed for this application.
}
implementation 'net.covers1624:Quack:0.4.10.104'
implementation 'net.covers1624:JdkUtils:0.6.0.20'
implementation 'net.covers1624:Quack:0.4.10.108'
implementation 'net.covers1624:JdkUtils:0.6.0.21'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'org.openjdk.nashorn:nashorn-core:15.3'

Expand Down

0 comments on commit 8e9bd9b

Please sign in to comment.