Hi all,
A minor FYI:

I noticed a typo in the commit below for the release version for spring-web:
> +                  <version>5.3.15.RELEASEq</version>
Then I realized that the latest spring version is just 5.3.15 without the .RELEASE. But the tests for camel-resteasy still work fine since in fact the pom.xml in src/test/resources isn't used at all; the shrinkwrap archive in the tests uses the pom.xml for camel-resteasy which has the correct version for the required spring jars.

So we could remove this file completely, also in the 3.14.x branch.

Karen

On 03/02/2022 21:04, davscl...@apache.org wrote:

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
      new f96fcd3  Dependency upgrades
f96fcd3 is described below

commit f96fcd3f29f56603509582a0341695d38fa75cb0
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 3 20:48:26 2022 +0100

     Dependency upgrades
---
  .../camel-resteasy/src/test/resources/pom.xml      | 25 +++++++++++-----------
  1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/components/camel-resteasy/src/test/resources/pom.xml 
b/components/camel-resteasy/src/test/resources/pom.xml
index 1355055..6acd837 100644
--- a/components/camel-resteasy/src/test/resources/pom.xml
+++ b/components/camel-resteasy/src/test/resources/pom.xml
@@ -37,57 +37,57 @@
                <dependency>
                        <groupId>org.junit.jupiter</groupId>
              <artifactId>junit-jupiter</artifactId>
-                       <version>4.8.2</version>
+                       <version>5.8.2</version>
                        <scope>test</scope>
                </dependency>
<dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
-                       <version>5.2.1.RELEASE</version>
+                       <version>5.3.15.RELEASE</version>
                </dependency>
<dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
-                       <version>5.2.1.RELEASE</version>
+                       <version>5.3.15.RELEASE</version>
                </dependency>
<dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-web</artifactId>
-                       <version>5.2.1.RELEASE</version>
+                       <version>5.3.15.RELEASEq</version>
                </dependency>

Reply via email to