Skip to content

Commit

Permalink
Bump version of embedded JRE.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed May 21, 2024
1 parent 1ff22be commit 20aabe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protege-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>jre.os-x</artifactId>
<version>11.0.17_8</version>
<version>11.0.23_9</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>jre.win</artifactId>
<version>11.0.17_8</version>
<version>11.0.23_9</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>jre.linux</artifactId>
<version>11.0.17_8</version>
<version>11.0.23_9</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 20aabe0

Please sign in to comment.