Skip to content

fix(deps): bump io.github.robothy:local-s3-rest from 1.22 to 1.23 #914

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

Merged
Merged
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
8 changes: 4 additions & 4 deletions sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {

api 'org.junit-pioneer:junit-pioneer:2.3.0'

api 'org.junit:junit-bom:5.13.0', {
api 'org.junit:junit-bom:5.13.1', {
because 'conflict junit-pioneer and spring-boot-starter-test'
}

Expand All @@ -56,8 +56,8 @@ dependencies {
}
api "ch.qos.logback.contrib:logback-json-classic:${logbackContribVersion}"
api "ch.qos.logback.contrib:logback-jackson:${logbackContribVersion}"
api 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.8'
api "io.opentelemetry:opentelemetry-api-incubator:1.50.0-alpha", {
api 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.9'
api "io.opentelemetry:opentelemetry-api-incubator:1.51.0-alpha", {
because "conflict within transitive dependencies of Spring Boot Dependencies"
}

Expand Down Expand Up @@ -90,7 +90,7 @@ dependencies {

// sda-commons-starter-s3
api "io.awspring.cloud:spring-cloud-aws-s3:3.3.1"
api "io.github.robothy:local-s3-rest:1.22"
api "io.github.robothy:local-s3-rest:1.23"

}
}
Loading