Skip to content

Commit

Permalink
Bump version to 2.5.2 (#326)
Browse files Browse the repository at this point in the history
* Refs #20741: Upgrade IDL Parser to v1.6.1

Signed-off-by: EduPonz <[email protected]>

* Refs #20741: Bump version to 2.5.2

Signed-off-by: EduPonz <[email protected]>

---------

Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored Apr 3, 2024
1 parent 868aa5b commit 1b82d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'java-library'
apply plugin: 'eclipse' // Eclipse integration

description = """"""
def version_str = "2.5.1"
def version_str = "2.5.2"

import org.apache.tools.ant.taskdefs.condition.Os;
import org.gradle.api.tasks.options.Option;
Expand Down Expand Up @@ -91,7 +91,7 @@ repositories {
}

dependencies {
implementation files('thirdparty/idl-parser/build/libs/idlparser-1.6.0.jar')
implementation files('thirdparty/idl-parser/build/libs/idlparser-1.6.1.jar')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.2')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.5.2')
}
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/idl-parser

0 comments on commit 1b82d29

Please sign in to comment.