Skip to content

Commit

Permalink
Merge branch '1.8.x' into 1.9.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	dependencies.gradle
  • Loading branch information
jonatan-ivanov committed Nov 16, 2022
2 parents 983fc71 + c88decf commit 95fff22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependencies.gradle
Expand Up @@ -72,6 +72,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
Expand Up @@ -111,7 +111,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")
}

task shenandoahTest(type: Test) {
Expand Down

0 comments on commit 95fff22

Please sign in to comment.