Skip to content

Commit

Permalink
fix(security): update undertow-io dependency to 2.3.17 (#5226)
Browse files Browse the repository at this point in the history
Co-authored-by: omercier <[email protected]>
  • Loading branch information
tuntoja and omercier authored Oct 11, 2024
1 parent 5f4e2ec commit e5b6a29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions as400/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-10-11 Olivier Mercier <[email protected]> - 2.0.4
* Use io.undertow 2.3.17

2024-10-10 Olivier Mercier <[email protected]> - 2.0.3
* New build workflow

Expand Down
4 changes: 2 additions & 2 deletions as400/connector.as400/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.centreon.connector</groupId>
<artifactId>centreon-as400</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>Centreon-AS/400</name>
<description>Connecteur AS/400</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -176,7 +176,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.2.11.Final</version>
<version>2.3.17.Final</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion as400/packaging/centreon-as400-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "centreon-plugin-Operatingsystems-AS400-daemon"
arch: "${ARCH}"
platform: "linux"
version_schema: "none"
version: "2.0.3"
version: "2.0.4"
release: "${RELEASE}${DIST}"
section: "default"
priority: "optional"
Expand Down

0 comments on commit e5b6a29

Please sign in to comment.