|
95 | 95 | <execution> |
96 | 96 | <phase>package</phase> |
97 | 97 | <goals> |
98 | | - <goal>shade</goal> |
| 98 | + <goal>shade</goal> |
99 | 99 | </goals> |
100 | 100 | <configuration> |
101 | 101 | <shadedArtifactAttached>true</shadedArtifactAttached> |
|
106 | 106 | </plugin> |
107 | 107 | <!-- compile kotlin in test file--> |
108 | 108 | <plugin> |
109 | | - <artifactId>kotlin-maven-plugin</artifactId> |
110 | | - <groupId>org.jetbrains.kotlin</groupId> |
111 | | - <version>${kotlin.version}</version> |
112 | | - <executions> |
113 | | - <execution> |
114 | | - <id>test-compile</id> |
115 | | - <goals> |
116 | | - <goal>test-compile</goal> |
117 | | - </goals> |
118 | | - <configuration> |
119 | | - <sourceDirs> |
120 | | - <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
121 | | - </sourceDirs> |
122 | | - </configuration> |
123 | | - </execution> |
124 | | - </executions> |
| 109 | + <artifactId>kotlin-maven-plugin</artifactId> |
| 110 | + <groupId>org.jetbrains.kotlin</groupId> |
| 111 | + <version>${kotlin.version}</version> |
| 112 | + <executions> |
| 113 | + <execution> |
| 114 | + <id>test-compile</id> |
| 115 | + <goals> |
| 116 | + <goal>test-compile</goal> |
| 117 | + </goals> |
| 118 | + <configuration> |
| 119 | + <sourceDirs> |
| 120 | + <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> |
| 121 | + </sourceDirs> |
| 122 | + </configuration> |
| 123 | + </execution> |
| 124 | + </executions> |
125 | 125 | </plugin> |
126 | 126 | </plugins> |
127 | 127 | </build> |
128 | 128 | <dependencies> |
129 | 129 | <dependency> |
130 | 130 | <groupId>com.google.code.gson</groupId> |
131 | 131 | <artifactId>gson</artifactId> |
132 | | - <version>2.8.9</version> |
| 132 | + <version>2.11.0</version> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>com.squareup.okhttp3</groupId> |
136 | 136 | <artifactId>okhttp</artifactId> |
137 | | - <version>3.9.1</version> |
| 137 | + <version>4.12.0</version> |
138 | 138 | </dependency> |
139 | 139 | <dependency> |
140 | 140 | <groupId>com.google.guava</groupId> |
141 | 141 | <artifactId>guava</artifactId> |
142 | | - <version>33.0.0-jre</version> |
| 142 | + <version>33.3.1-jre</version> |
143 | 143 | </dependency> |
144 | 144 | <dependency> |
145 | 145 | <groupId>com.squareup.okio</groupId> |
146 | 146 | <artifactId>okio</artifactId> |
147 | | - <version>3.4.0</version> |
| 147 | + <version>3.9.1</version> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>junit</groupId> |
151 | 151 | <artifactId>junit</artifactId> |
152 | | - <version>4.13.1</version> |
| 152 | + <version>4.13.2</version> |
153 | 153 | <scope>test</scope> |
154 | 154 | </dependency> |
155 | 155 | <dependency> |
|
159 | 159 | <scope>test</scope> |
160 | 160 | </dependency> |
161 | 161 | <dependency> |
162 | | - <groupId>org.jetbrains.kotlin</groupId> |
163 | | - <artifactId>kotlin-stdlib</artifactId> |
164 | | - <version>${kotlin.version}</version> |
165 | | - <scope>test</scope> |
| 162 | + <groupId>org.jetbrains.kotlin</groupId> |
| 163 | + <artifactId>kotlin-stdlib</artifactId> |
| 164 | + <version>${kotlin.version}</version> |
| 165 | + <scope>test</scope> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
168 | 168 | <groupId>io.mockk</groupId> |
|
0 commit comments