Skip to content

Commit

Permalink
build: Improve pom (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowIfGuestInDream authored Sep 28, 2024
1 parent a0eaa30 commit 4e2551b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>4.0.8</version>
<version>4.0.9</version>
</extension>
</extensions>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<tycho-version>4.0.8</tycho-version>
<tycho-version>4.0.9</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<tests.vmargs></tests.vmargs>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
Expand All @@ -43,10 +43,10 @@
<freemarker.version>2.3.33</freemarker.version>
<jaxen.version>2.0.0</jaxen.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>
<commons-configuration2.version>2.11.0</commons-configuration2.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-csv.version>1.11.0</commons-csv.version>
<commons-csv.version>1.12.0</commons-csv.version>
<commons-compress.version>1.27.1</commons-compress.version>
<commons-exec.version>1.4.0</commons-exec.version>
<commons-text.version>1.12.0</commons-text.version>
Expand All @@ -60,7 +60,7 @@
<reflections.version>0.10.2</reflections.version>
<log4j2.version>2.24.0</log4j2.version>
<log4j-over-slf4j.version>2.0.16</log4j-over-slf4j.version>
<guava.version>33.3.0-jre</guava.version>
<guava.version>33.3.1-jre</guava.version>
<dom4j.version>2.1.4</dom4j.version>
<pdfbox.version>3.0.3</pdfbox.version>
<pdfviewfx.version>3.1.0</pdfviewfx.version>
Expand Down

0 comments on commit 4e2551b

Please sign in to comment.