You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/08/31 15:58:39 UTC

[qpid-jms] branch main updated (15a44a12 -> 99144305)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


    from 15a44a12 QPIDJMS-578: update to maven-bundle-plugin 5.1.8
     new 3dde5be1 QPIDJMS-577: update to jacoco 0.8.8
     new 1ea92829 QPIDJMS-577: update to mockito 4.7.0
     new add12a14 QPIDJMS-577: update to minikdc 3.3.4
     new 99144305 QPIDJMS-577: update to jetty 9.4.48.v20220622

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 04/04: QPIDJMS-577: update to jetty 9.4.48.v20220622

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 991443053274f1ce97e763ff10edc9e7d1b0a65c
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:23:20 2022 +0100

    QPIDJMS-577: update to jetty 9.4.48.v20220622
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e802d407..bd96f610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <netty-tcnative-version>2.0.53.Final</netty-tcnative-version>
     <activemq-version>5.17.0</activemq-version>
     <junit-version>4.13.2</junit-version>
-    <jetty-version>9.4.45.v20220203</jetty-version>
+    <jetty-version>9.4.48.v20220622</jetty-version>
     <mockito-version>4.7.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hadoop-minikdc-version>3.3.4</hadoop-minikdc-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 01/04: QPIDJMS-577: update to jacoco 0.8.8

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 3dde5be1d2ecb8a895ade4cb99bcd528e8ad4405
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:04:11 2022 +0100

    QPIDJMS-577: update to jacoco 0.8.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 976ca523..311e026d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <maven-idea-plugin-version>2.5</maven-idea-plugin-version>
     <maven-bundle-plugin-version>5.1.8</maven-bundle-plugin-version>
     <findbugs-maven-plugin-version>3.0.2</findbugs-maven-plugin-version>
-    <jacoco-plugin-version>0.8.6</jacoco-plugin-version>
+    <jacoco-plugin-version>0.8.8</jacoco-plugin-version>
 
     <maven.compiler.source>11</maven.compiler.source>
     <maven.compiler.target>11</maven.compiler.target>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 02/04: QPIDJMS-577: update to mockito 4.7.0

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 1ea92829d51e15a58b261a79087fc92dadec9d5f
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:09:42 2022 +0100

    QPIDJMS-577: update to mockito 4.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 311e026d..6c69c490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <activemq-version>5.17.0</activemq-version>
     <junit-version>4.13.2</junit-version>
     <jetty-version>9.4.45.v20220203</jetty-version>
-    <mockito-version>4.4.0</mockito-version>
+    <mockito-version>4.7.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hadoop-minikdc-version>3.3.2</hadoop-minikdc-version>
     <commons-io-version>2.11.0</commons-io-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 03/04: QPIDJMS-577: update to minikdc 3.3.4

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit add12a1469dfed3939d1f5ae37ef45996baf100c
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Aug 31 16:23:05 2022 +0100

    QPIDJMS-577: update to minikdc 3.3.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c69c490..e802d407 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <jetty-version>9.4.45.v20220203</jetty-version>
     <mockito-version>4.7.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
-    <hadoop-minikdc-version>3.3.2</hadoop-minikdc-version>
+    <hadoop-minikdc-version>3.3.4</hadoop-minikdc-version>
     <commons-io-version>2.11.0</commons-io-version>
 
     <!-- Maven Plugin Versions for this Project -->
@@ -240,7 +240,7 @@
         <exclusions>
           <exclusion>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
           </exclusion>
           <exclusion>
             <groupId>com.nimbusds</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org