Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:timmolter/XChart into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Molter committed Dec 15, 2022
2 parents 55fc71c + 3363b92 commit 8a78d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>0.33</version>
<version>0.41</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -209,15 +209,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M6</version>
<version>3.0.0-M7</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.14</version>
<version>2.19</version>
<configuration>
<filesNamePattern>.*\.java</filesNamePattern>
<skip>false</skip>
Expand Down

0 comments on commit 8a78d1c

Please sign in to comment.