Skip to content

Commit

Permalink
Merge pull request #981 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
akash1810 authored Dec 16, 2024
2 parents e8cd966 + c5948c7 commit 3688473
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 19 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
cache: 'npm'
cache-dependency-path: 'cdk/package-lock.json'

# Java is needed for the Scala Play app
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '11' # TODO read this from the `.java-version` file in the repository
distribution: 'corretto'
- uses: guardian/setup-scala@v1

- run: ./scripts/ci

- uses: guardian/actions-riff-raff@v4
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ jobs:
- name: Checkout branch
id: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install Java
id: java
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.2.0
with:
distribution: corretto
java-version: 17
- name: Install sbt
id: sbt
uses: sbt/setup-sbt@50a38cca700907fb9df65ecabcefb85ebaa424a7 # v1.1.4
- uses: guardian/setup-scala@v1
- name: Submit dependencies
id: submit
uses: scalacenter/sbt-dependency-submission@64084844d2b0a9b6c3765f33acde2fbe3f5ae7d3 # v3.1.0
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java corretto-11.0.25.9.1
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ lazy val root = (project in file("."))
"com.fasterxml.jackson.core",
"jackson-databind"
),
// Transient dependency of Play. No newer version of Play 3.0.5 with this vulnerability fixed.
// Transient dependency of Play. No newer version of Play 3.0.6 with this vulnerability fixed.
"ch.qos.logback" % "logback-classic" % "1.5.12",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1"
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2"
),
scalacOptions ++= List(
"-encoding",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Comment to get more information during initialization
logLevel := Level.Warn

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

Expand Down

0 comments on commit 3688473

Please sign in to comment.