Skip to content

Commit 8df71eb

Browse files
committed
Fix spotbug
1 parent 06bc3b8 commit 8df71eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/spotbugs-exclude.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
</Match>
6767
<Match>
6868
<Class name="com.microsoft.applicationinsights.agent.internal.profiler.config.ProfilerConfiguration"/>
69-
<Bug pattern="STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE"/> <!-- inner class use default encoding can be ignored -->
69+
<Bug pattern="STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE"/> <!-- inner class use default encoding can be ignored -->
7070
</Match>
7171
</FindBugsFilter>

licenses/more-licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-10-21 03:11:48 UTC_
4+
_2024-10-21 16:46:19 PDT_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`

0 commit comments

Comments
 (0)