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 for vulnerable libraries #1541

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -46,14 +46,14 @@

<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>
<modelmapper.version>2.1.1</modelmapper.version>
<springdoc.version>1.7.0</springdoc.version>

<guava.version>19.0</guava.version>
<guava.version>32.0.0-android</guava.version>

<swagger.core.version>2.0.7</swagger.core.version>

Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel-config-server/Dockerfile-no-updates
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:23-ea-30-jdk-oraclelinux8

# can be passed during Docker build as build time environment for keystore location for encryption
ARG encrypt_keyStore_location
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel-salt-generator/Dockerfile_DO_NOT_BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:17.0.2

# can be passed during Docker build as build time environment for github branch to pickup configuration from.
ARG spring_config_label
Expand Down
Loading