Skip to content

Commit

Permalink
chore(dependency): update joda time
Browse files Browse the repository at this point in the history
related to camunda#3965
  • Loading branch information
danielkelemen authored Jan 15, 2024
1 parent 6eb4c90 commit 8e38d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<module xmlns="urn:jboss:module:1.1" name="org.joda.time" slot="2.1">

<resources>
<resource-root path="joda-time-2.1.jar"/>
<resource-root path="joda-time-2.12.5.jar"/>
<!-- Insert resources here -->
</resources>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<module xmlns="urn:jboss:module:1.1" name="org.joda.time" slot="2.1">

<resources>
<resource-root path="joda-time-2.1.jar"/>
<resource-root path="joda-time-2.12.5.jar"/>
<!-- Insert resources here -->
</resources>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<!-- These properties are used in both the BOM as well as camunda-parent and subprojects -->
<version.mybatis>3.5.6</version.mybatis>
<version.joda-time>2.1</version.joda-time>
<version.joda-time>2.12.5</version.joda-time>
<version.uuid-generator>3.2.0</version.uuid-generator>
<version.camunda.commons>1.13.0</version.camunda.commons>
<version.camunda.connect>1.6.0</version.camunda.connect>
Expand Down

0 comments on commit 8e38d12

Please sign in to comment.