diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 90ab15b9..a014f3f6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,7 +11,7 @@ defaults: env: buildType: RelWithDebInfo tempdir: ${{ github.workspace }}/build - libddwafVersion: 1.29.0 + libddwafVersion: 1.30.0 jobs: Spotless: name: spotless diff --git a/build.gradle b/build.gradle index e0f17ad5..805260e6 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { } group 'io.sqreen' -version '17.2.0' +version '17.3.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/libddwaf b/libddwaf index bea83f92..00e895f2 160000 --- a/libddwaf +++ b/libddwaf @@ -1 +1 @@ -Subproject commit bea83f92723ef578b592148edae9cce9171d8ac0 +Subproject commit 00e895f2c507a714062aa88ed41466aec10d2e01 diff --git a/src/main/java/com/datadog/ddwaf/Waf.java b/src/main/java/com/datadog/ddwaf/Waf.java index c1f94392..c22fe9b0 100644 --- a/src/main/java/com/datadog/ddwaf/Waf.java +++ b/src/main/java/com/datadog/ddwaf/Waf.java @@ -20,7 +20,7 @@ import org.slf4j.LoggerFactory; public final class Waf { - public static final String LIB_VERSION = "1.29.0"; + public static final String LIB_VERSION = "1.30.0"; private static final Logger LOGGER = LoggerFactory.getLogger(Waf.class); static final boolean EXIT_ON_LEAK;