Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Nov 5, 2024
1 parent 70af0ee commit 4ad19bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion convex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<antlr.version>4.13.2</antlr.version>
<bc.version>1.78.1</bc.version>
<bc.version>1.79</bc.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
8 changes: 1 addition & 7 deletions convex-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<zxing.version>3.5.3</zxing.version>
<flatlaf.version>3.5.1</flatlaf.version>
<flatlaf.version>3.5.2</flatlaf.version>
</properties>

<build>
Expand Down Expand Up @@ -55,12 +55,6 @@
<version>11.4.2</version>
</dependency>

<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback.version>1.5.8</logback.version>
<logback.version>1.5.12</logback.version>
<jmh.version>1.37</jmh.version>
<junit.version>5.11.0</junit.version>
<junit.version>5.11.3</junit.version>
<slf4j.version>2.0.16</slf4j.version>
<hc.version>5.3</hc.version>
<hc.version>5.4.1</hc.version>
<convex.version>${project.version}</convex.version>
<!--Freeze this for reproducible builds. -->
<project.build.outputTimestamp>2024-09-17T11:18:52Z</project.build.outputTimestamp>
Expand Down

0 comments on commit 4ad19bb

Please sign in to comment.