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

[AJ-1782]: Bump the minor-and-patch-updates group with 5 updates #936

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '3.3.3' apply false
id 'org.springframework.boot' version '3.3.4' apply false
id 'io.spring.dependency-management' version '1.1.6' apply false
id 'com.google.cloud.tools.jib' version '3.4.3' apply false
id "org.sonarqube" version "5.1.0.4882" apply false
Expand Down
6 changes: 3 additions & 3 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jib {
ext {
parquet_mr_version = "1.14.2"
hadoop_version = "3.4.0"
spring_cloud_gcp_version = "5.6.0"
spring_cloud_gcp_version = "5.6.1"
}

dependencies {
Expand All @@ -51,7 +51,7 @@ dependencies {
// Azure libraries
// do not upgrade app insights past 3.5.1 until AJ-1897 is resolved
implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3'
implementation 'com.azure:azure-storage-blob:12.27.1'
implementation 'com.azure:azure-storage-blob:12.28.0'
implementation 'com.azure:azure-identity-extensions:1.1.19' // postgres password plugin

implementation 'org.springframework.boot:spring-boot-starter'
Expand Down Expand Up @@ -141,7 +141,7 @@ dependencies {
testImplementation 'org.awaitility:awaitility'

// google bucket mock
testImplementation 'com.google.cloud:google-cloud-nio:0.127.22'
testImplementation 'com.google.cloud:google-cloud-nio:0.127.23'

constraints {
implementation('org.json:json:20240303') {
Expand Down
Loading