Skip to content

Commit

Permalink
Renovate Combined Pull Request (#768)
Browse files Browse the repository at this point in the history
* Update dependency hashicorp/terraform to v1.8.4

* Update Terraform azuread to v2.50.0

* Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v2.4.0

* Update plugin org.owasp.dependencycheck to v9.2.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent 215f7c3 commit 8b3a5fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.0.0.4638'
id 'org.owasp.dependencycheck' version '9.1.0'
id 'org.owasp.dependencycheck' version '9.2.0'
}

apply plugin: "info.solidsoft.pitest"
Expand Down Expand Up @@ -254,7 +254,7 @@ dependencies {
implementation group: 'org.springframework', name: 'spring-webmvc', version: versions.spring
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'

implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.3.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.4.0'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.4'

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.3
1.8.4
2 changes: 1 addition & 1 deletion infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "2.49.1"
version = "2.50.0"
}
}
}

0 comments on commit 8b3a5fb

Please sign in to comment.