Skip to content

Commit 7235f22

Browse files
committed
Update all non-major dependencies to v1.11.1
1 parent 9b5f637 commit 7235f22

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<path>
275275
<groupId>com.google.auto.value</groupId>
276276
<artifactId>auto-value</artifactId>
277-
<version>1.11.0</version>
277+
<version>1.11.1</version>
278278
</path>
279279
</annotationProcessorPaths>
280280
</configuration>

api_dev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<path>
227227
<groupId>com.google.auto.value</groupId>
228228
<artifactId>auto-value</artifactId>
229-
<version>1.11.0</version>
229+
<version>1.11.1</version>
230230
</path>
231231
</annotationProcessorPaths>
232232
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,13 +448,13 @@
448448
<dependency>
449449
<groupId>com.google.auto.value</groupId>
450450
<artifactId>auto-value</artifactId>
451-
<version>1.11.0</version>
451+
<version>1.11.1</version>
452452
<scope>provided</scope>
453453
</dependency>
454454
<dependency>
455455
<groupId>com.google.auto.value</groupId>
456456
<artifactId>auto-value-annotations</artifactId>
457-
<version>1.11.0</version>
457+
<version>1.11.1</version>
458458
</dependency>
459459
<dependency>
460460
<groupId>com.contrastsecurity</groupId>

0 commit comments

Comments
 (0)