Skip to content

Commit d83ec02

Browse files
committed
Upgraded Jackson version to address security issue. Remove release shell script
1 parent 9488b41 commit d83ec02

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Add below entry within the `dependencies` section of your `pom.xml`:
313313
<dependency>
314314
<groupId>com.flipkart</groupId>
315315
<artifactId>hbase-object-mapper</artifactId>
316-
<version>1.12</version>
316+
<version>1.12.1</version>
317317
</dependency>
318318
```
319319
See artifact details: [com.flipkart:hbase-object-mapper on **Maven Central**](https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav) or
@@ -322,7 +322,7 @@ See artifact details: [com.flipkart:hbase-object-mapper on **Maven Central**](ht
322322
To build this project, follow below simple steps:
323323

324324
1. Do a `git clone` of this repository
325-
2. Checkout latest stable version `git checkout v1.12`
325+
2. Checkout latest stable version `git checkout v1.12.1`
326326
3. Execute `mvn clean install` from shell
327327

328328
### Please note:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>com.flipkart</groupId>
1313
<artifactId>hbase-object-mapper</artifactId>
14-
<version>1.12</version>
14+
<version>1.12.1</version>
1515
<url>https://flipkart-incubator.github.io/hbase-orm/</url>
1616
<scm>
1717
<url>https://github.com/flipkart-incubator/hbase-orm/</url>
1818
</scm>
1919
<licenses>
2020
<license>
2121
<name>Apache License, Version 2.0</name>
22-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
2323
</license>
2424
</licenses>
2525
<developers>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.9.10</version>
67+
<version>2.9.10.1</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.guava</groupId>

release.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)