Skip to content
Open
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
2 changes: 1 addition & 1 deletion temporal-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = '''Spring Boot AutoConfigure for Temporal Java SDK'''

ext {
otelVersion = '1.25.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to use 1.50.0 since it does't match our min. kotlin version and is the latest version of the dep., if you want to use this version then I would encourage you to manually override it.

otelVersion = '1.50.0'
otShimVersion = "${otelVersion}-alpha"
}

Expand Down
Loading