Skip to content

Commit

Permalink
Release v.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFletcher committed Jan 5, 2022
2 parents 1618317 + 19449c6 commit 901ac6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ to use `/OrganizationAcls` endpoint instead of `/OrganizationalEntityAcls` endpo
* Ensure `OrganizationConnection.retrieveOrganizationFollowerCount` and `OrgnizationConnection. retrieveShareStatistics`
can get data for both organization and organization brand pages.

## 3.0.2 (Dec 20, 2021)
* Update logback dependencies to move away from logback-classic and logback-core due to a
security vulnerability. See [CVE-2017-5929](https://nvd.nist.gov/vuln/detail/CVE-2017-5929)
for more information. Using ebx-structured-logging instead.

## 3.0.3 (Work in progress)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use:
<dependency>
<groupId>com.echobox</groupId>
<artifactId>ebx-linkedin-sdk</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```

Expand Down
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.echobox</groupId>
<artifactId>ebx-linkedin-sdk</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -78,15 +78,9 @@
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-json-classic</artifactId>
<version>0.1.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-jackson</artifactId>
<version>0.1.5</version>
<groupId>com.echobox</groupId>
<artifactId>ebx-structuredlogging-sdk</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 901ac6d

Please sign in to comment.