Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snyk fix: kernel/kernel-idobjectvalidator/pom.xml to reduce vulnerabilities #1552

Merged
merged 10 commits into from
Jul 29, 2024
6 changes: 3 additions & 3 deletions kernel/kernel-authcodeflowproxy-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>

<!-- spring -->
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<spring.boot.version>3.1.9</spring.boot.version>
<spring.data.jpa.version>2.0.7.RELEASE</spring.data.jpa.version>
<spring.security.test.version>5.0.5.RELEASE</spring.security.test.version>
<spring-cloud-config.version>2.0.4.RELEASE</spring-cloud-config.version>
Expand Down Expand Up @@ -131,7 +131,7 @@
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>

<!-- spring -->
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<spring.boot.version>3.1.9</spring.boot.version>
<spring.data.jpa.version>2.0.7.RELEASE</spring.data.jpa.version>
<spring.security.test.version>5.0.5.RELEASE</spring.security.test.version>
<spring-cloud-config.version>2.0.4.RELEASE</spring-cloud-config.version>
Expand Down Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.18.0</version>
<version>0.22.1</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kernel/kernel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<aspectjweaver-version>1.9.21.2</aspectjweaver-version>

<apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>
<apache.httpcomponents.version>4.5.13</apache.httpcomponents.version>

<vertx.version>3.9.13</vertx.version>
<hazelcast-version>3.9.4</hazelcast-version>
Expand All @@ -46,7 +46,7 @@

<powermock.version>2.0.9</powermock.version>

<json.version>20180813</json.version>
<json.version>20231013</json.version>
<json-simple-version>1.1.1</json-simple-version>
<io.jsonwebtoken.jjwt.version>0.6.0</io.jsonwebtoken.jjwt.version>
<commons-collections.version>3.2.2</commons-collections.version>
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel-idobjectvalidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<kernel.core.version>1.2.1-SNAPSHOT</kernel.core.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>

<json.schema.validator.version>2.2.10</json.schema.validator.version>
<json.schema.validator.version>2.2.14</json.schema.validator.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Loading