We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2d964 commit 137c343Copy full SHA for 137c343
backend/build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
implementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.4.56.v20240826'
93
94
// https://mvnrepository.com/artifact/org.json/json
95
- implementation group: 'org.json', name: 'json', version: '20240303'
+ implementation group: 'org.json', name: 'json', version: '20250107'
96
97
// https://mvnrepository.com/artifact/com.auth0/java-jwt
98
implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0'
0 commit comments