Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d8960dd
fix(release): merge main into develop
boxheed Nov 21, 2025
34564ee
chore(ci): upgrade gradle to 9.2.1
boxheed Nov 21, 2025
67c9aa7
fix(deps): bump com.netflix.nebula:nebula-test from 11.8.0 to 11.9.0
dependabot[bot] Nov 24, 2025
221636c
fix(deps): bump com.code-intelligence:jazzer-api from 0.26.2 to 0.27.0
dependabot[bot] Nov 24, 2025
0717ca7
Merged PR #169: fix(deps): bump com.netflix.nebula:nebula-test from 1…
boxheed Nov 24, 2025
6ef2c55
Merged PR #170: fix(deps): bump com.code-intelligence:jazzer-api from…
boxheed Nov 24, 2025
dd71225
fix(deps): bump com.code-intelligence:jazzer-api from 0.27.0 to 0.28.0
dependabot[bot] Dec 1, 2025
00eb961
Merged PR #171: fix(deps): bump com.code-intelligence:jazzer-api from…
boxheed Dec 1, 2025
a19bd22
fix(deps): bump com.netflix.nebula:nebula-test from 11.9.0 to 11.10.1
dependabot[bot] Dec 15, 2025
67e16da
fix(deps): bump com.gradle.develocity from 4.2.2 to 4.3
dependabot[bot] Dec 15, 2025
7537ec2
Merged PR #173: fix(deps): bump com.netflix.nebula:nebula-test from 1…
boxheed Dec 15, 2025
85f6a79
Merged PR #174: fix(deps): bump com.gradle.develocity from 4.2.2 to 4.3
boxheed Dec 15, 2025
508e1c6
fix(deps): bump org.spockframework:spock-junit4
dependabot[bot] Dec 15, 2025
54ebabe
fix(ADRiAn): Automated fix for dependency update failure
google-labs-jules[bot] Dec 15, 2025
5149074
Merge pull request #177 from boxheed/dependabot/gradle/develop/org.sp…
boxheed Dec 15, 2025
8e7fdc9
Merge pull request #172 from boxheed/dependabot/gradle/develop/org.sp…
boxheed Dec 15, 2025
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
api gradleApi()
api localGroovy()

clusterfuzzImplementation 'com.code-intelligence:jazzer-api:0.26.2'
clusterfuzzImplementation 'com.code-intelligence:jazzer-api:0.28.0'
}

clusterfuzz {
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ repositories {

dependencies {
implementation 'commons-io:commons-io:2.21.0'
testImplementation('com.netflix.nebula:nebula-test:11.8.0')
testImplementation('org.spockframework:spock-core:2.3-groovy-4.0')
testImplementation("org.spockframework:spock-junit4:2.3-groovy-4.0")
testImplementation('com.netflix.nebula:nebula-test:11.10.1')
testImplementation('org.spockframework:spock-core:2.4-groovy-4.0')
testImplementation("org.spockframework:spock-junit4:2.4-groovy-4.0")
testImplementation("org.junit.vintage:junit-vintage-engine:6.0.1")

test {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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-9.2.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include 'api'
include 'services:webservice'
*/
plugins {
id "com.gradle.develocity" version "4.2.2"
id "com.gradle.develocity" version "4.3"
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}

Expand Down