Skip to content

Commit

Permalink
pushing changes for dependency vulnerability and secret scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
RJAC5D committed May 21, 2024
1 parent 8ff86bc commit d8d444d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ ext['log4j2.version'] = '2.22.1'

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation("org.springframework.boot:spring-boot-starter-web") {
exclude group: 'org.springframework', module: 'spring-web'
}
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-web-services'
implementation 'org.springframework.boot:spring-boot-starter-log4j2'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-layout-template-json', version: '2.22.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0'
implementation 'io.swagger.core.v3:swagger-annotations-jakarta:2.2.20'
implementation 'org.springframework:spring-web:6.1.5'

Expand All @@ -55,7 +53,7 @@ dependencies {
implementation 'com.lmax:disruptor:3.4.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation group: 'com.predic8', name: 'soa-model-core', version: '2.0.1'
implementation 'org.restlet.jee:org.restlet.ext.json:2.4-M1'
implementation 'org.restlet.jee:org.restlet.ext.json:2.3.12'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
implementation 'org.apache.groovy:groovy-xml:4.0.5'
implementation 'org.apache.groovy:groovy-json:4.0.5'
Expand All @@ -70,7 +68,7 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'org.apache.shiro', name: 'shiro-core', version: '2.0.0'
implementation group: 'org.json', name: 'json', version: '20240303'
implementation group: 'com.google.guava', name: 'guava', version: '33.0.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '32.0.0-jre'

testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.0'
Expand Down
12 changes: 12 additions & 0 deletions src/main/java/com/scania/sdos/orchestration/Rdf4jClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ public class Rdf4jClient {

private static String STARDOG_PASS = "password";

private static String aws_session_token = "gfhvbdfdter547uthgy";

private static String aws_temporary_access_key_id = "12345";

private static String azure_function_key = "azure_function_key";

private static String baiducloud_api_accesskey = "baiducloud_api_accesskey";

private static String cratesio_api_token = "cratesio_api_token";



public Rdf4jClient() {
//default constructor
}
Expand Down

0 comments on commit d8d444d

Please sign in to comment.