Skip to content

Commit

Permalink
bump byte-budy and ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Aug 30, 2024
1 parent 677aaf7 commit 6cab998
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
# Conditionally run different commands based on the Java version
if [[ "${{ matrix.java }}" == "8" ]]; then
./gradlew wrapper --gradle-version=8.4-rc-1 :agent:spec && ./gradlew wrapper --gradle-version=8.4-rc-1 agent:publishToMavenLocal
./gradlew wrapper --gradle-version=8.10 :agent:spec && ./gradlew wrapper --gradle-version=8.10 agent:publishToMavenLocal
else
./travis-test.sh
fi
6 changes: 3 additions & 3 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ dependencies {

implementation 'org.tinylog:tinylog:1.3.6'
implementation 'com.github.tobiasrm:tinylog-coloredconsole:1.3.1'
implementation 'net.bytebuddy:byte-buddy-agent:1.14.5'
implementation 'net.bytebuddy:byte-buddy-agent:1.15.1'

implementation files('libs/byte-buddy-1.14.5.jar')
implementation files('libs/byte-buddy-1.15.1.jar')

testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation 'org.scalatest:scalatest_2.12:3.1.4'
Expand Down Expand Up @@ -216,4 +216,4 @@ task spec(dependsOn: ['testClasses'], type: JavaExec) {
classpath = sourceSets.test.runtimeClasspath
}

test.reports.html.required = false
test.reports.html.required = false
Binary file not shown.
Binary file not shown.

0 comments on commit 6cab998

Please sign in to comment.