[terminal] update pty4j to 0.13.1 with correct access to errno (IJPL-163764)

f2c8f9911b

Regression after 5099358ada3be74b60dcc242bfb905a6cfee7f0f


(cherry picked from commit baec1babcc56be58700cc92cc4f724b55b395c0e)

IJ-MR-146419

GitOrigin-RevId: 787aec017ddb3051c080765a3a871371a97b5038
This commit is contained in:
Sergey Simonchik
2024-10-09 19:17:59 +02:00
committed by intellij-monorepo-bot
parent 29be4ae471
commit 1a4efc920b

View File

@@ -1,18 +1,18 @@
<component name="libraryTable"> <component name="libraryTable">
<library name="pty4j" type="repository"> <library name="pty4j" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.pty4j:pty4j:0.13.0"> <properties include-transitive-deps="false" maven-id="org.jetbrains.pty4j:pty4j:0.13.1">
<verification> <verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.13.0/pty4j-0.13.0.jar"> <artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.13.1/pty4j-0.13.1.jar">
<sha256sum>7c32981abb52efa20560ffbc506d160cb5c8c213e302decfeb5de86a845e7738</sha256sum> <sha256sum>b8df7a5814a082741c523cb1647e2c0fa3cdd0fd1147ca8e9b0b3cf10995a9ed</sha256sum>
</artifact> </artifact>
</verification> </verification>
</properties> </properties>
<CLASSES> <CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.13.0/pty4j-0.13.0.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.13.1/pty4j-0.13.1.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES> <SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.13.0/pty4j-0.13.0-sources.jar!/" /> <root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/pty4j/pty4j/0.13.1/pty4j-0.13.1-sources.jar!/" />
</SOURCES> </SOURCES>
</library> </library>
</component> </component>