Skip to content
Snippets Groups Projects
Commit 1d859879 authored by Spencer Sutton's avatar Spencer Sutton
Browse files

Patching log4j

parent 0aaf8613
No related branches found
No related tags found
1 merge request!132partition mongo update
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<os-core-common.version>0.12.0</os-core-common.version> <os-core-common.version>0.13.0-rc3</os-core-common.version>
<org.springframework.boot.version>2.4.5</org.springframework.boot.version> <org.springframework.boot.version>2.4.5</org.springframework.boot.version>
</properties> </properties>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.core.aws</groupId> <groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId> <artifactId>os-core-lib-aws</artifactId>
<version>0.12.0</version> <version>0.13.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
......
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