Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel.pineiro committed Aug 13, 2023
1 parent 2efb21d commit 151e2b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dependencies {
implementation 'com.netflix.archaius:archaius-core:0.7.7'
implementation 'commons-configuration:commons-configuration:1.10'
implementation 'org.apache.curator:curator-framework:5.5.0'
implementation group: 'com.newrelic.agent.java', name: 'newrelic-api', version: '8.3.0'
testImplementation "org.mockito:mockito-core:5.3.1"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
implementation group: 'com.newrelic.agent.java', name: 'newrelic-api', version: '8.5.0'
testImplementation "org.mockito:mockito-core:5.4.0"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
}

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 151e2b6

Please sign in to comment.