Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Sep 8, 2024
1 parent ea45a73 commit 6073d83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.8</version>
<version>3.6.9</version>
</dependency>
<dependency>
<groupId>net.sf.jung</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.22.5</mvn.golang.go.version>
<mvn.golang.go.version>1.23.1</mvn.golang.go.version>
<maven.test.skip>true</maven.test.skip>
<target.name>scia-reto</target.name>
<final.extension>.exe</final.extension>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/scia-reto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-jlink-wrapper</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<executions>
<execution>
<id>cache-work-jdk</id>
Expand Down

0 comments on commit 6073d83

Please sign in to comment.