You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/09 12:43:17 UTC

[maven-surefire] branch master updated: Bump jsr305 from 2.0.3 to 3.0.2

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 71fdc14  Bump jsr305 from 2.0.3 to 3.0.2
71fdc14 is described below

commit 71fdc145688846003ad61aee0a5eb7ca3d80c00a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 9 09:57:45 2022 +0000

    Bump jsr305 from 2.0.3 to 3.0.2
    
    Bumps jsr305 from 2.0.3 to 3.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.findbugs:jsr305
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce41b4e..b53c88b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>jsr305</artifactId>
-        <version>2.0.3</version>
+        <version>3.0.2</version>
       </dependency>
       <dependency>
         <groupId>org.jacoco</groupId>