We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b87836e + fe3f276 commit aef8032Copy full SHA for aef8032
agent-test/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
implementation(rootProject)
7
implementation("net.bytebuddy:byte-buddy-agent:1.17.6")
8
9
- testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
10
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
11
12
testImplementation("org.assertj:assertj-core:3.27.3")
0 commit comments