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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 9201e0334 Bump some dependencies at the maintenance level
     new b88ae689a Merge pull request #62 from garydgregory/r9_bump_some_deps
9201e0334 is described below

commit 9201e0334613a2774585be3237f659c46daa4e1c
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Sat Oct 8 14:54:20 2022 -0400

    Bump some dependencies at the maintenance level
    
    * Bump JUnit from 4.13.1 to 4.13.2
    * Bump HttpCore from 4.4.13 to 4.4.15
    * Bump Sprint Boot from 2.7.0 to 2.7.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef7543efb..7ffaf676f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,10 +36,10 @@
                <maven.compiler.target>1.8</maven.compiler.target>
 
                <jaxb.version>2.3.1</jaxb.version>
-               <junit.version>4.13.1</junit.version>
+               <junit.version>4.13.2</junit.version>
                <jaxrs.version>1.1.1</jaxrs.version>
                <servlet.version>4.0.1</servlet.version>
-               <httpcore.version>4.4.13</httpcore.version>
+               <httpcore.version>4.4.15</httpcore.version>
                <httpclient.version>4.5.13</httpclient.version>
                <jetty.version>9.4.49.v20220914</jetty.version>
                <juneau.compare.version>8.0.0</juneau.compare.version>
@@ -48,7 +48,7 @@
                <juneauVersionNext>9.0.1</juneauVersionNext>
                <derby.version>10.10.2.0</derby.version>
                <hibernate.version>5.0.9.Final</hibernate.version>
-               <springboot.version>2.7.0</springboot.version>
+               <springboot.version>2.7.4</springboot.version>
                <xml.apis.version>1.4.01</xml.apis.version>
                <javadoc.executable />
        </properties>

Reply via email to