Skip to content

Commit

Permalink
Bump the minor group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.0` | `3.6.1` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
| software.amazon.awssdk:sts | `2.28.16` | `2.28.21` |
| software.amazon.awssdk:aws-query-protocol | `2.28.16` | `2.28.21` |
| [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.0` | `3.6.1` |
| [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.14.0` | `7.15.0` |


Updates `com.microsoft.azure:applicationinsights-agent` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-Java@3.6.0...3.6.1)

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

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

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

Updates `software.amazon.awssdk:sts` from 2.28.16 to 2.28.21

Updates `software.amazon.awssdk:aws-query-protocol` from 2.28.16 to 2.28.21

Updates `com.microsoft.azure:applicationinsights-web` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-Java@3.6.0...3.6.1)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.14.0 to 7.15.0
- [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.14.0...7.15.0)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: plugin.jpa
  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: software.amazon.awssdk:aws-query-protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: com.microsoft.azure:applicationinsights-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.sentry:sentry-spring-boot-starter-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b8ee3fd commit b26b899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.20"
kotlin("plugin.spring") version "2.0.20" apply false
kotlin("plugin.jpa") version "2.0.20" apply false
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21" apply false
kotlin("plugin.jpa") version "2.0.21" apply false
id("org.springframework.boot") version "3.3.4" 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 All @@ -22,7 +22,7 @@ plugins {
val agentDeps: Configuration by configurations.creating

dependencies {
agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.0")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.1")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ dependencyResolutionManagement {
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.0")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.2.0")
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.2.0")
library("aws-sts", "software.amazon.awssdk:sts:2.28.16")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.16")
library("aws-sts", "software.amazon.awssdk:sts:2.28.21")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.21")
bundle(
"aws-messaging",
listOf("aws-autoconfigure", "aws-starter", "aws-sns", "aws-sqs", "aws-sts", "aws-query-protocol")
)
library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.4.0")
library("mockito-inline", "org.mockito:mockito-inline:5.2.0")
bundle("mockito", listOf("mockito-kotlin", "mockito-inline"))
library("insights", "com.microsoft.azure:applicationinsights-web:3.6.0")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.14.0")
library("insights", "com.microsoft.azure:applicationinsights-web:3.6.1")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.15.0")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.8.0"
Expand Down

0 comments on commit b26b899

Please sign in to comment.