Skip to content

Commit

Permalink
Merge pull request #1029 from opensrp/security-patches
Browse files Browse the repository at this point in the history
Security patches
  • Loading branch information
ndegwamartin authored Dec 11, 2021
2 parents b27d84b + 9c13705 commit 32f7511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opensrp-server-web

[![Build Status](https://travis-ci.org/OpenSRP/opensrp-server-web.svg?branch=master)](https://travis-ci.org/OpenSRP/opensrp-server-web) [![Coverage Status](https://coveralls.io/repos/github/OpenSRP/opensrp-server-web/badge.svg?branch=master)](https://coveralls.io/github/OpenSRP/opensrp-server-web?branch=master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5544ce1a89924b919197c902819c83eb)](https://www.codacy.com/app/OpenSRP/opensrp-server-web?utm\_source=github.com\&utm\_medium=referral\&utm\_content=OpenSRP/opensrp-server-web\&utm\_campaign=Badge\_Grade)
[![Build Status](https://travis-ci.org/OpenSRP/opensrp-server-web.svg?branch=master)](https://travis-ci.org/OpenSRP/opensrp-server-web) [![Coverage Status](https://coveralls.io/repos/github/OpenSRP/opensrp-server-web/badge.svg?branch=master)](https://coveralls.io/github/OpenSRP/opensrp-server-web?branch=master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/c2739ddb2c6640fe8a926eface8b5846)](https://www.codacy.com/gh/opensrp/opensrp-server-web/dashboard?utm_source=github.com&utm_medium=referral&utm_content=opensrp/opensrp-server-web&utm_campaign=Badge_Grade)

## Overview

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>opensrp-server-web</artifactId>
<packaging>war</packaging>
<version>3.0.11-SNAPSHOT</version>
<version>3.0.12-SNAPSHOT</version>
<name>opensrp-server-web</name>
<description>OpenSRP Server Web Application</description>
<url>https://github.com/OpenSRP/opensrp-server-web</url>
Expand All @@ -16,17 +16,17 @@
<main.basedir>${project.basedir}</main.basedir>
<hibernate-entitymanager.version>5.4.12.Final</hibernate-entitymanager.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>5.2.4.RELEASE</spring.version>
<spring.security.version>5.3.3.RELEASE</spring.security.version>
<spring.version>5.2.4.RELEASE</spring.version>
<spring.security.version>5.3.12.RELEASE</spring.security.version>
<spring.security.oauth.version>2.5.0.RELEASE</spring.security.oauth.version>
<spring.fox.swagger.version>2.9.2</spring.fox.swagger.version>
<spring.data.redis>2.2.4.RELEASE</spring.data.redis>
<redis.jedis.version>3.2.0</redis.jedis.version>
<redis.lettuce.version>5.2.2.RELEASE</redis.lettuce.version>
<opensrp.updatePolicy>always</opensrp.updatePolicy>
<nexus-staging-maven-plugin.version>1.5.1</nexus-staging-maven-plugin.version>
<opensrp.core.version>3.0.7-SNAPSHOT</opensrp.core.version>
<opensrp.connector.version>2.3.0-SNAPSHOT</opensrp.connector.version>
<opensrp.core.version>3.0.8-SNAPSHOT</opensrp.core.version>
<opensrp.connector.version>2.3.2-SNAPSHOT</opensrp.connector.version>
<opensrp.interface.version>2.0.1-SNAPSHOT</opensrp.interface.version>
<opensrp.common.version>2.0.3-SNAPSHOT</opensrp.common.version>
<powermock.version>2.0.5</powermock.version>
Expand Down Expand Up @@ -167,7 +167,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.0</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -380,7 +380,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.18.Final</version>
<version>6.0.22.Final</version>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
Expand Down Expand Up @@ -412,12 +412,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down

0 comments on commit 32f7511

Please sign in to comment.