Skip to content

Commit

Permalink
bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Oct 9, 2021
1 parent 731a777 commit c4b9371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.tum.in.ase</groupId>
<artifactId>static-code-analysis-parser</artifactId>
<version>1.3.4</version>
<version>1.4.0</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -52,9 +52,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jackson-databind.version>2.12.3</jackson-databind.version>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
<spotless.version>2.12.1</spotless.version>
<jackson-databind.version>2.13.0</jackson-databind.version>
<junit-jupiter.version>5.8.1</junit-jupiter.version>
<spotless.version>2.17.0</spotless.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit c4b9371

Please sign in to comment.