Skip to content

Commit

Permalink
Roll back indigo to 1.16.0
Browse files Browse the repository at this point in the history
Seeing this on the windows VMs

Jul 29, 2024 2:34:10 PM org.restlet.resource.ServerResource doCatch
SEVERE: Exception or error caught in server resource
java.lang.Error: Invalid memory access
	at com.sun.jna.Native.invokeLong(Native Method)
	at com.sun.jna.Function.invoke(Function.java:428)
	at com.sun.jna.Function.invoke(Function.java:361)
	at com.sun.jna.Library$Handler.invoke(Library.java:265)
	at com.sun.proxy.$Proxy7.indigoAllocSessionId(Unknown Source)
	at com.epam.indigo.Indigo.<init>(Indigo.java:97)
	at com.epam.indigo.Indigo.<init>(Indigo.java:101)
  • Loading branch information
mjw99 committed Jul 29, 2024
1 parent e569e17 commit 0a29fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@
<dependency>
<groupId>com.epam.indigo</groupId>
<artifactId>indigo</artifactId>
<version>1.20.0</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>com.epam.indigo</groupId>
<artifactId>indigo-renderer</artifactId>
<version>1.20.0</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 0a29fc2

Please sign in to comment.