Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Use release version of mesos:1.8.0 instead of SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Dec 17, 2021
1 parent 8ef4e17 commit ae8f648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Changes to v0.56.0.patch1

- Bump Log4J to 2.16.0 to mitigate CVE-2021-44228.
- Use release version of mesos:1.8.0 instead of SNAPSHOT.

## Changes to v0.56.0

Expand Down
2 changes: 1 addition & 1 deletion sdk/scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dependencies {
compile "javax.el:javax.el-api:${elVer}"
compile "org.glassfish.web:javax.el:${elVer}"
compile 'com.mesosphere:mesos-http-adapter:0.4.1'
compile 'org.apache.mesos:mesos:1.8.0-SNAPSHOT'
compile 'org.apache.mesos:mesos:1.8.0'
compile('com.auth0:java-jwt:3.2.0') {
// JWT package comes with jackson version 2.8.4 which doesn't work properly with
// scheduler specification classes.
Expand Down

0 comments on commit ae8f648

Please sign in to comment.