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

Merge branch 'dependency-upgrade' into 'master'

Upgrade First Party Library Dependencies for Release 0.23

See merge request !546
parents e950faf5 4ac6f5a0
No related branches found
No related tags found
1 merge request!546Upgrade First Party Library Dependencies for Release 0.23
Pipeline #210452 passed
......@@ -309,8 +309,10 @@ The following software have components provided under the terms of this license:
- Apache Geronimo JMS Spec 2.0 (from http://geronimo.apache.org/maven/${siteId}/${version})
- Apache Groovy (from http://groovy-lang.org, http://groovy.codehaus.org/, https://groovy-lang.org)
- Apache HTTP transport v2 for the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-apache-v2)
- Apache HttpClient (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga)
- Apache HttpClient (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga, https://repo1.maven.org/maven2/org/apache/httpcomponents/client5/httpclient5)
- Apache HttpClient Cache (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga)
- Apache HttpComponents Core HTTP/1.1 (from https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5)
- Apache HttpComponents Core HTTP/2 (from https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2)
- Apache HttpCore (from http://hc.apache.org/httpcomponents-core-ga, http://hc.apache.org/httpcomponents-core-ga/, http://hc.apache.org/httpcomponents-core/)
- Apache Log4j API (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api)
- Apache Log4j Core (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core)
......
......@@ -7,7 +7,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<os-core-common.version>0.23.0-SNAPSHOT</os-core-common.version>
<os-core-common.version>0.23.1</os-core-common.version>
<log4j2.version>2.17.1</log4j2.version>
<json-smart.version>2.4.9</json-smart.version>
<openapi.version>1.6.14</openapi.version>
......
......@@ -103,7 +103,7 @@
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
<dependency>
......
......@@ -10,7 +10,7 @@
<properties>
<jackson-databind.version>2.15.0</jackson-databind.version>
<jackson.version>2.15.0</jackson.version>
<os-core-common.version>0.22.0</os-core-common.version>
<os-core-common.version>0.23.1</os-core-common.version>
</properties>
<artifactId>os-schema-gc</artifactId>
......@@ -104,7 +104,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-gc</artifactId>
<version>0.22.1</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
......@@ -143,17 +143,17 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>oqm</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>osm</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>obm</artifactId>
<version>0.22.0</version>
<version>0.23.0</version>
</dependency>
<dependency>
......
......@@ -12,7 +12,7 @@
<properties>
<os-core-lib-ibm.version>0.15.2</os-core-lib-ibm.version>
<os-core-lib-azure.version>0.6.1</os-core-lib-azure.version>
<os-core-lib-aws.version>0.22.0</os-core-lib-aws.version>
<os-core-lib-aws.version>0.23.0</os-core-lib-aws.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
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