Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 8, 2024
1 parent 9f81774 commit f3540ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.11</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>net.sf.jung</groupId>
Expand All @@ -124,7 +124,7 @@
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>com.fifesoft</groupId>
Expand Down Expand Up @@ -159,12 +159,12 @@
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf-intellij-themes</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/scia-reto-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mvn.golang.go.version>1.23.3</mvn.golang.go.version>
<mvn.golang.go.version>1.23.4</mvn.golang.go.version>
<maven.test.skip>true</maven.test.skip>
<target.name>scia-reto</target.name>
<final.extension>.exe</final.extension>
Expand Down

0 comments on commit f3540ef

Please sign in to comment.