Skip to content

Commit

Permalink
Renovate Combined Pull Request (#822)
Browse files Browse the repository at this point in the history
* Update dependency microsoft/ApplicationInsights-Java to v3.5.4

* Update Terraform azurerm to ~> 3.114.0

* Update versions.tomcat to v9.0.93

* Update dependency hashicorp/terraform to v1.9.4

* Update dependency org.slf4j:slf4j-api to v2.0.16

---------

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 85b1cb3 commit ed91e31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def versions = [
springHystrix : '2.1.1.RELEASE',
spring : '5.3.37',
springSecurity : '5.8.13',
tomcat : '9.0.91',
tomcat : '9.0.93',
rest_assured : '3.3.0',
feign_jackson : '13.3',
jacksondata : '2.17.2',
Expand Down Expand Up @@ -266,7 +266,7 @@ dependencies {

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

testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
testImplementation 'org.springframework.batch:spring-batch-test:5.1.2'
testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot) {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
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.3
1.9.4
2 changes: 1 addition & 1 deletion infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.113.0"
version = "~> 3.114.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit ed91e31

Please sign in to comment.