Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Combined Pull Request #822

Merged
merged 10 commits into from
Aug 14, 2024
Merged
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