Skip to content

Commit 5e46c1e

Browse files
committed
Remove duplicate bytebuddy(agent) references
1 parent 3a84fd7 commit 5e46c1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher
7777

7878
mokito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
7979
mokito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
80-
# needed for Java 21 support
81-
byte-buddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
82-
byte-buddy-agent = { module = "net.bytebuddy:byte-buddy-agent", version.ref = "bytebuddy" }
8380

8481
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
8582
testcontainers-localstack = { module = "org.testcontainers:localstack", version.ref = "testcontainers" }
@@ -111,7 +108,7 @@ cafe-crypto = ["cafe-crypto-curve25519", "cafe-crypto-ed25519"]
111108
spock = ["spock-core", "spock-junit4", "objenesis"]
112109
junit5 = ["junit-jupiter", "junit-jupiter-params"]
113110
junit-platform = ["junit-platform-launcher"]
114-
mockito = ["mokito-core", "mokito-junit-jupiter", "byte-buddy", "byte-buddy-agent"]
111+
mockito = ["mokito-core", "mokito-junit-jupiter", "bytebuddy", "bytebuddyagent"]
115112
test-logging = ["logback-classic", "log4j-over-slf4j", "jcl-over-slf4j", "jul-to-slf4j"]
116113

117114
jmc = ["jmc-common", "jmc-flightrecorder"]

0 commit comments

Comments
 (0)