Skip to content

Commit

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

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

* Update dependency io.github.openfeign:feign-jackson to v13

* Update versions.tomcat to v9.0.93

* Update Terraform azurerm to ~> 3.115.0

* 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>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent fce536d commit 49b04be
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 @@ -48,11 +48,11 @@ def versions = [
springSecurity : '5.8.13',
springHystrix : '2.1.1.RELEASE',
swagger2Version : '3.0.0',
tomcat : '9.0.91',
tomcat : '9.0.93',
pact_version : '4.1.7',
rest_assured : '3.3.0',
cucumber : '5.7.0',
feign_jackson : '12.5',
feign_jackson : '13.3',
jacksondata : '2.17.2',
launchDarklySdk : '5.10.9',
log4JVersion : '2.23.1',
Expand Down Expand Up @@ -453,7 +453,7 @@ dependencies {
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot
testImplementation('com.opentable.components:otj-pg-embedded:1.1.0')
testImplementation('com.github.tomakehurst:wiremock-jre8:2.35.2')
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: versions.junit
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit
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.115.0"
}

azuread = {
Expand Down

0 comments on commit 49b04be

Please sign in to comment.