This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 9bf6089f4c Upgrading Zookeeper and MariaDB JDBC driver
9bf6089f4c is described below
commit 9bf6089f4c57b953c4c531fe82a5b06627ac74b3
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Oct 25 14:24:40 2024 +0200
Upgrading Zookeeper and MariaDB JDBC driver
---
pom.xml | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b4248b89d..21dc7170b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@ under the License.
<antlr4.version>4.13.2</antlr4.version>
<curator.version>5.7.1</curator.version>
- <zookeeper.version>3.9.2</zookeeper.version>
+ <zookeeper.version>3.9.3</zookeeper.version>
<zonky.embedded-postgres.version>2.0.7</zonky.embedded-postgres.version>
<zonky.embedded-postgres-binaries.version>17.0.0</zonky.embedded-postgres-binaries.version>
@@ -507,7 +507,7 @@ under the License.
<jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
<jdbc.mysql.version>9.1.0</jdbc.mysql.version>
- <jdbc.mariadb.version>3.4.1</jdbc.mariadb.version>
+ <jdbc.mariadb.version>3.5.0</jdbc.mariadb.version>
<jdbc.oracle.version>23.5.0.24.07</jdbc.oracle.version>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -659,6 +659,14 @@ under the License.
<version>7.1.0</version>
</dependency>
+ <!-- TMP until Spring Boot 3.3.6-->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>6.1.15-SNAPSHOT</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
@@ -1391,6 +1399,14 @@ under the License.
<enabled>true</enabled>
</releases>
</repository>
+ <repository>
+ <id>repository.spring.snapshot</id>
+ <name>Spring Snapshot Repository</name>
+ <url>https://repo.spring.io/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
</repositories>
<pluginRepositories>