Skip to content

Commit

Permalink
Dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Sep 8, 2024
1 parent 7673575 commit f3fb937
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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</bc.version>
<bc.version>1.78.1</bc.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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</flatlaf.version>
<flatlaf.version>3.5.1</flatlaf.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<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.7</logback.version>
<logback.version>1.5.8</logback.version>
<jmh.version>1.37</jmh.version>
<junit.version>5.11.0</junit.version>
<slf4j.version>2.0.13</slf4j.version>
Expand Down

0 comments on commit f3fb937

Please sign in to comment.