Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/knowm/XChart into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eucalyptus committed Nov 30, 2023
2 parents 0d422e8 + f4d4816 commit b8f22b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>0.43</version>
<version>3.0.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -166,7 +166,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
</plugin>

<!-- Ensure compilation is done under Java 8 in all environments -->
Expand Down Expand Up @@ -199,7 +199,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.2</version>
<configuration>
<doclint>none</doclint>
<excludePackageNames>org.knowm.xchart.internal.*</excludePackageNames>
Expand Down Expand Up @@ -229,7 +229,7 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.20</version>
<version>2.21.1</version>
<configuration>
<filesNamePattern>.*\.java</filesNamePattern>
<skip>false</skip>
Expand Down

0 comments on commit b8f22b3

Please sign in to comment.