Skip to content

Commit

Permalink
update spotbugs, copyright plugin, dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 17, 2021
1 parent 0efca5a commit bb6cec3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions code/pom.xml
Expand Up @@ -2,7 +2,7 @@
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2012-2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012-2021 Oracle and/or its affiliates. All rights reserved.
Oracle licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
Expand Down Expand Up @@ -86,12 +86,12 @@
<spotbugs.exclude>${project.basedir}/exclude.xml</spotbugs.exclude>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.1.4</spotbugs.version>
<spotbugs.version>4.2.0</spotbugs.version>

<xsom.version>3.0.0-M4</xsom.version>
<streambuffer.version>2.0.0</streambuffer.version>
<xsom.version>3.0.0</xsom.version>
<streambuffer.version>2.0.1</streambuffer.version>
<junit.version>4.13.1</junit.version>
<activation-api.version>2.0.0</activation-api.version>
<activation-api.version>2.0.1</activation-api.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal.doc.source>${maven.multiModuleProjectDirectory}/..</legal.doc.source>
Expand Down Expand Up @@ -145,7 +145,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -275,6 +275,7 @@
<update>${copyright.update}</update>
<!-- check that year is correct -->
<ignoreYear>${copyright.ignoreyear}</ignoreYear>
<quiet>false</quiet>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit bb6cec3

Please sign in to comment.