Skip to content

Commit

Permalink
Merge branch 'master' into update/quarkus-credentials-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Oct 20, 2023
2 parents 0fa3dc9 + 4f11a94 commit f7d9241
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"copyfiles": "^2.4.1",
"husky": "^8.0.3",
"jest": "^27.5.1",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"minify": "^10.5.2",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ object Dependencies {
lazy val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val snsSdk = "software.amazon.awssdk" % "sns" % "2.21.0"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.21.0"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.2"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.3"
lazy val caffiene = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
}

0 comments on commit f7d9241

Please sign in to comment.