Bump dependencies for CVES (#3359)
* Bump dependencies for CVES * Add to cchangesyaml * Bump java agent
This commit is contained in:
parent
2531e6e57d
commit
a9348b6c51
|
@ -12,6 +12,7 @@
|
||||||
<li>Guava (All): 30.1.1-jre -> 31.0.1-jre</li>
|
<li>Guava (All): 30.1.1-jre -> 31.0.1-jre</li>
|
||||||
<li>JDOM (XML Patch Support): 2.0.6 -> 2.0.6.1 (Addresses CVE-2021-33813)</li>
|
<li>JDOM (XML Patch Support): 2.0.6 -> 2.0.6.1 (Addresses CVE-2021-33813)</li>
|
||||||
<li>Spring (JPA): 5.3.7 -> 5.3.15</li>
|
<li>Spring (JPA): 5.3.7 -> 5.3.15</li>
|
||||||
|
<li>Spring (JPA): 5.3.7 -> 5.3.15</li>
|
||||||
<li>Spring-Data (JPA): 2.5.0 -> 2.6.1</li>
|
<li>Spring-Data (JPA): 2.5.0 -> 2.6.1</li>
|
||||||
<li>Hibernate ORM (JPA): 5.4.30.Final -> 5.6.2.Final</li>
|
<li>Hibernate ORM (JPA): 5.4.30.Final -> 5.6.2.Final</li>
|
||||||
<li>Flyway (JPA): 6.5.4 -> 8.4.1</li>
|
<li>Flyway (JPA): 6.5.4 -> 8.4.1</li>
|
||||||
|
@ -26,6 +27,8 @@
|
||||||
<li>Spring Boot (Boot): 2.5.0 -> 2.6.2</li>
|
<li>Spring Boot (Boot): 2.5.0 -> 2.6.2</li>
|
||||||
<li>Swagger UI (OpenAPI): 3.46.0 -> 4.1.3</li>
|
<li>Swagger UI (OpenAPI): 3.46.0 -> 4.1.3</li>
|
||||||
<li>Resteasy (JAX-RS): 4.0.0.Beta3 -> 5.0.2.Final</li>
|
<li>Resteasy (JAX-RS): 4.0.0.Beta3 -> 5.0.2.Final</li>
|
||||||
|
<li>Postgresql (JPA): 42.3.1 -> 42.3.2</li>
|
||||||
|
<li>Spring Security Oauth2(Oauth): 2.0.2.RELEASE -> 2.0.17.RELEASE</li>
|
||||||
</ul>
|
</ul>
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security.oauth</groupId>
|
<groupId>org.springframework.security.oauth</groupId>
|
||||||
<artifactId>spring-security-oauth2</artifactId>
|
<artifactId>spring-security-oauth2</artifactId>
|
||||||
<version>2.0.2.RELEASE</version>
|
<version>2.0.17.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Server -->
|
<!-- Server -->
|
||||||
|
|
|
@ -188,7 +188,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.ant</groupId>
|
<groupId>org.apache.ant</groupId>
|
||||||
<artifactId>ant</artifactId>
|
<artifactId>ant</artifactId>
|
||||||
<version>1.10.10</version>
|
<version>1.10.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- This is just used for -->
|
<!-- This is just used for -->
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -852,7 +852,7 @@
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
||||||
|
|
||||||
<elastic_apm_version>1.24.0</elastic_apm_version>
|
<elastic_apm_version>1.28.4</elastic_apm_version>
|
||||||
<!-- CQL Support -->
|
<!-- CQL Support -->
|
||||||
<cql-engine.version>1.5.1</cql-engine.version>
|
<cql-engine.version>1.5.1</cql-engine.version>
|
||||||
<cql-evaluator.version>1.2.0</cql-evaluator.version>
|
<cql-evaluator.version>1.2.0</cql-evaluator.version>
|
||||||
|
@ -1706,7 +1706,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>42.3.1</version>
|
<version>42.3.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.quartz-scheduler</groupId>
|
<groupId>org.quartz-scheduler</groupId>
|
||||||
|
|
|
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
group :lint do
|
group :lint do
|
||||||
gem 'foodcritic', '~> 3.0'
|
gem 'foodcritic', '~> 3.0'
|
||||||
gem 'rubocop', '~> 0.23'
|
gem 'rubocop', '~> 0.49.0'
|
||||||
gem 'rainbow', '< 2.0'
|
gem 'rainbow', '< 2.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||||
gem 'berkshelf', '~> 2.0'
|
gem 'berkshelf', '~> 2.0'
|
||||||
gem 'chefspec', '~> 3.1'
|
gem 'chefspec', '~> 3.1'
|
||||||
gem 'foodcritic', '~> 3.0'
|
gem 'foodcritic', '~> 3.0'
|
||||||
gem 'rubocop', '~> 0.12'
|
gem 'rubocop', '~> 0.49.0'
|
||||||
|
|
||||||
group :integration do
|
group :integration do
|
||||||
gem 'test-kitchen', '~> 1.2.1'
|
gem 'test-kitchen', '~> 1.2.1'
|
||||||
|
|
Loading…
Reference in New Issue