Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.
diff --git a/pom.xml b/pom.xml
index 2f28ca2..79d229c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
     <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging</artifactId>
-      <version>3.4.0.Final</version>
+      <version>3.4.1.Final</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b7899b3..aa284f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from Mockito 3.0.0 to 3.2.0.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->