Skip to content
Snippets Groups Projects
Commit f4c356e3 authored by VidyaDharani Lokam's avatar VidyaDharani Lokam
Browse files

Merge branch 'az/vl-fix-azure-vulnerability' into 'master'

fix azure jackson-databind vulnerability

See merge request !313
parents a4fbef12 c0c5ea46
No related branches found
No related tags found
1 merge request!313fix azure jackson-databind vulnerability
Pipeline #215504 failed
......@@ -127,8 +127,8 @@ The following software have components provided under the terms of this license:
- JCIP Annotations under Apache License (from http://stephenc.github.com/jcip-annotations)
- JDO API (from https://repo1.maven.org/maven2/javax/jdo/jdo-api)
- JDOM
- JJWT :: Legacy Transitive Dependency Jar (from https://repo1.maven.org/maven2/io/jsonwebtoken/jjwt)
- JSON Small and Fast Parser (from https://repo1.maven.org/maven2/net/minidev/json-smart, https://urielch.github.io/)
- JSON Web Token support for the JVM (from https://github.com/jwtk/jjwt)
- JSON library from Android SDK (from http://developer.android.com/sdk)
- JSONassert (from http://github.com/skyscreamer/yoga, https://github.com/skyscreamer/JSONassert)
- JSR107 API and SPI (from https://github.com/jsr107/jsr107spec)
......
......@@ -26,8 +26,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<osdu.corelibazure.version>0.23.1</osdu.corelibazure.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<jackson.version>2.15.2</jackson.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
<net-minidev.version>2.4.9</net-minidev.version>
<netty.version>4.1.98.Final</netty.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment