Skip to content

Commit

Permalink
Upgrade to Boot 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Jul 21, 2023
1 parent dd80539 commit 0cd42b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ subprojects {
// JSR-305 only used for non-required meta-annotations
optionalApi 'com.google.code.findbugs:jsr305:latest.release'
checkstyle 'io.spring.javaformat:spring-javaformat-checkstyle:latest.release'

// TODO: This is temporary till the next patch release, this should be duplicated in every sub-project
implementation platform("io.micrometer:micrometer-bom:${micrometerVersion}")
implementation platform("io.micrometer:micrometer-tracing-bom:${micrometerTracingVersion}")
implementation "io.micrometer:context-propagation:${contextPropagationVersion}"
}

tasks {
Expand Down
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ org.gradle.vfs.watch=true

nebula.dependencyLockPluginEnabled=false

springBootVersion=3.0.+
springBootVersion=3.1.+
springCloudVersion=2022.0.+
micrometerVersion=1.10.+
micrometerTracingVersion=1.0.+
contextPropagationVersion=1.0.+

datasourceMicrometerSpringBootVersion=1.0.+

0 comments on commit 0cd42b1

Please sign in to comment.