How to solve: CE9803: Java dependency synchronization failed

0
Hello forum,   Since this morning we receive the following error in our application which is build in mendix 10.7.0 we did not change anything since yesterday in our application, how to fix this error?     FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':copyDependencies'.> Could not resolve all files for configuration ':implementation'.   > Could not resolve net.minidev:json-smart:[1.3.3,2.4.10].     Required by:         project : > com.nimbusds:oauth2-oidc-sdk:10.7.1      > Failed to list versions for net.minidev:json-smart.         > Unable to load Maven meta-data from https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml.            > Could not HEAD 'https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml'.               > The server may not support the client's requested TLS protocol versions: (TLSv1.2, TLSv1.3). You may need to configure the client to allow other protocols to be used. See: https://docs.gradle.org/7.6/userguide/build_environment.html#gradle_system_properties                  > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target * Try:> Run with --stacktrace option to get the stack trace.> Run with --info or --debug option to get more log output.> Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 7s   10.7.0 Mendix version
asked
2 answers
1

An update to this, it has to do with network security configuration; depending on the network we use we receive this error.

answered
0

Hello,

Refer this https://community.mendix.com/link/space/app-development/questions/129646

 

Hope it helps!

answered