Skip to content

Commit

Permalink
Renovate Combined Pull Request (#1999)
Browse files Browse the repository at this point in the history
* Update dependency io.projectreactor:reactor-core to v3.6.8

* Update versions.tomcat to v9.0.91

* Update dependency com.opentable.components:otj-pg-embedded to v1.1.0

* Update dependency hashicorp/terraform to v1.9.2

* Update Terraform azurerm to ~> 3.112.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 Jul 17, 2024
1 parent 7ea23f6 commit d96f844
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def versions = [
springSecurity : '5.7.11',
springHystrix : '2.1.1.RELEASE',
swagger2Version: '2.10.5',
tomcat : '9.0.90',
tomcat : '9.0.91',
pact_version : '4.1.41',
rest_assured : '3.3.0',
cucumber : '5.7.0',
Expand Down Expand Up @@ -409,7 +409,7 @@ dependencies {
}
implementation group: 'com.azure', name: 'azure-core', version: '1.49.1'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.1'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.7'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.8'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.7.0'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
Expand Down Expand Up @@ -489,7 +489,7 @@ dependencies {
implementation group: 'io.netty', name: 'netty-transport-classes-epoll', version: versions.netty_version
implementation group: 'io.netty', name: 'netty-transport-classes-kqueue', version: versions.netty_version

testImplementation('com.opentable.components:otj-pg-embedded:1.0.3')
testImplementation('com.opentable.components:otj-pg-embedded:1.1.0')
testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2')
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

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.5
1.9.2
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.110.0"
version = "~> 3.112.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit d96f844

Please sign in to comment.