Skip to content

Commit

Permalink
libddwaf version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sezen-datadog committed Feb 24, 2025
1 parent 8e32a31 commit e5c60ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
env:
buildType: RelWithDebInfo
tempdir: ${{ github.workspace }}/build
libddwafVersion: 1.22.0
libddwafVersion: 1.23.0
jobs:
Coverage:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion libddwaf
Submodule libddwaf updated 207 files
2 changes: 1 addition & 1 deletion src/main/java/io/sqreen/powerwaf/Powerwaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.Map;

public final class Powerwaf {
public static final String LIB_VERSION = "1.22.0";
public static final String LIB_VERSION = "1.23.0";

private static final Logger LOGGER = LoggerFactory.getLogger(Powerwaf.class);
static final boolean EXIT_ON_LEAK;
Expand Down

0 comments on commit e5c60ec

Please sign in to comment.