File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/io/split/client/events Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 176176 <dependency >
177177 <groupId >com.google.code.gson</groupId >
178178 <artifactId >gson</artifactId >
179- <version >2.9.0 </version >
179+ <version >2.13.1 </version >
180180 </dependency >
181181 <dependency >
182182 <groupId >org.yaml</groupId >
Original file line number Diff line number Diff line change 1212import java .net .URISyntaxException ;
1313import java .util .List ;
1414
15- import static com .google .gson .internal .$Gson$Preconditions .checkNotNull ;
15+ import static com .google .gson .internal .GsonPreconditions .checkNotNull ;
1616
1717public class EventsSender {
1818
Original file line number Diff line number Diff line change 1212import java .util .concurrent .BlockingQueue ;
1313import java .util .concurrent .LinkedBlockingQueue ;
1414
15- import static com .google .gson .internal .$Gson$Preconditions .checkNotNull ;
15+ import static com .google .gson .internal .GsonPreconditions .checkNotNull ;
1616
1717public class InMemoryEventsStorage implements EventsStorage {
1818
You can’t perform that action at this time.
0 commit comments