Skip to content

Commit

Permalink
Bump to version v3.2.0 (#277)
Browse files Browse the repository at this point in the history
* Refs #20129: update submodule

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #20138: bump to v3.2.0

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

---------

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez authored Dec 15, 2023
1 parent eda379f commit 8e233b8
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 = "3.1.0"
def version_str = "3.2.0"

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-2.0.0.jar')
implementation files('thirdparty/idl-parser/build/libs/idlparser-3.0.0.jar')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.2')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.5.2')
}
Expand Down

0 comments on commit 8e233b8

Please sign in to comment.