diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc
index 201743ac9..5c179bdc0 100644
--- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc
+++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc
@@ -57,6 +57,7 @@
:issue-513: https://github.com/khmarbaise/maven-it-extension/issues/513[Fixed #513]
:issue-515: https://github.com/khmarbaise/maven-it-extension/issues/515[Fixed #515]
:issue-517: https://github.com/khmarbaise/maven-it-extension/issues/517[Fixed #517]
+:issue-519: https://github.com/khmarbaise/maven-it-extension/issues/517[Fixed #519]
:pr-460: https://github.com/khmarbaise/maven-it-extension/pull/460[Pull request #460]
:pr-462: https://github.com/khmarbaise/maven-it-extension/pull/462[Pull request #462]
@@ -105,6 +106,7 @@
* {issue-511} - Upgrade JUnit-BOM 5.13.0
* {issue-513} - Upgrade smpp to 7.0.5
* {issue-517} - Upgrade smpp to 7.0.8
+ * {issue-519} - Upgrade smpp to 7.0.9
* {issue-???} - ?
*Build Improvements*
diff --git a/pom.xml b/pom.xml
index 521bb131f..2e2360475 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
com.soebes.smpp
smpp
- 7.0.8
+ 7.0.9
@@ -210,22 +210,24 @@
org.apache.rat
apache-rat-plugin
-
- .github/ISSUE_TEMPLATE/feature_request.md
- .github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/config.yml
- IDEASetup.xml
- **/.invisible-file
- .repository/**
- .repo/**
- .mvn/**
- .maven/spy.log
- .mvn/*
- dependency-reduced-pom.xml
- .asf.yaml
- .java-version
- src/test/resources/**
-
+
+ .github/ISSUE_TEMPLATE/feature_request.md
+ .github/ISSUE_TEMPLATE/bug_report.md
+ .github/ISSUE_TEMPLATE/config.yml
+ IDEASetup.xml
+ **/.invisible-file
+ .repository/**
+ .repo/**
+ itf-examples/src/test/resources-its/**
+ itf-examples/src/test/resources/example-files/.gitattributes
+ .mvn/**
+ .maven/spy.log
+ .mvn/*
+ dependency-reduced-pom.xml
+ .asf.yaml
+ .java-version
+ src/test/resources/**
+