Skip to content

Commit 66be181

Browse files
authored
Merge pull request #297 from clowder-framework/release/1.19.2
rolles back aws libraries to known working version
2 parents efb78f3 + e66a510 commit 66be181

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.19.2 - 2021-10-20
8+
9+
### Fixed
10+
- Error with library dependencies broke search capabilities, rolled back to known working versions
11+
712
## 1.19.1 - 2021-10-19
813

914
### Added

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ object ApplicationBuild extends Build {
125125
"org.julienrf" %% "play-jsonp-filter" % "1.1",
126126

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

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

132-
"com.amazonaws" % "aws-java-sdk-sts" % "1.12.78"
132+
"com.amazonaws" % "aws-java-sdk-sts" % "1.11.106"
133133
)
134134

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

0 commit comments

Comments
 (0)