File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 107107 <junit .version>5.7.0</junit .version>
108108 <jackson .version>2.16.1</jackson .version>
109109 <mockito .version>2.22.0</mockito .version>
110- <lombok .version>1.18.22 </lombok .version>
110+ <lombok .version>1.18.30 </lombok .version>
111111 <guava .version>32.1.1-jre</guava .version>
112112 <javax .validation.version>2.0.1.Final</javax .validation.version>
113113 <javax .rs.api.version>2.1.1</javax .rs.api.version>
185185 <configuration >
186186 <source >${maven.compiler.source} </source >
187187 <target >${maven.compiler.target} </target >
188+ <annotationProcessorPaths >
189+ <path >
190+ <groupId >org.projectlombok</groupId >
191+ <artifactId >lombok</artifactId >
192+ <version >${lombok.version} </version >
193+ </path >
194+ </annotationProcessorPaths >
188195 </configuration >
189196 </plugin >
190197 <plugin >
Original file line number Diff line number Diff line change 1+
12/*
23 * Copyright (c) 2025 Original Author(s), PhonePe India Pvt. Ltd.
34 *
1819import org .junit .jupiter .api .Assertions ;
1920import org .junit .jupiter .api .Test ;
2021
21- public class SingletonSubscriptionClientTest extends BaseSetup {
22+ class SingletonSubscriptionClientTest extends BaseSetup {
2223
2324 @ Test
2425 void testSingletonViaGetInstance () {
You can’t perform that action at this time.
0 commit comments