|
69 | 69 | <dependency>
|
70 | 70 | <groupId>com.google.code.gson</groupId>
|
71 | 71 | <artifactId>gson</artifactId>
|
72 |
| - <version>2.10.1</version> |
| 72 | + <version>2.11.0</version> |
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>com.ryanharter.auto.value</groupId>
|
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>com.google.auto.value</groupId>
|
88 | 88 | <artifactId>auto-value</artifactId>
|
89 |
| - <version>1.10.4</version> |
| 89 | + <version>1.11.0</version> |
90 | 90 | <scope>provided</scope>
|
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>com.google.auto.value</groupId>
|
94 | 94 | <artifactId>auto-value-annotations</artifactId>
|
95 |
| - <version>1.10.4</version> |
| 95 | + <version>1.11.0</version> |
96 | 96 | <scope>provided</scope>
|
97 | 97 | </dependency>
|
98 | 98 | <dependency>
|
99 | 99 | <groupId>org.eclipse.jetty</groupId>
|
100 | 100 | <artifactId>jetty-servlet</artifactId>
|
101 |
| - <version>9.4.53.v20231009</version> |
| 101 | + <version>9.4.54.v20240208</version> |
102 | 102 | </dependency>
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>org.eclipse.jetty</groupId>
|
105 | 105 | <artifactId>jetty-server</artifactId>
|
106 |
| - <version>9.4.53.v20231009</version> |
| 106 | + <version>9.4.54.v20240208</version> |
107 | 107 | </dependency>
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>com.beust</groupId>
|
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>org.mockito</groupId>
|
124 | 124 | <artifactId>mockito-core</artifactId>
|
125 |
| - <version>5.10.0</version> |
| 125 | + <version>5.12.0</version> |
126 | 126 | <scope>test</scope>
|
127 | 127 | </dependency>
|
128 | 128 | <dependency>
|
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>com.google.truth</groupId>
|
141 | 141 | <artifactId>truth</artifactId>
|
142 |
| - <version>1.4.0</version> |
| 142 | + <version>1.4.2</version> |
143 | 143 | <scope>test</scope>
|
144 | 144 | </dependency>
|
145 | 145 | <dependency>
|
146 | 146 | <groupId>com.google.truth.extensions</groupId>
|
147 | 147 | <artifactId>truth-java8-extension</artifactId>
|
148 |
| - <version>1.4.0</version> |
| 148 | + <version>1.4.2</version> |
149 | 149 | <scope>test</scope>
|
150 | 150 | </dependency>
|
151 | 151 | <dependency>
|
152 | 152 | <groupId>org.eclipse.jetty</groupId>
|
153 | 153 | <artifactId>jetty-client</artifactId>
|
154 |
| - <version>9.4.53.v20231009</version> |
| 154 | + <version>9.4.54.v20240208</version> |
155 | 155 | <scope>test</scope>
|
156 | 156 | </dependency>
|
157 | 157 | </dependencies>
|
|
160 | 160 | <plugins>
|
161 | 161 | <plugin>
|
162 | 162 | <artifactId>maven-jar-plugin</artifactId>
|
163 |
| - <version>3.3.0</version> |
| 163 | + <version>3.4.2</version> |
164 | 164 | <configuration>
|
165 | 165 | <archive>
|
166 | 166 | <manifest>
|
|
174 | 174 | <plugin>
|
175 | 175 | <groupId>org.apache.maven.plugins</groupId>
|
176 | 176 | <artifactId>maven-shade-plugin</artifactId>
|
177 |
| - <version>3.5.1</version> |
| 177 | + <version>3.6.0</version> |
178 | 178 | <executions>
|
179 | 179 | <execution>
|
180 | 180 | <phase>package</phase>
|
|
0 commit comments