Skip to content

Commit 6ff3a82

Browse files
authored
1 parent 73bc6ca commit 6ff3a82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ under the License.
138138
<!-- Blocked by 3.4.0+ changes, see MNG-7710, downgrade from parent 4.0.1 -->
139139
<version.plexus-utils>3.5.1</version.plexus-utils>
140140
<guiceVersion>5.1.0</guiceVersion>
141-
<guavaVersion>32.0.1-jre</guavaVersion>
142-
<guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
141+
<guavaVersion>33.2.0-jre</guavaVersion>
142+
<guavafailureaccessVersion>1.0.2</guavafailureaccessVersion>
143143
<wagonVersion>3.5.3</wagonVersion>
144144
<securityDispatcherVersion>2.0</securityDispatcherVersion>
145145
<cipherVersion>2.0</cipherVersion>
@@ -365,7 +365,7 @@ under the License.
365365
<dependency>
366366
<groupId>ch.qos.logback</groupId>
367367
<artifactId>logback-classic</artifactId>
368-
<version>1.2.12</version>
368+
<version>1.2.13</version>
369369
<optional>true</optional>
370370
</dependency>
371371
<!-- Wagon -->
@@ -630,7 +630,7 @@ under the License.
630630
<plugin>
631631
<groupId>org.codehaus.mojo</groupId>
632632
<artifactId>build-helper-maven-plugin</artifactId>
633-
<version>3.4.0</version>
633+
<version>3.6.0</version>
634634
</plugin>
635635
<plugin>
636636
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)