Skip to content

Commit

Permalink
Bump the minor group across 1 directory with 9 updates (#4483)
Browse files Browse the repository at this point in the history
* Bump the minor group across 1 directory with 11 updates

Bumps the minor group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| software.amazon.awssdk:aws-query-protocol | `2.29.15` | `2.29.29` |
| software.amazon.awssdk:sts | `2.29.15` | `2.29.29` |
| [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) | `6.20.0` | `6.23.0` |
| [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.18.0` | `7.18.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.9.2` | `3.10.0` |
| org.sonarqube | `6.0.0.5145` | `6.0.1.5171` |



Updates `jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.spring` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.jpa` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.springframework.boot` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.15 to 2.29.29

Updates `software.amazon.awssdk:sts` from 2.29.15 to 2.29.29

Updates `com.microsoft.graph:microsoft-graph` from 6.20.0 to 6.23.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-java@v6.20.0...v6.23.0)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.18.0 to 7.18.1
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.18.0...7.18.1)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.6.0...v2.7.0)

Updates `org.wiremock:wiremock-standalone` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.2...3.10.0)

Updates `org.sonarqube` from 6.0.0.5145 to 6.0.1.5171

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: software.amazon.awssdk:aws-query-protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: com.microsoft.graph:microsoft-graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: io.sentry:sentry-spring-boot-starter-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Sonar

* Pin Spring Boot to 3.3.5 for now

* Pin springdoc to 2.6.0 to match Spring Boot 3.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Dec 10, 2024
1 parent 8a1db20 commit b14f213
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import uk.gov.justice.digital.hmpps.plugins.ClassPathPlugin
import uk.gov.justice.digital.hmpps.plugins.JibConfigPlugin

plugins {
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21" apply false
kotlin("plugin.jpa") version "2.0.21" apply false
kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0" apply false
kotlin("plugin.jpa") version "2.1.0" apply false
id("org.springframework.boot") version "3.3.5" apply false
id("io.spring.dependency-management") version "1.1.6" apply false
id("com.gorylenko.gradle-git-properties") version "2.4.2" apply false
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.google.cloud.tools.jib") version "3.4.4" apply false
id("org.sonarqube") version "6.0.0.5145" apply false
id("org.sonarqube") version "6.0.1.5171" apply false
`kotlin-dsl`
}

Expand All @@ -12,5 +12,5 @@ repositories {

dependencies {
implementation("com.google.cloud.tools:jib-gradle-plugin:3.4.4")
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.0.0.5145")
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.0.1.5171")
}
10 changes: 5 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,26 @@ dependencyResolutionManagement {
create("libs") {
library("asyncapi", "org.openfolder:kotlin-asyncapi-spring-web:3.0.3")
library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.2.1")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.15")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.29")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.2.1")
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.2.1")
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.1")
library("aws-sts", "software.amazon.awssdk:sts:2.29.15")
library("aws-sts", "software.amazon.awssdk:sts:2.29.29")
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2")
library("azure-identity", "com.azure:azure-identity:1.14.2")
library("flipt", "io.flipt:flipt-java:1.1.1")
library("html2md", "com.vladsch.flexmark:flexmark-html2md-converter:0.64.8")
library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.20.0")
library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.23.0")
library("mockito-inline", "org.mockito:mockito-inline:5.2.0")
library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.4.0")
library("notify", "uk.gov.service.notify:notifications-java-client:5.2.1-RELEASE")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0"
)
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.18.0")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.18.1")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
library("wiremock", "org.wiremock:wiremock-standalone:3.9.2")
library("wiremock", "org.wiremock:wiremock-standalone:3.10.0")

bundle(
"aws-messaging",
Expand Down

0 comments on commit b14f213

Please sign in to comment.