Skip to content
Snippets Groups Projects
Commit 344d3fd4 authored by David Diederich's avatar David Diederich
Browse files

Merge branch 'update-log4j-2.17' into 'master'

Upgrading library versions to incorporate the latest Log4j fix

See merge request !159
parents f829814b 894713a0
No related branches found
No related tags found
1 merge request!159Upgrading library versions to incorporate the latest Log4j fix
Pipeline #84993 failed
......@@ -25,8 +25,8 @@
<java.version>8</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<os-core-common.version>0.13.0-rc3</os-core-common.version>
<log4j2.version>2.16.0</log4j2.version>
<os-core-common.version>0.13.0-rc4</os-core-common.version>
<log4j2.version>2.17.0</log4j2.version>
</properties>
<licenses>
......
......@@ -42,7 +42,7 @@
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId>
<version>0.13.0-rc2</version>
<version>0.13.0-rc3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager -->
......
......@@ -39,8 +39,8 @@
<springframework.version>4.3.0.RELEASE</springframework.version>
<reactor.netty.version>0.11.0.RELEASE</reactor.netty.version>
<reactor.core.version>3.3.0.RELEASE</reactor.core.version>
<osdu.corelibazure.version>0.13.0-rc5</osdu.corelibazure.version>
<osdu.oscorecommon.version>0.13.0-rc3</osdu.oscorecommon.version>
<osdu.corelibazure.version>0.13.0-rc6</osdu.corelibazure.version>
<osdu.oscorecommon.version>0.13.0-rc4</osdu.oscorecommon.version>
<junit.version>5.6.0</junit.version>
<jjwt.version>3.8.1</jjwt.version>
<mockito.version>2.23.0</mockito.version>
......
......@@ -50,7 +50,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-gcp</artifactId>
<version>0.13.0-rc3</version>
<version>0.13.0-rc4</version>
</dependency>
<dependency>
......
......@@ -44,7 +44,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-lib-ibm</artifactId>
<version>0.13.0-rc4</version>
<version>0.13.0-rc5</version>
</dependency>
<dependency>
......
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