File tree 8 files changed +16
-16
lines changed
commercetools-monitoring-opentelemetry
commercetools-okhttp-client4
commercetools-reactornetty-client
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
35
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2 .0
40
+ uses : ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3 .0
41
41
with :
42
42
results_file : results.sarif
43
43
results_format : sarif
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
70
+ uses : github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ allprojects {
63
63
64
64
configurations {
65
65
taglet {
66
- resolutionStrategy. force(" net.sourceforge.plantuml:plantuml:1.2023.11 " )
66
+ resolutionStrategy. force(" net.sourceforge.plantuml:plantuml:1.2023.12 " )
67
67
}
68
68
}
69
69
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
3
api project(" :rmf:rmf-java-base" )
4
- implementation ' io.opentelemetry:opentelemetry-api:1.28 .0'
4
+ implementation ' io.opentelemetry:opentelemetry-api:1.31 .0'
5
5
6
6
testImplementation project(" :commercetools:commercetools-sdk-java-api" )
7
7
}
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
3
api project(" :rmf:rmf-java-base" )
4
- api " com.squareup.okhttp3:okhttp:4.11 .0" version {
4
+ api " com.squareup.okhttp3:okhttp:4.12 .0" version {
5
5
strictly ' [4.0,5.0['
6
6
prefer " 4.10.0"
7
7
}
8
- implementation " com.squareup.okio:okio:3.5 .0"
8
+ implementation " com.squareup.okio:okio:3.6 .0"
9
9
10
10
implementation javax. validation
11
11
}
Original file line number Diff line number Diff line change 2
2
dependencies {
3
3
api project(" :rmf:rmf-java-base" )
4
4
5
- api " io.projectreactor.netty:reactor-netty-http:1.1.11 "
6
- api " io.projectreactor.netty:reactor-netty-core:1.1.11 "
5
+ api " io.projectreactor.netty:reactor-netty-http:1.1.12 "
6
+ api " io.projectreactor.netty:reactor-netty-core:1.1.12 "
7
7
8
8
implementation javax. validation
9
9
}
Original file line number Diff line number Diff line change 15
15
16
16
commons = [
17
17
lang3 : ' org.apache.commons:commons-lang3:3.13.0' ,
18
- io : ' commons-io:commons-io:2.13 .0' ,
18
+ io : ' commons-io:commons-io:2.14 .0' ,
19
19
io_version : {
20
20
strictly ' [2.8.0,)'
21
21
prefer ' 2.11.0'
@@ -31,10 +31,10 @@ ext {
31
31
]
32
32
33
33
jackson_core = [
34
- annotations : ' com.fasterxml.jackson.core:jackson-annotations:2.15.2 ' ,
35
- databind : ' com.fasterxml.jackson.core:jackson-databind:2.15.2 ' ,
36
- core : ' com.fasterxml.jackson.core:jackson-core:2.15.2 ' ,
37
- datatype : ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2 ' ,
34
+ annotations : ' com.fasterxml.jackson.core:jackson-annotations:2.15.3 ' ,
35
+ databind : ' com.fasterxml.jackson.core:jackson-databind:2.15.3 ' ,
36
+ core : ' com.fasterxml.jackson.core:jackson-core:2.15.3 ' ,
37
+ datatype : ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 ' ,
38
38
]
39
39
40
40
google = [
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 9
9
"node" : " >=14.15" ,
10
10
"npm" : " >=5"
11
11
},
12
- "packageManager" :
" [email protected] .3 " ,
12
+ "packageManager" :
" [email protected] .4 " ,
13
13
"dependencies" : {
14
14
"husky" : " 8.0.3" ,
15
15
"lint-staged" : " 13.3.0"
You can’t perform that action at this time.
0 commit comments