guardian / mobile-n10n

n10n for nOTIFICATIOn
Apache License 2.0
26 stars 4 forks source link

chore(deps): Non-AWS dependency updates #1188

Closed gu-scala-steward-public-repos[bot] closed 10 months ago

gu-scala-steward-public-repos[bot] commented 11 months ago

About this PR

Updates:

Usage

āœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

šŸ” Files still referring to the old version numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` notificationworkerlambda/cdk/yarn.lock cdk/package-lock.json cdk/yarn.lock ```
āš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "ch.qos.logback", artifactId = "logback-classic" }, { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }, { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }, { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" }, { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala_2.13" }, { groupId = "com.github.docker-java", artifactId = "docker-java-core" }, { groupId = "com.github.docker-java", artifactId = "docker-java-transport-httpclient5" }, { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.typesafe.play", artifactId = "filters-helpers" }, { groupId = "com.typesafe.play", artifactId = "play" }, { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" }, { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" }, { groupId = "com.typesafe.play", artifactId = "play-docs" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "com.typesafe.play", artifactId = "play-json-joda" }, { groupId = "com.typesafe.play", artifactId = "play-logback" }, { groupId = "com.typesafe.play", artifactId = "play-server" }, { groupId = "com.typesafe.play", artifactId = "play-specs2" }, { groupId = "com.typesafe.play", artifactId = "play-test" }, { groupId = "com.typesafe.play", artifactId = "sbt-plugin" }, { groupId = "com.typesafe.play", artifactId = "twirl-api" }, { groupId = "io.netty", artifactId = "netty-codec" }, { groupId = "io.netty", artifactId = "netty-codec-http" }, { groupId = "io.netty", artifactId = "netty-codec-http2" }, { groupId = "io.netty", artifactId = "netty-common" }, { groupId = "io.netty", artifactId = "netty-handler" }, { groupId = "org.postgresql", artifactId = "postgresql" }, { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala_2.13" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.docker-java", artifactId = "docker-java-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.docker-java", artifactId = "docker-java-transport-httpclient5" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "filters-helpers" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-docs" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json-joda" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-specs2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "sbt-plugin" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "twirl-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-codec" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-codec-http" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-codec-http2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-common" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-handler" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.postgresql", artifactId = "postgresql" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } } ] ```

labels: dependencies, library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:13

github-actions[bot] commented 10 months ago

Deploy build 4233 of mobile-n10n:eventconsumer to CODE

All deployment options - [Deploy build 4233 of `mobile-n10n:eventconsumer` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Aeventconsumer&build=4233&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4233 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Aeventconsumer&build=4233&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Aeventconsumer&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4236 of mobile-n10n:schedule to CODE

All deployment options - [Deploy build 4236 of `mobile-n10n:schedule` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Aschedule&build=4236&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4236 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Aschedule&build=4236&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Aschedule&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4234 of mobile-n10n:football to CODE

All deployment options - [Deploy build 4234 of `mobile-n10n:football` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Afootball&build=4234&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4234 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Afootball&build=4234&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Afootball&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4232 of mobile-n10n:fakebreakingnewslambda to CODE

All deployment options - [Deploy build 4232 of `mobile-n10n:fakebreakingnewslambda` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Afakebreakingnewslambda&build=4232&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4232 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Afakebreakingnewslambda&build=4232&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Afakebreakingnewslambda&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4234 of mobile-n10n:reportextractor to CODE

All deployment options - [Deploy build 4234 of `mobile-n10n:reportextractor` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Areportextractor&build=4234&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4234 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Areportextractor&build=4234&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Areportextractor&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4233 of mobile-n10n:report to CODE

All deployment options - [Deploy build 4233 of `mobile-n10n:report` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Areport&build=4233&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4233 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Areport&build=4233&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Areport&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4240 of mobile-n10n:notification to CODE

All deployment options - [Deploy build 4240 of `mobile-n10n:notification` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Anotification&build=4240&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4240 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Anotification&build=4240&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Anotification&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4243 of mobile-n10n:slomonitor to CODE

All deployment options - [Deploy build 4243 of `mobile-n10n:slomonitor` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Aslomonitor&build=4243&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4243 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Aslomonitor&build=4243&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Aslomonitor&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4240 of mobile-n10n:registration to CODE

All deployment options - [Deploy build 4240 of `mobile-n10n:registration` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Aregistration&build=4240&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4240 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Aregistration&build=4240&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Aregistration&stage=CODE)

From guardian/actions-riff-raff.

github-actions[bot] commented 10 months ago

Deploy build 4265 of mobile-n10n:notificationworkerlambda to CODE

All deployment options - [Deploy build 4265 of `mobile-n10n:notificationworkerlambda` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=mobile-n10n%3Anotificationworkerlambda&build=4265&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 4265 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=mobile-n10n%3Anotificationworkerlambda&build=4265&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=mobile-n10n%3Anotificationworkerlambda&stage=CODE)

From guardian/actions-riff-raff.