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 155269ae1a Upgrading Spring Boot
155269ae1a is described below

commit 155269ae1acaec2194e5b42982ed54c4d82b7bb6
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Feb 20 17:15:33 2025 +0100

    Upgrading Spring Boot
---
 .../org/apache/syncope/core/persistence/neo4j/DomainProperties.java    | 3 +--
 pom.xml                                                                | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/core/persistence-neo4j/src/main/java/org/apache/syncope/core/persistence/neo4j/DomainProperties.java
 
b/core/persistence-neo4j/src/main/java/org/apache/syncope/core/persistence/neo4j/DomainProperties.java
index 100182e012..4d0b86e23c 100644
--- 
a/core/persistence-neo4j/src/main/java/org/apache/syncope/core/persistence/neo4j/DomainProperties.java
+++ 
b/core/persistence-neo4j/src/main/java/org/apache/syncope/core/persistence/neo4j/DomainProperties.java
@@ -20,7 +20,6 @@ package org.apache.syncope.core.persistence.neo4j;
 
 import java.net.URI;
 import org.apache.syncope.core.persistence.common.AbstractDomainProperties;
-import org.neo4j.driver.internal.async.pool.PoolSettings;
 
 public class DomainProperties extends AbstractDomainProperties {
 
@@ -30,7 +29,7 @@ public class DomainProperties extends 
AbstractDomainProperties {
 
     private String password;
 
-    private int maxConnectionPoolSize = 
PoolSettings.DEFAULT_MAX_CONNECTION_POOL_SIZE;
+    private int maxConnectionPoolSize = 100;
 
     public URI getUri() {
         return uri;
diff --git a/pom.xml b/pom.xml
index 059cbcb3cd..6bba9b76d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
     <bouncycastle.version>1.80</bouncycastle.version>
     <nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.4.2</spring-boot.version>
+    <spring-boot.version>3.4.3</spring-boot.version>
     <spring-cloud-gateway.version>4.2.0</spring-cloud-gateway.version>
 
     <openjpa.version>4.0.1</openjpa.version>

Reply via email to