Skip to content

Commit

Permalink
Merge branch '1.9.x' into 1.10.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	micrometer-core/build.gradle
  • Loading branch information
jonatan-ivanov committed Nov 16, 2022
2 parents b6be65c + 95fff22 commit 17ab6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def VERSIONS = [
'org.postgresql:postgresql:latest.release',
'org.slf4j:slf4j-api:1.7.+',
'org.springframework:spring-context:5.+',
'org.springframework:spring-core:5+',
'org.testcontainers:junit-jupiter:latest.release',
'org.testcontainers:kafka:latest.release',
'org.testcontainers:postgresql:latest.release',
Expand Down
2 changes: 1 addition & 1 deletion micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
testImplementation("org.apache.maven.resolver:maven-resolver-connector-basic:latest.release")
testImplementation("org.springframework:spring-core:latest.release")
testImplementation("org.springframework:spring-core")

// gRPC
testImplementation("io.grpc:grpc-core")
Expand Down

0 comments on commit 17ab6b5

Please sign in to comment.