Skip to content

Commit

Permalink
Upgrade context-propagation to 1.0.0-RC1 and micrometer-bom 1.10.0-RC1
Browse files Browse the repository at this point in the history
fixes gh-97
  • Loading branch information
jonatan-ivanov committed Oct 10, 2022
1 parent e6b9008 commit 2c3e99d
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def VERSIONS = [
'javax.servlet:javax.servlet-api:latest.release',
'jakarta.platform:jakarta.jakartaee-web-api:9.+',

'io.micrometer:context-propagation:1.0.0-SNAPSHOT',
'io.micrometer:context-propagation:1.0.0-RC1',

'aopalliance:aopalliance:1.0',
// logging
Expand All @@ -28,7 +28,7 @@ def VERSIONS = [
]

def MICROMETER_PLATFORM_VERSIONS = [
'io.micrometer:micrometer-bom:1.10.0-SNAPSHOT'
'io.micrometer:micrometer-bom:1.10.0-RC1'
]

def PLATFORM_VERSIONS = [
Expand Down
2 changes: 1 addition & 1 deletion micrometer-tracing-bom/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions micrometer-tracing/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c3e99d

Please sign in to comment.