Skip to content

Commit

Permalink
Scala Common Enrich: bumped httpclient to 4.3.3 (fixes #897)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jul 16, 2014
1 parent fb681cb commit 28de731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3-enrich/scala-common-enrich/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {

object V {
// Java
val http = "4.1.1"
val http = "4.3.3"
val commonsLang = "3.1"
val commonsIo = "2.4"
val yodaTime = "2.1"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Scala Hadoop Enrich: added ability to download additional MaxMind databases (#88
Scala Common Enrich: bumped to 0.5.0
Scala Common Enrich: bumped user-agent-utils version, thanks @pkallos! (#662)
Scala Common Enrich: bumped referer-parser to 0.2.0 (#864)
Scala Common Enrich: bumped httpclient to 4.3.3 (#897)
Scala Common Enrich: bumped scala-maxmind-geoip to scala-maxmind-iplookups 0.1.0 (#882)
Scala Common Enrich: stored etl_tstamp in new field in CanonicalOutput (#818)
Scala Common Enrich: removed event_vendor and ue_name and renamed ue_properties to unstruct_event (#836)
Expand Down

0 comments on commit 28de731

Please sign in to comment.