Skip to content

Commit 23125d2

Browse files
Bump version to v4.0.3 (#424)
* Refs #21832. Bump idl-parser submodule. Signed-off-by: Miguel Company <[email protected]> * Refs #21832. Bump version in build.gradle. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]>
1 parent b3cf046 commit 23125d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'java-library'
1717
apply plugin: 'eclipse' // Eclipse integration
1818

1919
description = """"""
20-
def version_str = "4.0.2"
20+
def version_str = "4.0.3"
2121

2222
import org.apache.tools.ant.taskdefs.condition.Os;
2323
import org.gradle.api.tasks.options.Option;
@@ -91,7 +91,7 @@ repositories {
9191
}
9292

9393
dependencies {
94-
implementation files('thirdparty/idl-parser/build/libs/idlparser-4.0.2.jar')
94+
implementation files('thirdparty/idl-parser/build/libs/idlparser-4.0.3.jar')
9595
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.2')
9696
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.5.2')
9797
}

thirdparty/idl-parser

0 commit comments

Comments
 (0)