Skip to content

Commit

Permalink
Renovate Combined Pull Request (#894)
Browse files Browse the repository at this point in the history
* Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1

* Update dependency com.sendgrid:sendgrid-java to v4.10.3

* Update versions.jacksondata to v2.18.1

* Update versions.logbackVersion to v1.5.12

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

* Update plugin org.owasp.dependencycheck to v11.1.0

* Update dependency org.pitest:pitest to v1.17.1

* Update Terraform azurerm to ~> 3.117.0

* Update versions.tomcat to v9.0.97

* DTSAM-605 Renovate review W/C 2024-11-11, logbackVersion reverted 1.5.12 -> 1.2.13 , DTSAM-606 Dataload Mutation Tests NoSuchMethodError Comparable commons-lang pitest version reverted 1.17.1 -> 1.17.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mike Brown <[email protected]>
  • Loading branch information
4 people authored Nov 12, 2024
1 parent 5e023e7 commit 3cfea2b
Show file tree
Hide file tree
Showing 3 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.6.1
ARG APP_INSIGHTS_AGENT_VERSION=3.6.2

# Application image

Expand Down
8 changes: 4 additions & 4 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.1.0.4882'
id 'org.owasp.dependencycheck' version '11.0.0'
id 'org.owasp.dependencycheck' version '11.1.0'
}

apply plugin: "info.solidsoft.pitest"
Expand All @@ -45,10 +45,10 @@ def versions = [
springHystrix : '2.1.1.RELEASE',
spring : '5.3.39',
springSecurity : '5.8.15',
tomcat : '9.0.96',
tomcat : '9.0.97',
rest_assured : '3.3.0',
feign_jackson : '13.5',
jacksondata : '2.18.0',
jacksondata : '2.18.1',
log4JVersion : '2.24.1',
logbackVersion : '1.2.13',
thymeleaf : '3.1.2.RELEASE'
Expand Down Expand Up @@ -274,7 +274,7 @@ dependencies {
implementation group: 'org.thymeleaf', name: 'thymeleaf', version: versions.thymeleaf
implementation group: 'org.thymeleaf', name: 'thymeleaf-spring5', version: versions.thymeleaf
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot
implementation 'com.sendgrid:sendgrid-java:4.10.2'
implementation 'com.sendgrid:sendgrid-java:4.10.3'

testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
testImplementation 'org.springframework.batch:spring-batch-test:5.1.2'
Expand Down
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.116.0"
version = "~> 3.117.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 3cfea2b

Please sign in to comment.