This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 7123e4ea6 CAY-2865 Upgrade dependencies
7123e4ea6 is described below
commit 7123e4ea67f6584e92649d7d5ad5c85c8c31f8be
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Jul 31 15:55:34 2024 +0400
CAY-2865 Upgrade dependencies
---
cayenne/pom.xml | 12 ++++++++++++
pom.xml | 6 +++---
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/cayenne/pom.xml b/cayenne/pom.xml
index 5ff5feae5..1f39c8e65 100644
--- a/cayenne/pom.xml
+++ b/cayenne/pom.xml
@@ -70,6 +70,13 @@
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <!-- do not need this one -->
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.mockrunner</groupId>
@@ -81,6 +88,11 @@
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</exclusion>
+ <exclusion>
+ <!-- don't use anything related to
this, and this is an old version -->
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 6e58eb161..ff8e2d9b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
<project.build.datetime>${maven.build.timestamp}</project.build.datetime>
<slf4j.version>1.7.36</slf4j.version>
<ant.version>1.10.12</ant.version>
- <testcontainers.version>1.19.3</testcontainers.version>
+ <testcontainers.version>1.20.0</testcontainers.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
@@ -324,7 +324,7 @@
<dependency>
<groupId>com.mockrunner</groupId>
<artifactId>mockrunner-jdbc</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -335,7 +335,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>5.2.23.RELEASE</version>
+ <version>5.3.37</version>
<scope>test</scope>
<exclusions>
<exclusion>