Skip to content

Commit

Permalink
Update commons-lang3 to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 23, 2023
1 parent 368517b commit ed1111f
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion images/app/sbt
2 changes: 1 addition & 1 deletion images/fakemail/mailslurper
Submodule mailslurper updated 48 files
+12 −12 Dockerfile
+11 −1 README.md
+1 −1 bin/create-mysql.sql
+15 −0 bin/package.sh
+1 −1 cmd/mailslurper/adminAuthMiddleware.go
+2 −0 cmd/mailslurper/config.json
+16 −14 cmd/mailslurper/controllers/AdminController.go
+55 −1 cmd/mailslurper/controllers/ServiceController.go
+6 −4 cmd/mailslurper/mailslurper.go
+1 −1 cmd/mailslurper/serviceAuthMiddleware.go
+1 −1 cmd/mailslurper/setupAdminListener.go
+2 −2 cmd/mailslurper/setupConfig.go
+9 −5 cmd/mailslurper/setupServicesListener.go
+5 −4 cmd/mailslurper/www/mailslurper/js/app.js
+3 −2 cmd/mailslurper/www/mailslurper/js/controllers/AdminController.js
+1 −1 cmd/mailslurper/www/mailslurper/js/controllers/HomeController.js
+3 −2 cmd/mailslurper/www/mailslurper/js/controllers/LoginController.js
+2 −1 cmd/mailslurper/www/mailslurper/js/services/AuthService.js
+10 −7 cmd/mailslurper/www/mailslurper/js/services/SettingsService.js
+2 −1 cmd/mailslurper/www/mailslurper/js/services/TemplateService.js
+2 −1 cmd/mailslurper/www/mailslurper/js/widgets/SavedSearchesWidget.js
+22 −20 cmd/mailslurper/www/mailslurper/layouts/loginLayout.gohtml
+41 −39 cmd/mailslurper/www/mailslurper/layouts/mainLayout.gohtml
+1 −1 cmd/mailslurper/www/mailslurper/pages/admin.gohtml
+1 −1 cmd/mailslurper/www/mailslurper/pages/index.gohtml
+2 −2 cmd/mailslurper/www/mailslurper/pages/login.gohtml
+1 −1 cmd/mailslurper/www/mailslurper/pages/manageSavedSearches.gohtml
+1 −1 cmd/mailslurper/www/mailslurper/templates/helpers/attachmentURL.js
+700 −310 cmd/mailslurper/www/www.go
+24 −0 go.mod
+203 −0 go.sum
+1 −1 pkg/contexts/AdminUserContext.go
+1 −1 pkg/mailslurper/ApplyThemeRequest.go
+26 −2 pkg/mailslurper/Configuration.go
+7 −13 pkg/mailslurper/DataCommandExecutor.go
+1 −0 pkg/mailslurper/IStorage.go
+40 −0 pkg/mailslurper/MSSQLStorage.go
+9 −6 pkg/mailslurper/MailCommandExecutor.go
+40 −0 pkg/mailslurper/MySQLStorage.go
+44 −0 pkg/mailslurper/NoopCommandExecutor.go
+6 −5 pkg/mailslurper/Page.go
+43 −0 pkg/mailslurper/ResetCommandExecutor.go
+12 −1 pkg/mailslurper/SMTPMessagePart.go
+12 −0 pkg/mailslurper/SMTPWorker.go
+40 −0 pkg/mailslurper/SQLiteStorage.go
+1 −3 pkg/mailslurper/ServiceSettings.go
+3 −0 pkg/mailslurper/SmtpCommands.go
+1 −1 pkg/ui/TemplateRenderer.go
2 changes: 1 addition & 1 deletion images/web/lua-packages/lua-resty-redis
2 changes: 1 addition & 1 deletion images/web/modules/lua-nginx-module
Submodule lua-nginx-module updated 260 files
2 changes: 1 addition & 1 deletion images/web/modules/luajit
Submodule luajit updated 227 files
2 changes: 1 addition & 1 deletion images/web/modules/ngx_devel_kit
2 changes: 1 addition & 1 deletion images/web/node_modules
Submodule node_modules updated 284 files
2 changes: 1 addition & 1 deletion images/web/openresty
Submodule openresty updated 2526 files
2 changes: 1 addition & 1 deletion images/web/openresty-pkgs
Submodule openresty-pkgs updated 102 files
2 changes: 1 addition & 1 deletion images/web/ty-media
Submodule ty-media updated 225 files
2 changes: 1 addition & 1 deletion lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Compile / dependencyOverrides ++= {
"nl.grons" % "metrics4-scala_2.12" % "4.2.9",
"nu.validator.htmlparser" % "htmlparser" % "1.4",
"org.apache.commons" % "commons-email" % "1.5",
"org.apache.commons" % "commons-lang3" % "3.13.0",
"org.apache.commons" % "commons-lang3" % "3.14.0",
"org.apache.httpcomponents" % "httpasyncclient" % "4.1.2",
"org.apache.httpcomponents" % "httpclient" % "4.5.2",
"org.apache.httpcomponents" % "httpcore" % "4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/ed-versions
2 changes: 1 addition & 1 deletion modules/gatsby-starter-blog-ed-comments-0.4.4
Submodule gatsby-starter-blog-ed-comments-0.4.4 updated 42 files
+4 −3 gatsby-config.js
+8 −8 package-lock.json
+1 −1 package.json
+3 −3 public/app-9af3b73c3bf39179c994.js
+1 −1 public/app-9af3b73c3bf39179c994.js.map
+1 −1 public/chunk-manifest.json
+7 −7 public/commons-89d60b5b924ef4c6771c.js
+1 −1 public/commons-89d60b5b924ef4c6771c.js.map
+2 −2 public/component---src-layouts-index-js-5396ae9128ed70808bc5.js
+1 −1 public/component---src-layouts-index-js-5396ae9128ed70808bc5.js.map
+1 −1 public/component---src-pages-index-js-51039b9bbfc98abe9adb.js
+1 −1 public/component---src-pages-index-js-51039b9bbfc98abe9adb.js.map
+4 −4 public/component---src-templates-blog-post-js-4a9510d18e5b63c08436.js
+1 −0 public/component---src-templates-blog-post-js-4a9510d18e5b63c08436.js.map
+0 −1 public/component---src-templates-blog-post-js-6196d8f470e3c3d19dda.js.map
+6 −5 public/hello-world/index.html
+6 −5 public/hi-folks/index.html
+5 −4 public/index.html
+6 −5 public/my-second-post/index.html
+5 −4 public/offline-plugin-app-shell-fallback/index.html
+0 −2 public/path---hello-world-c6a57048c72417ac098e.js
+0 −1 public/path---hello-world-c6a57048c72417ac098e.js.map
+2 −0 public/path---hello-world-d1bdaa95a605e44b3ac9.js
+1 −0 public/path---hello-world-d1bdaa95a605e44b3ac9.js.map
+0 −2 public/path---hi-folks-0177071fd2a1927dbdc6.js
+0 −1 public/path---hi-folks-0177071fd2a1927dbdc6.js.map
+2 −0 public/path---hi-folks-99017e317f7f96cf5ee4.js
+1 −0 public/path---hi-folks-99017e317f7f96cf5ee4.js.map
+2 −0 public/path---my-second-post-03a1035abe7561da95b0.js
+1 −0 public/path---my-second-post-03a1035abe7561da95b0.js.map
+0 −2 public/path---my-second-post-0d005c26d9b52cd86b8a.js
+0 −1 public/path---my-second-post-0d005c26d9b52cd86b8a.js.map
+0 −2 public/path---same-discussion-id-as-2nd-post-9412ca300b6671335aa3.js
+0 −1 public/path---same-discussion-id-as-2nd-post-9412ca300b6671335aa3.js.map
+2 −0 public/path---same-discussion-id-as-2nd-post-bfc0ee291cb1fc87949b.js
+1 −0 public/path---same-discussion-id-as-2nd-post-bfc0ee291cb1fc87949b.js.map
+1 −1 public/render-page.js.map
+1 −1 public/rss.xml
+6 −5 public/same-discussion-id-as-2nd-post/index.html
+14 −14 public/stats.json
+1 −1 public/sw.js
+2 −2 src/templates/blog-post.js
2 changes: 1 addition & 1 deletion modules/sanitize-html
2 changes: 1 addition & 1 deletion modules/ty-translations
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Dependencies {
val rediscala = "com.github.etaty" %% "rediscala" % "1.9.0"

val apacheCommonsEmail = "org.apache.commons" % "commons-email" % "1.5"
val apacheCommonsLang3 = "org.apache.commons" % "commons-lang3" % "3.13.0"
val apacheCommonsLang3 = "org.apache.commons" % "commons-lang3" % "3.14.0"

// Does v1.25 recognize .woff and .woff2 file extensions? Then can remove
// extra checks in module ty-core. [5AKR20]
Expand Down

0 comments on commit ed1111f

Please sign in to comment.