-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #390 from RWS/hotfix/CRQ-36565
Hotfix/crq 36565
- Loading branch information
Showing
17 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2014-2023 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries. | ||
Copyright (c) 2014-2024 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -73,7 +73,7 @@ | |
<connection>scm:git:[email protected]:sdl/odata.git</connection> | ||
<developerConnection>scm:git:[email protected]:sdl/odata.git</developerConnection> | ||
<url>[email protected]:sdl/odata.git</url> | ||
<tag>release/2.11/2.11.1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -99,16 +99,16 @@ | |
<jakarta-annotation-api.version>1.3.5</jakarta-annotation-api.version> | ||
<junit-jupiter.version>5.9.2</junit-jupiter.version> | ||
<mockito-junit5.version>4.5.1</mockito-junit5.version> | ||
<logback.version>1.2.11</logback.version> | ||
<logback.version>1.2.13</logback.version> | ||
<scala-genjavadoc-plugin.version>0.18_${scala.version}</scala-genjavadoc-plugin.version> | ||
<scala-parser-combinators.version>2.1.1</scala-parser-combinators.version> | ||
<scala.version>2.12.15</scala.version> | ||
<scalatest.version>3.1.4</scalatest.version> | ||
<servlet-api.version>3.1.0</servlet-api.version> | ||
<slf4j.version>1.7.36</slf4j.version> | ||
<spring-boot.version>2.7.17</spring-boot.version> | ||
<spring.version>5.3.30</spring.version> | ||
<tomcat.version>9.0.82</tomcat.version> | ||
<spring-boot.version>2.7.18</spring-boot.version> | ||
<spring.version>5.3.31</spring.version> | ||
<tomcat.version>9.0.85</tomcat.version> | ||
<typesafe-config.version>1.4.2</typesafe-config.version> | ||
<xerces.version>2.12.2</xerces.version> | ||
<zipkin-sender.version>1.1.2</zipkin-sender.version> | ||
|
@@ -601,7 +601,7 @@ | |
<plugin> | ||
<groupId>org.scalatest</groupId> | ||
<artifactId>scalatest-maven-plugin</artifactId> | ||
<version>2.0.2</version> | ||
<version>2.2.0</version> | ||
<configuration> | ||
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> | ||
<junitxml>.</junitxml> | ||
|