Skip to content

Commit

Permalink
Renovate Combined Pull Request (#2036)
Browse files Browse the repository at this point in the history
* Update dependency com.azure:azure-messaging-servicebus to v7.17.2

* Update dependency hashicorp/terraform to v1.9.3

* Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v1.33.5

* Update dependency microsoft/ApplicationInsights-Java to v3.5.4

* Update Terraform azurerm to ~> 3.114.0

* Update dependency org.awaitility:awaitility to v4.2.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 14, 2024
1 parent 5484319 commit 9323071
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep hub.Dockerfile aligned to this file as far as possible
ARG JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
ARG APP_INSIGHTS_AGENT_VERSION=3.5.3
ARG APP_INSIGHTS_AGENT_VERSION=3.5.4

# Application image

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ dependencies {
implementation group: 'javax.inject', name: 'javax.inject', version: '1'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.4'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '1.33.4'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '1.33.5'

implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'

Expand Down Expand Up @@ -409,7 +409,7 @@ dependencies {
exclude group: 'org.asynchttpclient', module: 'async-http-client-netty-utils'
}
implementation group: 'com.azure', name: 'azure-core', version: '1.50.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.1'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.2'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.8'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.8.0'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk
Expand Down Expand Up @@ -540,7 +540,7 @@ dependencies {
integrationTestImplementation group: 'net.serenity-bdd', name: 'serenity-rest-assured', version: versions.serenity
integrationTestImplementation group: 'net.serenity-bdd', name: 'serenity-spring', version: versions.serenity
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: versions.rest_assured
integrationTestImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.1'
integrationTestImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.2'
integrationTestImplementation group: 'org.awaitility', name: 'awaitility-proxy', version: '3.1.6'

integrationTestImplementation sourceSets.main.runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.9.3
2 changes: 1 addition & 1 deletion infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.113.0"
version = "~> 3.114.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit 9323071

Please sign in to comment.