Skip to content

Commit 65049e3

Browse files
committed
dependabot updates
1 parent 8b9044c commit 65049e3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.codehaus.mojo</groupId>
4040
<artifactId>exec-maven-plugin</artifactId>
41-
<version>3.2.0</version>
41+
<version>3.3.0</version>
4242
</plugin>
4343
<plugin>
4444
<groupId>org.codehaus.gmaven</groupId>

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.google.guava</groupId>
143143
<artifactId>guava</artifactId>
144-
<version>33.2.0-jre</version>
144+
<version>33.2.1-jre</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>javax.xml.bind</groupId>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-enforcer-plugin</artifactId>
200-
<version>3.4.1</version>
200+
<version>3.5.0</version>
201201
</plugin>
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
@@ -253,7 +253,7 @@
253253
<plugin>
254254
<groupId>org.codehaus.mojo</groupId>
255255
<artifactId>build-helper-maven-plugin</artifactId>
256-
<version>3.5.0</version>
256+
<version>3.6.0</version>
257257
</plugin>
258258
<plugin>
259259
<groupId>org.codehaus.mojo</groupId>
@@ -289,7 +289,8 @@
289289
<plugin>
290290
<groupId>org.sonarsource.scanner.maven</groupId>
291291
<artifactId>sonar-maven-plugin</artifactId>
292-
<version>3.11.0.3922</version>
292+
<!-- <version>3.11.0.3922</version>-->
293+
<version>4.0.0.4121</version>
293294
</plugin>
294295
<plugin>
295296
<groupId>com.labun.buildnumber</groupId>

0 commit comments

Comments
 (0)