Skip to content
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bd21adc
Update dependency com.launchdarkly:launchdarkly-java-server-sdk to v6…
renovate[bot] Oct 6, 2025
50995a4
Branch was auto-updated.
github-actions[bot] Oct 6, 2025
f7ffa92
Branch was auto-updated.
github-actions[bot] Oct 6, 2025
0f7da16
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
4be37bc
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
510f1e3
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
d9a4cb1
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
5a1f9bc
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
ae3344e
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
f4b9b42
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
7ef66f5
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
d56c945
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
8cc1c8f
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
a8c2a0b
Branch was auto-updated.
github-actions[bot] Oct 13, 2025
ba9d4c1
Branch was auto-updated.
github-actions[bot] Oct 15, 2025
d886a22
Branch was auto-updated.
github-actions[bot] Oct 15, 2025
3fb61b6
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
92a5978
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
8e6363f
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
b9aae06
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
23aeb6b
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
75b9ed1
Branch was auto-updated.
github-actions[bot] Oct 20, 2025
015bd24
Branch was auto-updated.
github-actions[bot] Nov 5, 2025
608475c
Branch was auto-updated.
github-actions[bot] Jan 7, 2026
8a799ab
Branch was auto-updated.
github-actions[bot] Jan 7, 2026
e3c940e
Branch was auto-updated.
github-actions[bot] Jan 9, 2026
bfb5cbf
Branch was auto-updated.
github-actions[bot] Jan 29, 2026
8ece4d8
Branch was auto-updated.
github-actions[bot] Mar 5, 2026
015661a
Branch was auto-updated.
github-actions[bot] Mar 5, 2026
05ab7e5
Branch was auto-updated.
github-actions[bot] Mar 9, 2026
4623c92
Branch was auto-updated.
github-actions[bot] Mar 10, 2026
3734546
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ dependencies {

implementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
implementation group: 'jakarta.el', name: 'jakarta.el-api', version: '6.0.1'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.2.1'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.3.0'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.7.5'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-runtime-attach', version: '3.7.5'
Expand Down