Skip to content

Commit 4e7ca8c

Browse files
Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 (#317)
* Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.2.0 Bumps [org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/codehaus-plexus/plexus-testing/releases) - [Commits](codehaus-plexus/plexus-testing@plexus-testing-1.1.0...plexus-testing-1.2.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-testing dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Manage newer version of Guava required for testing --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
1 parent b941e70 commit 4e7ca8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@
107107
<dependency>
108108
<groupId>org.codehaus.plexus</groupId>
109109
<artifactId>plexus-testing</artifactId>
110-
<version>1.1.0</version>
110+
<version>1.2.0</version>
111+
</dependency>
112+
<dependency>
113+
<groupId>com.google.guava</groupId>
114+
<artifactId>guava</artifactId>
115+
<version>32.1.3-jre</version>
111116
</dependency>
112117
<dependency>
113118
<groupId>org.eclipse.sisu</groupId>

0 commit comments

Comments
 (0)