Skip to content

Commit

Permalink
Merge pull request #297 from clowder-framework/release/1.19.2
Browse files Browse the repository at this point in the history
rolles back aws libraries to known working version
  • Loading branch information
robkooper committed Oct 20, 2021
2 parents efb78f3 + e66a510 commit 66be181
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.19.2 - 2021-10-20

### Fixed
- Error with library dependencies broke search capabilities, rolled back to known working versions

## 1.19.1 - 2021-10-19

### Added
Expand Down
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ object ApplicationBuild extends Build {
"org.julienrf" %% "play-jsonp-filter" % "1.1",

// Official AWS Java SDK
"com.amazonaws" % "aws-java-sdk-bom" % "1.12.78",
"com.amazonaws" % "aws-java-sdk-bom" % "1.11.106",

"com.amazonaws" % "aws-java-sdk-s3" % "1.12.78",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.106",

"com.amazonaws" % "aws-java-sdk-sts" % "1.12.78"
"com.amazonaws" % "aws-java-sdk-sts" % "1.11.106"
)

// Only compile the bootstrap bootstrap.less file and any other *.less file in the stylesheets directory
Expand Down

0 comments on commit 66be181

Please sign in to comment.