Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=compileClasspath,productionRuntimeCl
jaxen:jaxen:2.0.0=spotbugs
net.bytebuddy:byte-buddy-agent:1.17.8=testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
net.bytebuddy:byte-buddy:1.17.8=productionRuntimeClasspath,runtimeClasspath
net.bytebuddy:byte-buddy:1.18.7-jdk5=testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
net.bytebuddy:byte-buddy:1.18.8-jdk5=testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
net.java.dev.jna:jna:5.18.1=developmentOnly,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
net.jqwik:jqwik-api:1.9.3=testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
net.jqwik:jqwik-engine:1.9.3=testRuntimeClasspath,tmpTestImplementation
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wiremock = "3.13.2"

# Test dependencies (override for Java 25)
mockito = "5.23.0"
byte-buddy = "1.18.7-jdk5"
byte-buddy = "1.18.8-jdk5"

# Property-based testing
jqwik = "1.9.3"
Expand Down
Loading