Skip to content

Commit

Permalink
Updated to joda-time-2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Mar 15, 2024
1 parent 9ee0609 commit 9c47b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ along with semanticcms-file-bom. If not, see <https://www.gnu.org/licenses/>.
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId> -->
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.6</version>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.7</version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-model</artifactId><version>1.14.1${POST-SNAPSHOT}</version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ along with semanticcms-file-bom. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-servlet</artifactId><version>1.20.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.6</version>
<groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.12.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.14.0</version>
Expand Down

0 comments on commit 9c47b0d

Please sign in to comment.