Skip to content
Snippets Groups Projects
Commit 1bf61067 authored by Chad Leong's avatar Chad Leong :speech_balloon:
Browse files

Merge branch 'dependency-upgrade' into 'master'

Full Upgrade of First Party Library Dependencies for Release 0.20

See merge request !259
parents 5788baf5 1cb6bc35
No related branches found
No related tags found
1 merge request!259Full Upgrade of First Party Library Dependencies for Release 0.20
Pipeline #178606 passed with warnings
......@@ -573,7 +573,6 @@ The following software have components provided under the terms of this license:
- Netty/Codec/HTTP (from https://repo1.maven.org/maven2/io/netty/netty-codec-http)
- Plexus Common Utilities (from http://plexus.codehaus.org/plexus-utils, https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils)
- Redisson (from http://redisson.org)
- SnakeYAML (from http://code.google.com/p/snakeyaml/, http://www.snakeyaml.org, https://bitbucket.org/snakeyaml/snakeyaml)
- Spring Core (from http://www.springframework.org, https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-core)
- jaxen (from http://jaxen.codehaus.org/, https://repo1.maven.org/maven2/jaxen/jaxen)
......@@ -720,7 +719,6 @@ The following software have components provided under the terms of this license:
- Microsoft Application Insights Java SDK Spring Boot starter (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Application Insights Java SDK Web Module (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Application Insights Log4j 2 Appender (from https://github.com/Microsoft/ApplicationInsights-Java)
- SnakeYAML (from http://code.google.com/p/snakeyaml/, http://www.snakeyaml.org, https://bitbucket.org/snakeyaml/snakeyaml)
========================================================================
EPL-2.0
......@@ -785,7 +783,6 @@ GPL-2.0-or-later
The following software have components provided under the terms of this license:
- Cobertura (from http://cobertura.sourceforge.net)
- SnakeYAML (from http://code.google.com/p/snakeyaml/, http://www.snakeyaml.org, https://bitbucket.org/snakeyaml/snakeyaml)
========================================================================
GPL-2.0-with-classpath-exception
......@@ -900,7 +897,6 @@ The following software have components provided under the terms of this license:
- Java Native Access (from https://github.com/java-native-access/jna, https://github.com/twall/jna)
- Java Native Access Platform (from https://github.com/java-native-access/jna)
- Javassist (from http://www.javassist.org/)
- SnakeYAML (from http://code.google.com/p/snakeyaml/, http://www.snakeyaml.org, https://bitbucket.org/snakeyaml/snakeyaml)
========================================================================
MIT
......
......@@ -9,7 +9,7 @@
<docker.image.prefix>org.opengroup.osdu</docker.image.prefix>
<powermock.version>2.0.6</powermock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<os-core-common.version>0.19.0-rc6</os-core-common.version>
<os-core-common.version>0.20.1</os-core-common.version>
<snakeyaml.version>2.0</snakeyaml.version>
<lucene.version>8.0.0</lucene.version>
<log4j.version>2.17.1</log4j.version>
......
......@@ -69,7 +69,7 @@
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId>
<version>0.19.0-rc3</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -25,7 +25,7 @@
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<osdu.corelibazure.version>0.19.0-rc8</osdu.corelibazure.version>
<osdu.corelibazure.version>0.20.0</osdu.corelibazure.version>
<jackson-databind.version>2.14.0</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
</properties>
......
......@@ -26,7 +26,7 @@
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<os-core-lib-ibm.version>0.16.0</os-core-lib-ibm.version>
<os-core-lib-ibm.version>0.20.0</os-core-lib-ibm.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version>
</properties>
......
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