Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Legal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Security and Compliance
Legal
Commits
2c6bab6e
Commit
2c6bab6e
authored
8 months ago
by
Rustam Lotsmanenko (EPAM)
Browse files
Options
Downloads
Plain Diff
Merge branch 'tomcat-vuln-fix' into 'master'
fix CVE-2024-34750 See merge request
!566
parents
176f2bfd
0f1e6988
No related branches found
No related tags found
2 merge requests
!620
Update version of default branch to 0.27.0-SNAPSHOT
,
!566
fix CVE-2024-34750
Pipeline
#272665
canceled
8 months ago
Stage: build
Stage: coverage
Stage: scan
Stage: publish
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+3
-3
3 additions, 3 deletions
pom.xml
provider/legal-azure/pom.xml
+2
-25
2 additions, 25 deletions
provider/legal-azure/pom.xml
with
5 additions
and
28 deletions
pom.xml
+
3
−
3
View file @
2c6bab6e
...
...
@@ -14,9 +14,9 @@
<openapi.version>
1.6.14
</openapi.version>
<json-smart.version>
2.5.0
</json-smart.version>
<jackson.version>
2.16.1
</jackson.version>
<spring-framework-version>
6.1.
6
</spring-framework-version>
<spring-boot.version>
3.
2.4
</spring-boot.version>
<spring-security.version>
6.
2.3
</spring-security.version>
<spring-framework-version>
6.1.
10
</spring-framework-version>
<spring-boot.version>
3.
3.1
</spring-boot.version>
<spring-security.version>
6.
3.1
</spring-security.version>
</properties>
<licenses>
...
...
This diff is collapsed.
Click to expand it.
provider/legal-azure/pom.xml
+
2
−
25
View file @
2c6bab6e
...
...
@@ -34,33 +34,10 @@
<osdu.corelibazure.version>
0.26.0-rc6
</osdu.corelibazure.version>
<osdu.legal-core.version>
0.27.0-SNAPSHOT
</osdu.legal-core.version>
<woodstox-core.version>
6.4.0
</woodstox-core.version>
<netty.version>
4.1.107.Final
</netty.version>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
<reactor-netty-http.version>
1.1.13
</reactor-netty-http.version>
<azure-active-directory.version>
5.10.0
</azure-active-directory.version>
<spring-cloud-azure-starter-active-directory.version>
5.13.0
</spring-cloud-azure-starter-active-directory.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- netty-bom dependency to be declared before spring-boot-dependencies,
to pull all netty-transitive dependencies with same version -->
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-bom
</artifactId>
<version>
${netty.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
com.azure.spring
</groupId>
<artifactId>
spring-cloud-azure-starter-active-directory
</artifactId>
<version>
${azure-active-directory.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.opengroup.osdu.legal
</groupId>
...
...
@@ -81,7 +58,7 @@
<dependency>
<groupId>
com.azure.spring
</groupId>
<artifactId>
spring-cloud-azure-starter-active-directory
</artifactId>
<version>
${
azure
-active-directory.version}
</version>
<version>
${
spring-cloud-azure-starter
-active-directory.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment